This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
hi, i am getting this error when i try to connect to a 11g database. i checked the name and password from visual studio add connection, and it works without any issue. something else might be wrong here. appreciate your help |
|
|
We pass your connection string directly to the driver, so this is unlikely to be a LightSpeed issue. Try using the same connection string in an ADO.NET connection; this should identify whether this is a LightSpeed issue or not. Check for things like typing errors e.g. lower-case L vs. upper-case I, or a missing semicolon causing the next bit of the connection string to be interpreted as part of the password. |
|
|
i tried using 11 g client dll of oracle.dataaccess and used the traditional way using oracleconnection to open a connection. and there is no issue. so. it looks like oracle 9i dll has trouble accessing oracle 11g server.
thanks for your help |
|
|
You can use a binding redirect to force .NET to load the 11g Oracle.DataAccess DLL in place of the one that LightSpeed wants to load. |
|