Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DateTime parameters
Message
De
17/05/2011 16:47:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
DateTime parameters
Divers
Thread ID:
01510912
Message ID:
01510912
Vues:
100
I need to acccess VFP data from C# code. the table I am accessing has a date field. But C# has DateTime only. How do I go about this?
Here is a query:
SELECT        dinvoice, nftotpaid + nftotdisc + nftotadj + nftotdebt + nfbalance AS Amt
WHERE        dinvoice BETWEEN ? StartDate AND ? EndDate
FROM            arinvc
BTW, ? mark is not taken either.

What is the correct syntax?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform