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!

Oracle 9i Lite

152476Jan 2 2002
I keep getting the error "[POL-5130] table or view not found"
while trying to connect to the database on my ipaq. Can
someone please help me with what I am doing wrong.

The device used is:
IPAQ 3765 (Pocket PC 2002) with WinCE 3.0.

The S/W is as follows
Embedded Visual Basic 3.0
SDK for Pocket PC 2002
Oracle 9i Lite

The code I'm using is as follows:

Dim rc
Dim rstCustomers, fldName

Set rc = CreateObject("oladoce.activeconnection")
rc.Connect ("polite")
Set rstCustomers = CreateObject("oladoce.recordset")
rstCustomers.Open "customers"
Set fldName = rstCustomers.Fields("Name")
MsgBox fldName.Value
rstCustomers.Close
rs.Disconnect
Set fldName = Nothing
Set rstCustomers = Nothing

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 30 2002
Added on Jan 2 2002
1 comment
187 views