Re: insert into text field [Solved]

2004-06-26 Thread Michael Stassen
Spaces were not the problem here. "desc" is a reserved word, which makes it a poor choice for a column name, as you'll have to quote it with backticks (~) every time you use it. Michael Nitin wrote: Solved. - Original Message - From: <[EMAIL PROTECTED]> To: "Nitin" <[EMAIL PROTECTED]> S

Re: insert into text field [Solved]

2004-06-26 Thread Nitin
Solved. - Original Message - From: <[EMAIL PROTECTED]> To: "Nitin" <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 4:33 PM Subject: Re: insert into text field > look *carefully* at the insert syntax, paying attention to spaces and > the like: > > INSERT INTO tbl_name () VALUES(