Hi everybody i have a question
i have a database in Access which i get data from
in order to do so i open the database with the code
Set dbDBSAccessConn = New adodb.Connection
dbDBSAccessConn.Provider = "Microsoft.Jet.OLEDB.4.0"
dbDBSAccessConn.Open (strDatabasePath))
Now i have to change the database though and get the data from a oracle database
does somebody know how i open the oracle database with vb6?
Also how do i make a recordset from a oracle database? is it the same code as with the access database
and then how do i close the connection again?
Thanks a real lot
i have a database in Access which i get data from
in order to do so i open the database with the code
Set dbDBSAccessConn = New adodb.Connection
dbDBSAccessConn.Provider = "Microsoft.Jet.OLEDB.4.0"
dbDBSAccessConn.Open (strDatabasePath))
Now i have to change the database though and get the data from a oracle database
does somebody know how i open the oracle database with vb6?
Also how do i make a recordset from a oracle database? is it the same code as with the access database
and then how do i close the connection again?
Thanks a real lot