Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fields containing quotes
Message
De
19/09/2000 10:14:52
 
 
À
19/09/2000 08:46:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00418001
Message ID:
00418037
Vues:
30
>I am trying to insert records into a SQL Server 7.0 table where some of the text fields contain double and/or single quotes. I have searched the UT on this issue and found that the solution is to add an extra quote when one is found in the string, but this isn't working for me. When I add an extra quote, I get both quotes in my field.
>
>I have read the SET QUOTED_IDENTIFIER section in the BOL, but it is not completely clear. Does that setting only apply at the time the structure is created?

SQL Server only accepts single quotes around strings (you may already know that, but JIC)

Could you post the SQL code you're using?

It should look something like this:

SQLEXEC(lnValidHandle, "INSERT INTO mytable (cname) VALUES ('Bob''s Big Boy')")

Even if it looks exactly like this, go ahead and post it.
HTH
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform