Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About the DATE format
Message
From
18/06/1999 11:13:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
About the DATE format
Miscellaneous
Thread ID:
00231431
Message ID:
00231431
Views:
45
1. I have a form and a table AAA.
The user will input the start date and the end date in 2 text boxes in the form. TEXT1 and TEXT2 for example. Then I want to use these 2 dates to select the record in the table AAA by calling a Query. I don't know how to set in the Query desinger.
SELECT *;
FROM AAA;
WHERE AAA.date = ???

2. And I have tried to run
WHERE AAA.date = "1999/01/01"
The error message is "Operator and Operand mismatched."
What format should I use for the date?
Power Wong
Every problem will have a solution, the only problem is that can you find it out.
Next
Reply
Map
View

Click here to load this message in the networking platform