Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date in Where clause
Message
 
 
À
30/04/2007 14:01:18
Aman Bains
Jaguar Computers
Jalandhar, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Divers
Thread ID:
01220356
Message ID:
01221289
Vues:
10
The only thing you have to watch for is parameters scope. It could be a problem if you're using wrapper function/method for SQLEXEC().

>Thanks. SPT parameters seems easier to implement.
>
>>You have two choices:
>
>>1. Convert VFP date to a string or number that SQL Server recognizes as a date. See http://msdn2.microsoft.com/en-us/library/ms180878.aspx for more info
>>2. Use SPT parameters.
>
>>ldDate = DATE()
>>lcSQL = [SELECT * FROM mytable WHERE dtcol = ?ldDate]
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform