Connecting to Oracle lite database using embedded visual basic
411473Jan 6 2004 — edited Jan 9 2004Does 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!