losing data after ENTER key is hit in a textarea box.<br><br>For example:<br><br>line1, 'ENTER key'<br>line2, 'ENTER key'<br>line3<br><br>Only line1 gets picked up by the DB (even though<br>the INSERT VALUE statement contains:<br>line1, line2, line3)
Right again, Robert. Since I posted the original question,<br>the author of the book "Professional SQL Server 7.0<br>Programming" wrote me:<br><br>CREATE TABLE...
Thanks. The 'IDENTITY" column wasn't the one to check,<br>but it got me to looking in the right direction.<br>It is the 'IS ROWGUIDE' column that needs to be checked.<br>(Some times I just need a bump in the right direction)<br>Thanks again. Bill
Am I correct in assuming that the special numeric datatype<br>'UniqueIdentifier' (16 bytes) is dynamically generated<br>upon an INSERT statement? If so, how do I define it in<br>the table and what is the correct format for the INSERT?<br><br>---the book I have just gives the specs for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.