08.08.2011, 21:43
Quote:
There's nothing wrong with the SQL syntax inside the file, so something is screwing up when loading the data or calling it to the query. Please show that code.
|
pawn Код:
stock CreateSQLTables()
{
new szQuery[2000];
new File:sqltables = fopen("sql.txt", io_read);
fread(sqltables, szQuery);
fclose(sqltables);
mysql_query(szQuery);
}