Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is this a known problem in updating SQL text field with memo?

Status
Not open for further replies.

pctest

Programmer
Apr 12, 2004
89
0
0
US
I notice that if I update a SQL text field with a VFP8 memo field and the content of the memo is something like:

ABC\
TEST

Note: After the \, there is a chr(13).

The SQL text field will become:

ABC
TEST

The backwards slash will disappear. The problem only occurs when the \ is followed by chr(13).

Thank you for any help.
 
What version of SQL server are you running? Are you using ODBC or ADO to update the SQL table? What version of MS SQL ODBC or ADO driver are you using?

Rick
 
I'm using SQL Server 2000. Using ODBC and VFP8 SP1. I forget how to find out the version of ODBC. The SQLSRV32.dll is 2000.85.1117.00.
 
What effect does doubling the backslash have ("\\")?

boyd.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top