Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date data type is converted to character by vfp?
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Desktop
Miscellaneous
Thread ID:
01519595
Message ID:
01519707
Views:
38
>>I read that the date data type was added to sql server in server 2008. For the following statement:
>>
>>lnr=sqlexec(lnh,"select cast(dt_date as date) as date_ from activity","curactivity")
>>
>>dt_date is a datetime data type. In the cursor curactivity, date_ become character (10), not vfp's data type date.
>>Is there anyway to directly convert this this vfp's date datatype?
>
>For ms-sql 2008 date types to work with VFP via SPT you must use SQL Server Native Client 10.0 ODBC. The downside is that varchar(max) is not supported, you have to use TEXT fields.

Which are going away, aren't they?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform