Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 FINDING CARRIAGE RETURNS FROM A TEXT BOX

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-02 : 15:46:21
ROGER writes "I am inserting rows into a DB2 table from a 75 character text box. If the user type 10 characters and presses ENTER and type 10 more characters on the next line of the text box, only one row is inserted into the table. The two 10 character words that are type are separated by a hex value of X'0D25'. I can search for this in a COBOL program to handle the formatting correctly, but what do I search for in ADO on an ASP page?"
   

- Advertisement -