Jump to content
  • 0
milky_milk

apostrophes in sql-queries

Question

Hello there.

Do you know how to escape apostrophes in eA-scripts?

For example:

 

 

       query_sql("SELECT `id`  FROM `item_db` WHERE `name_japanese` = '"[email protected]$+"'",[email protected]);

        if ( [email protected] ) {
 
                mes "There is no such item.";
                close;
        }

 

If [email protected] is "Gentleman's Pipe" - I've got errors in MySQL:

 

 

: DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Pipe'' at line 1

 

Can you help me?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.