Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DateTime parameters
Message
From
17/05/2011 16:47:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Title:
DateTime parameters
Miscellaneous
Thread ID:
01510912
Message ID:
01510912
Views:
99
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
Next
Reply
Map
View

Click here to load this message in the networking platform