Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datetime from foxpro to sqlserver
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01299552
Message ID:
01299626
Views:
11
Thanks Sergey
Gerard


>SET CENTURY is irrelevant in this case
>lcDateTimeNow = DATETIME()
>Insert Into MyTable (MyDateTimeFiled) Values (lcDateTimeNow )
>
>
>>I want to store the current Datetime from within a foxpro prg to a Sql Server dattime field
>>
>>i.e. Insert Into MyTable (lcDateTimeNow) Values (MyDateTimeFiled)
>>
>>MyDateTimeField is a DateTime field in the Sql Server Table
>>
>>
>>What do I puit into lcDateTimeNow
>>is it lcDateTimeNow = DateTimeNow()
>>Do I need to have Set Cent on
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform