Visual Basic 6.0 communicate with Oracle8i Database

larva

Member
Jul 15, 2001
185
0
0
Hi folks,

Where can I get an online tutorial or guide to develope a system using Visual Basic 6.0 communicate with Oracle8i Database ? Please help. Thank you !

regards,
Larva
 

bevancoleman

Golden Member
Jun 24, 2001
1,080
0
0
Connecting to an Oracle8i db is not much different from connecting to a SQL Server database.

Lookup some info on programming VB ADO programming, particularly anything that uses ODBC.