Clear Query[];
#1

new query[100];
public Testing()
{
mysql_format(DBHandle, query, sizeof(query), "INSERT INTO `test` VALUES ('','%s');",query);
mysql_tquery(DBHandle, query, "", "");
query[0] = '\0';
}
Whether it is possible to clear so everywhere (query[0] = '\0' it is possible to use so every time to avoid creation of every time new query[100]; ?
Reply


Messages In This Thread
Clear Query[]; - by StasWilson - 16.01.2015, 15:21
Re: Clear Query[]; - by StasWilson - 16.01.2015, 18:37
Re: Clear Query[]; - by RedFusion - 16.01.2015, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)