Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 9 app and TLS
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01676383
Message ID:
01676388
Views:
42
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform