Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connecting to Oracle lite database using embedded visual basic

411473Jan 6 2004 — edited Jan 9 2004
Does anyone have any sample code/tutorial on how a connection to an oracle lite DB is achieved on a pocket PC (windows ce) using embedded VB.

The following code from an Oracle tutorial causes a compilation error, method connect not possible on this object.

Public dbconn As OLADOCE.Connection

set dbconn = CreateObject("OLADOCE.Connection")
dbconn.connect("/myDB.odb")

dbconn.open causes a runtime error.

My guess is that a project reference is required to some OLADOCE library, however i can't locate any such library, nor is it mentioned in the tutorial.

Any help would be much appreciated.

Surely connecting to an Oracle lite db using eVB can't be that hard!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2004
Added on Jan 6 2004
2 comments
305 views