Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting to Access Database
Message
 
To
21/05/2002 13:06:14
General information
Forum:
Palm, Pocket PC and Handheld
Category:
Troubleshooting
Miscellaneous
Thread ID:
00659488
Message ID:
00844752
Views:
16
The thing that jumps out at me is that there is no drive "D:" on the pocket pc device.

>I am using eMbedded Visual Basic and trying to develop an app on a pda. I am using the following code in the "click" event of a button on a form. I have already added the ADO reference. All I want to do is connect to an Access Database, but I keep getting ActiveX component can't create object. Any help would be GREATLY appreciated!!!! Thanks in advance.
>
>
Private Sub Command1_Click()
>Dim connDatabase
>Set connDatabase = CreateObject("ADOCE.Connection.3.0")
>connDatabase.ConnectionString = "data source = D:\Pocket_PC My Documents\pda.mdb"
>connDatabase.Open
>
>End Sub
Previous
Reply
Map
View

Click here to load this message in the networking platform