debu
Aug 9th, 2000, 09:30 PM
i want to connect oracle with vb through odbc.
please send me the code.
honeybee
Aug 10th, 2000, 05:35 AM
You can either use ADO or use RDO to connect to Oracle using ODBC.
To get the code, try this: Put an ADODC or RDC control on your form, connect it to the Oracle databse and copy and paste its ConnectionString or the equivalent property into your code. Check out the MSDN help for more details on this topic.
And if you still have any problems, post them here.