Re: Native Drivers in Visual Basic for Oracle

From: Bryce K. Nielsen <bryce_nielsen_at_modusmedia.com>
Date: Fri, 11 Jun 1999 16:23:25 -0600
Message-ID: <O05lJhFt#GA.60_at_cppssbbsa02.microsoft.com>


If you are using ADO/OLD DB, you can bypass ODBC entirely and simply supply the Oracle Provider (I believe its call MSDAORA), supplying a valid user id and password on the connection, of course. Here's an example of a connection string that I've used:

"Provider=" & ObjectBoyProvider & ";" & _
"Data Source=" & ObjectBoyDataSource & ";" & _
"User ID=" & ObjectBoyUserID & ";" & _
"Password=" & ObjectBoyPassword

-BKN Received on Sat Jun 12 1999 - 00:23:25 CEST

Original text of this message