Jump to content

dbExec question mark value


Foolkep

Recommended Posts

So this is the function: https://wiki.multitheftauto.com/wiki/DbExec
bool dbExec ( element databaseConnection, string query [, var param1 [, var param2 ...]] )

And I have an SQL Query like:

dbExec(connection, "INSERT INTO table_name VALUES('1','Bob','What\'s the time?')")

The function think that the ?(question mark) should be replaced with the param1 value and not handle it as a string and this couse an error.
How should I escape this?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...