Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Varchar(max) column not being updated from Windows XP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01617499
Message ID:
01617783
Vues:
54
J'aime (1)
>I can't remember all the details, but I seem to recall issues with dates, varchar(max), xml not being propagated to FoxPro.

Right, varchar(max) does not work with the Native SQL driver (10 and 11). You need to use Text columns instead.

Simple date column works with Native (10 and 11), but comes across as a string in the SQL ODBC driver. It looks like a date, but your code will barf on it.

SQL ODBC driver works with Datetime and Smalldatetime and varchar(Max).
Native 10 and 11 driver works with Datetime and Smalldatetime and Date.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform