Jump to content

MySQL error (1103)


GTX

Recommended Posts

Hi, this problem is now already annoying... When map starts, it outputs this:

Error executing the query: (1103) Incorrect table name '[DM] blabla -Vol- Balbla '. I can't find solution.

Script:

  
mapname = mysql_escape_string(connect_mysql, mapname) 
result = mysql_query(connect_mysql, "CREATE TABLE IF NOT EXISTS `"..mapname.."` (name VARCHAR(30), time TEXT, date TEXT, serial VARCHAR(100), tag VARCHAR(100))") 
  

It works on some maps.

Thanks in advance.

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...