Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL ODBC driver compatibility
Message
 
To
02/09/2015 12:03:39
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01623958
Message ID:
01624179
Views:
89
This message has been marked as the solution to the initial question of the thread.
Likes (1)
Here's my experience...

SQL Server (version 6):
1. Will correctly read varchar(MAX) and the data will come down as a memo field.
2. Will read Date and Datetime2 as character strings - not date types even though the data looks like a date.
3. Will read smalldatetime and datetime as FoxPro type of T (datetime)

SQL Native Client 10:
1. Will *NOT* correctly read varchar(MAX). No data comes down and it comes down as a Character field.
2. Will read Date and Datetime2 as date and datetime types
3. Will read smalldatetime and datetime as FoxPro type of T (datetime)

SQL Native Client 11:
1. Will *NOT* correctly read varchar(MAX). No data comes down and it comes down as a Character field.
2. Will read Date and Datetime2 as date and datetime types
3. Will read smalldatetime and datetime as FoxPro type of T (datetime)


So, it's your pick of the poison.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform