VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Connecting an ORACLE database without creating ODBC ie only through code

by Biju Kunnel (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 7th June 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Connecting an ORACLE database without creating ODBC ie only through code

Rate Connecting an ORACLE database without creating ODBC ie only through code



dim rs as new adodb.recordset
con.open "driver={Microsoft ODBC for ORACLE};UID=(give your user id);PWD=     (giveyour user password)"
rs.open "tablename",con,adopendynamik,adlockoptimistic,adcmdtable


Download this snippet    Add to My Saved Code

Connecting an ORACLE database without creating ODBC ie only through code Comments

No comments have been posted about Connecting an ORACLE database without creating ODBC ie only through code. Why not be the first to post a comment about Connecting an ORACLE database without creating ODBC ie only through code.

Post your comment

Subject:
Message:
0/1000 characters