Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open VFP 5.0 Database directly in VB5
Message
De
21/12/1998 17:07:19
Sammy Derban
Ghana Telecom
Accra, Ghana
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Open VFP 5.0 Database directly in VB5
Divers
Thread ID:
00169485
Message ID:
00169485
Vues:
64
Hi all,

I'm trying to open a Visual Foxpro 5.0 database in Vb 5.0
and I get this error message " Data type conversion error".
Meanwhile I'm able to open a foxpro 2.6 free table table using similar code.

Here a samlpe code;

Dim db1 As Database, rstsupl As Recordset
Set db1 = OpenDatabase ("c:\POS\DATA\data1", "FoxPro 5.0;")
Set rstsupl = db1.OpenRecordset("supllier")

supllier is a table in database data1.

I'll appreciate some help.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform