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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wmdpontius

    'TextArea' box from form getting truncated on SQL INSERT

    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)
  2. wmdpontius

    How do I set up UniqueIdentifier column

    Right again, Robert. Since I posted the original question,<br>the author of the book &quot;Professional SQL Server 7.0<br>Programming&quot; wrote me:<br><br>CREATE TABLE...
  3. wmdpontius

    How do I set up UniqueIdentifier column

    Thanks. The 'IDENTITY&quot; 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.&nbsp;&nbsp;&nbsp;&nbsp;Bill
  4. wmdpontius

    How do I set up UniqueIdentifier column

    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...

Part and Inventory Search

Back
Top