Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL select between dates on ADO
Message
 
 
À
11/06/2002 18:48:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00667135
Message ID:
00667190
Vues:
19
This works for me
oRs.Open("SELECT * FROM orders ;
		WHERE order_date BETWEEN {^1992/05/01} AND {^1992/05/31}")
>Hi everyone
>
>I'm creating a SQL select statement for an ASP page which connects to a VFP database through ADO
>
>I’ve successfully executed the SQL statement and displayed the returned data when the “where” clause does not include any date selection criteria.
>
>How should the where statement should be constructed on order to make a selection between dates?
>
>Does the braces should work for date expresions?
>
>Testing with the TasTrade database and the orders table I’ve unsuccessfully tried things like this
>
>“…where order_date >= {1994/01/01}”
>
>“…where between(order_date, {1994/01/01}, {1994/12/01}”
>
>Thanks in advance for any help.
>
>Oscar Corte
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform