Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of VFP's CHR(13) + CHR(10)
Message
 
To
09/02/2007 05:16:06
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01193987
Message ID:
01193989
Views:
10
This message has been marked as the solution to the initial question of the thread.
>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')
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform