(28/08/2021 22:27)xbruno1000x Escreveu: Cara, eu não achei essa função no MySql mais atual (r-41-4).qual função cria a tabela caso ela não exista no banco de dados?
As funções que achei foram:
Código:native mysql_pquery(MySQL:handle, const query[], const callback[] = "", const format[] = "", {MySQL, Float,_}:...);
native mysql_tquery(MySQL:handle, const query[], const callback[] = "", const format[] = "", {MySQL, Float,_}:...);
native Cache:mysql_query(MySQL:handle, const query[], bool:use_cache = true);
native mysql_tquery_file(MySQL:handle, const file_path[], const callback[] = "", const format[] = "", {MySQL, Float,_}:...);
native Cache:mysql_query_file(MySQL:handle, const file_path[], bool:use_cache = false);
Mensagem neste Tópico |
RE: MYSQL - por xbruno1000x - 28/08/2021 22:27
RE: MYSQL - por Smith - 29/08/2021 00:10
|