Hi,

In my case, some of tables are created according to people's name, e.g.

when user adds new name:  firstname lastname
it should create table in background =>  firstname_lastname

But problem occurs when user name contains ', e.g.  firstname's lastname, I
had it encoded first, java.net.URLEncoder.encode(firstname's lastname) which
turn to =>  firstname%27s_lastname, but it still gives error because of %.

Does anybody know if there is a way to work around this problem, or this is
totally impossible?

Thanks in advance.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to