Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL ODBC driver compatibility
Message
De
02/09/2015 12:29:58
 
 
À
02/09/2015 12:03:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01623958
Message ID:
01624179
Vues:
90
This message has been marked as the solution to the initial question of the thread.
J'aime (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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform