Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DateTime parameters
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01510912
Message ID:
01511366
Views:
56
The date time field in .NET will properly map to a date field in the database - it'll strip off the extra timestamp data and just leave the date.

If I recall VFP OleDb syntax you can't name parameters in queries - just use a ? and positional parameters (ie. 1st ? is the first parameter).

Hope this helps,

+++ Rick ---


>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
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform