Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VARCHAR(MAX) not allowed for VFP Memo in Remote View?
Message
 
 
À
27/07/2007 10:16:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01244101
Message ID:
01244171
Vues:
42
This message has been marked as the solution to the initial question of the thread.
Hi Charles,

Looks like View Designer incorrecly sets DataType propery of the view field mapped to SQL varchar(max) as V(0). You can open View SQL window and change it to 'M'. You can also try third party view designers (free or commercial).

>I am getting problem validating views against SQL2005 databases with VARCHAR(MAX) fields. I'm really very surprised that vfp9 wouldn't recognize varchar(max) and even more surprised I've never noticed this behavior before. I'm allow that I may be doing something else stupid but I tried a very simple test
>
>create sql table - pk, cfield1 (char(10), mnotes (varchar(max), timestamp (timestamp)
>
>create a remote view update keyfield and timestamp.
>
>Boom!
>
>Is this known behavior and is there a workaround ( besides changing all my varchar(max) fields to text? )
>
>TIA
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform