Connecting an ORACLE database without creating ODBC ie only through code
Connecting an ORACLE database without creating ODBC ie only through code
Rate Connecting an ORACLE database without creating ODBC ie only through code
(1(1 Vote))
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
Connecting an ORACLE database without creating ODBC ie only through code Comments
No comments yet — be the first to post one!
Post a Comment