Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server DateTime in SQL Select
Message
De
08/05/2010 18:22:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01463837
Message ID:
01463838
Vues:
76
>Hi,
>
>What is the right syntax for BETWEEN with two DateTime values (in SQL Select called from VFP app)? I am using the following syntax and getting an error:
>
>
>TableName.FieldName between {^2010-04-01 00:00:00} and {^2010-05-01 00:00:00}
>
>
>The error I am getting is "Syntax error or access violation"
>
>What am I doing wrong?
>
>TIA

SQLExec:
fromDate = date(2010,4,1)
toDate = date(2010,5,1)

... TableName.FieldName between ?m.fromDate and ?m.toDate
ADO:
Simply set adodb.parameter with datetime type and set the value to datetime values.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform