Oracle 9i and visual basic [message #156932] |
Mon, 30 January 2006 03:12 |
matrik02
Messages: 64 Registered: November 2005
|
Member |
|
|
I would like to learn,how i can retrieve the data store in Oracle 9i server using visual basic 6?I would like to see the data by using next,pervious button and can do edit the record,delete the record and commit.What website i can learn to connect the database.Have an idea on how to connect the database?
|
|
|
Re: Oracle 9i and visual basic [message #156944 is a reply to message #156932] |
Mon, 30 January 2006 04:33 |
vban2000
Messages: 207 Registered: March 2005
|
Senior Member |
|
|
Hi...
As I recall from my memory you could use
ODBC (Open Database Connectivity) or
DAO (Data Access Objects) or
ADO (ActiveX Data Objects) or
RDO (Remote Data Objects) in VB6.
you could also use the Data Wizard that comes with VB6 (which I think is using ADO )
Best Regards
AnDy
|
|
|