I am new in oracle and VB. Can you tell me which data type I have to use and what is the syntax for getting connected my project with oracle database.
Ashish
Printable View
I am new in oracle and VB. Can you tell me which data type I have to use and what is the syntax for getting connected my project with oracle database.
Ashish
Ashish,
Use ODBC to set a connection to your oracle DSN. After that you can use it using either ADO or RDO.
In oracle there is also one communication programe "Listener". You can also use that for connecting VB with oracle.
Santulan
Happy New Year
Thank you santulan for your reply,
I am actually looking for the objects I can use for connection and if possible the syntax for connection.
Ashish
Thank you