Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date fields
Message
From
22/02/2001 03:26:46
 
 
To
20/02/2001 21:32:01
General information
Forum:
Oracle
Category:
Other
Title:
Miscellaneous
Thread ID:
00477826
Message ID:
00478298
Views:
25
I addition to Les's method you can use:

cVFPDate=DATE()

SQLEXEC(gnhandle,'update oracle_table set datefield=?cVFPDate')

Then let the odbc driver take care of the conversion.

Prefered because it uses bind variables so SQL can be reused efficeiently.

As les mentioned use the TO_CHAR oracle function to change the format on the oracle server side..
Previous
Reply
Map
View

Click here to load this message in the networking platform