Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Data source not found no default driver specified.
hello,
am stuck with an application which uses
am using the following code for connection:
Public Sub Connect()
On Error GoTo subend
Set cnnpass = New ADODB.Connection cnnpass.Provider ="MSDASQL.1"
am able to connect to the database using sqlplus,but not through the application.Have checked the oracle driver entry in the odbc data source administrator drivers list.
So plz suggest what is it dat is goin wrong ,this thing is driving me crazy. Received on Tue Sep 20 2005 - 09:05:55 CDT