Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting memo field from VFP to text in SQL Server
Message
De
04/08/2005 17:46:57
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01038731
Message ID:
01038750
Vues:
21
>Why does SQL server care about the content of the memo field? <g>. I noticed that on the conversion, it checks for closed parenthesis and other grammatical nonsense <g>. Is there a way to make SQL Server ignore those things and just store the value in text type?
>
>TIA.
>
>P.S. Good thing SQL Server does not check for spelling errors <g>

It doesn't. What it does care about are embedded single quotes when you are executing a text command instead of a stored procedure. You can get by with replacing each single quote with two single quotes. But it is a gazillion times better to use a stored procedure when sending text to SQL Server.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform