RE: [PHP-DB] PLEASE HELP! Problem with ODBC string insert

2001-07-15 Thread Matthew Loff
when SELECTing. It's ugly, but it would work... -Original Message- From: AKA Hook [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 7:21 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] PLEASE HELP! Problem with ODBC string insert I tried double quotes and many different combinations

Re: [PHP-DB] PLEASE HELP! Problem with ODBC string insert

2001-07-15 Thread AKA Hook
gt; standard, but have you tried enclosing the values in double quotes? I > know that's valid with MySQL... > > I don't have any other suggestions... Does anyone else? > > > -Original Message- > From: AKA Hook [mailto:[EMAIL PROTECTED]] > Sent: Sunday, J

RE: [PHP-DB] PLEASE HELP! Problem with ODBC string insert

2001-07-15 Thread Matthew Loff
lto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 3:56 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] PLEASE HELP! Problem with ODBC string insert Here is the echo output. UPDATE News SET NewsTitle = 'Text', NewsText = 'can\'t use quotes!' WHERE NewsID = 16 "Ma

Re: [PHP-DB] PLEASE HELP! Problem with ODBC string insert

2001-07-15 Thread AKA Hook
Here is the echo output. UPDATE News SET NewsTitle = 'Text', NewsText = 'can\'t use quotes!' WHERE NewsID = 16 "Matthew Loff" <[EMAIL PROTECTED]> wrote in message 000e01c10d89$6fa576c0$0100a8c0@bang">news:000e01c10d89$6fa576c0$0100a8c0@bang... > > It might help us to see exactly what the query

RE: [PHP-DB] PLEASE HELP! Problem with ODBC string insert

2001-07-15 Thread Matthew Loff
It might help us to see exactly what the query is... Could you insert an echo statement and let us know what SQL query it's producing? echo " INSERT INTO News (NewsDate,NewsTitle,NewsText) VALUES ('$NowDate','$NewsTitle','$NewsText') "; -Original Message- From: AKA Hook