Re: Quotation Marks in Mysql fields

2002-03-02 Thread Georg Richter
On Saturday, 2. March 2002 08:24, Bill Platt wrote: Now, my question is this. How do I get the database to accept the quotation marks and apostrophes?? The kind of data I am entering into the tables is better with these items left in rather than left out. Hello Bill, all you have to do is

RE: Quotation Marks in Mysql fields

2002-03-02 Thread Keith Smith
Bill: What about the DBI's quote() method... isn't this what its for? http://www.mysql.com/doc/P/e/Perl_DBI_Class.html Keith -Original Message- From: Bill Platt [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 2:25 AM To: [EMAIL PROTECTED] Subject: Quotation Marks in Mysql

Quotation Marks in Mysql fields

2002-03-01 Thread Bill Platt
I have what may seem a silly question on this list. As I am fairly new to mysql, I am not sure what the answer might be. I have noticed my software generating errors everytime I try to place the single or double quote into the table columns. At this time, I have scripted my perl to turn these