Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inconsistent SPT-Select returns.
Message
 
 
À
10/08/2000 16:39:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00403527
Message ID:
00403688
Vues:
12
>The database is VFP.
>
>1. SELECT expression that returns inconsistently:
>lcStrSQL = " SELECT p.* FROM arperend p " + ;
> " WHERE p.pedPerEnd = {" + DTOC(ldPeriodEnd) + "} "

How about something like:

ldDate = '1991-10-01' && get the date string in this format
cSql = 'select p.* from arperend p where p.pedPerEnd = {^' + ldDate + '}'
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform