Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connecting to Access Database
Message
 
À
21/05/2002 13:06:14
Information générale
Forum:
Palm, Pocket PC and Handheld
Catégorie:
Problèmes
Divers
Thread ID:
00659488
Message ID:
00844752
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform