Dear all,
I have trouble in opening a database in PocketPC2002
device.
my code is as below:
Set oconn = CreateObject("ADOCE.CONNECTION.3.1")
oconn.Open App.Path & "\pmp.cdb"
but when i try to run it , it return an error saying that
database already exists.how to solve this problem?
thankx