Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert Date to SQL Server 2000 Format
Message
From
03/04/2003 23:25:25
 
 
To
03/04/2003 07:16:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00773470
Message ID:
00773878
Views:
10
>Hi,

>Is there a function i can use to convert a Datetime field in visual foxpro to the format used by Sql Server 2000

>i.e.
>Visual FoxPro Format : 03/04/2003 15:30:21
>Sql Format : 2003-04-03 15:30:21


How are you sending your datetime value?, by SPT you can use "?" for casting.
   lnCurrTime = DATETIME()
   SQLExec(lnConn,"SELECT iid,name from customer WHERE lastBuy>=?ldCurrTime")
HTH
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Previous
Reply
Map
View

Click here to load this message in the networking platform