MySQL

From: "LKembel" <SPAMSUCKSlkembel(at)cgocable(dot)net>
To: pgsql-questions(at)postgresql(dot)org
Subject: MySQL
Date: 2000-01-21 02:46:20
Message-ID: 0MPh4.11151$632.480649@news1.rdc2.on.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a MySQL newsgroup? Or even a newsgroup for general SQL
questions? I couldn't find one. I'd really appreciate it if someone could
point me towards one, or even better answer my question (I hope the fact
that this is off topic doesn't bother anyone). I'm trying to prepare a
string to be inserted into a MySQL server using quote(). What it does is
escape characters like ' with a backslash, so I end up with 'Lee\'s Info'.
The problem is that it's inserting the \ into the DB, when I call up that
entry I get a \ in it. If I leave out the \ then I get an error. Any help?

--
Lee Kembel
Freelance graphic design - http://www.hermthesperm.com/leekembel
I also handle HTML, Perl CGI, SQL databases, Shockwave/Flash, and animation.

Responses

  • Re: MySQL at 2000-01-21 02:52:56 from LKembel

Browse pgsql-general by date

  From Date Subject
Next Message LKembel 2000-01-21 02:52:56 Re: MySQL
Previous Message Mark Dalphin 2000-01-21 02:12:00 Re: weird sum() results