Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Equivalent of VFP's CHR(13) + CHR(10)
Message
De
09/02/2007 05:32:00
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01193987
Message ID:
01193990
Vues:
9
Thanks Borislav,

so close, yet so far!

>>I'm working on a VFP program that is populating some tables with data. Some of the code to populate a VFP table is like this:
>>
>>
>>INSERT INTO MyField VALUES ('a' + CHR(13) + CHR(10) + 'b')
>>
>>
>>What would be the equivalent in SQL Server syntax?
>>
>>Thanks,
>
>
>INSERT INTO MyField VALUES ('a' + CHAR(13) + CHAR(10) + 'b')
>
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform