Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I access a Paradox Database from VFP50???
Message
 
À
16/09/1998 14:51:36
James Phillips
Alternative Mailing Systems
Naperville, Illinois, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00123277
Message ID:
00137702
Vues:
25
>Jayesh,
>
>I am able to connect to the Paradox table using SQLCONNECT.
>now I was triing to perform the following command with no results.
>sqlexe(gnConnHandle,'select * from customer where customer__="1001"', 'newdata')
>
>What might I be doing wrong?
>
>Thanks James

Hi James,

I couldn't see any grammer mistake except the name of the table 'Customer__'.
If this is not the problem then try to find out the exact ODBC error using

?sqlexe(gnConnHandle,'select * from customer where customer__="1001"', 'newdata')
?AERROR(latemp)
DISP MEMO LIKE latemp

See what error you are getting in latemp.


Bye
Jayesh
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform