Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 9 app and TLS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01676383
Message ID:
01676388
Vues:
40
>I use CursorAdapter. As far as MEMO vs VARCHAR(MAX).
>1. Didn't I hear that MEMO will be deprecated in new SQL Server versions?
>2. If I change - via SSMS - the type from VARCHAR(MAX) to MEMO, do I lose all the data?
>Thank you very much!

There is no MEMO type in SQL Server.
My idea was to use cursorschema to map varchar(max) field to VFP Memo one.
TEXT TO this.CursorSchema NOSHOW PRETEXT 15
...
, FieldThatIsVarcharMAX   M
...
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform