Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting memo field from VFP to text in SQL Server
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01038731
Message ID:
01039206
Vues:
25
>>
>>Use SPT parameters to pass memo fields into SQLEXEC().
lcSql = "INSERT INTO myTable (TextColumn) VALUES (?MemoField)"
>
>This works, I get no error messages. Thank you very much. I guess I will have to read some SQL Server documentation to understand what is the difference between (?MemoField) and what I used before, "'" + MemoField + "'".

You can use SQL Server Profiler to see how they are passed.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform