Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datetime to Date conversion
Message
 
To
23/04/2003 17:36:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00780891
Message ID:
00780986
Views:
13
Try with the SQL convert function:

select convert( char(10), yourdatefield, 120 ) from yourtable



>Hello, everyone
>
>I am working with MSDE - it doesn't have DATE datetype. I need the fields from the views to be DATE, not DATETIME. I know I can do this with DBSETPROP, but how to do that for a cursor obtained with SPT?
>
>Thank you
Hector Correa
Previous
Reply
Map
View

Click here to load this message in the networking platform