Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting date into sql or firebird;What is .t. value in
Message
From
07/10/2005 05:13:24
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
07/10/2005 04:17:55
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01050571
Message ID:
01057073
Views:
11
Hi

'2005-01-01' should work

If not, can you post error message?
What type is reference?

You can also try with parameters and let VFP and ODBC do the cast
dDateIns = date()
?sqlexec(nHandle, "insert into table1 (reference, date) values;
  ('23422',?dDateIns)")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform