Re: DSN-less connection with Oracle 10 drivers



On Mar 30, 12:18 pm, "Brad" <B...@xxxxxxxxxxxxxxxxxx> wrote:
With Oracle 9.2 drivers, this worked connection string worked in a DSN-less
connection
ODBC;DRIVER={Microsoft ODBC For
Oracle};Server=MyServerName;UID=MyName;PWD=MyPwd;

However, after upgrading to Oracle 10.2, the connection string does not
work.

I don't want to go back to a regular DSN connection because of the setup
involved on many machines.

Have you solved this issue? There must be a replacement string for
{Microsoft ODBC for Oracle}

If I switch over to use the Oracle driver for 10.2, how do I find what the
string is in curly brackets?
Example: {Oracle driver for 10.2 or something else}

I originally used the string from Carl Prothman's sitehttp://www.carlprothman.net/Default.aspx?tabid=90#ODBCDriverForOracle...

For what it's worth, a regular DSN connection does work. The issue is not
with the Oracle connection.

Brad

Why not use DSN once, link to a table, examine the connection string
that is used and go from there?

-- Larry Engles

.



Relevant Pages

  • Re: Connecting to ODBC DB at startup
    ... Creating an Oracle connection in an independent object ... Dim cnConn As ADODB.Connection ... Dim strDB As String ...
    (comp.databases.ms-access)
  • Re: ASP.net and Oracle error System.Data.OleDb.OleDbException
    ... And are you sure your connection string is ok. ... > on our test web server, There is only one oracle home on the test server. ... > Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior ...
    (microsoft.public.dotnet.framework.aspnet)
  • DSN-less connection with Oracle 10 drivers
    ... With Oracle 9.2 drivers, this worked connection string worked in a DSN-less ... If I switch over to use the Oracle driver for 10.2, how do I find what the ...
    (comp.databases.ms-access)
  • Re: oracle db connection with VB 2005 express BETA 2
    ... Each provider has other specific attributes. ... Connection String Assistant of my add-in. ... I already installed Oracle Data ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Close ODBC connection to Oracle 10g Express Edition
    ... Access 2k2 to Oracle 10g Express Edition? ... I've tried a DSN connection, ... Closing and reopening connections to an Oracle database is a very bad ... Function RetrieveData(strUserName As String, strPassword As String) As ...
    (comp.databases.oracle.server)