Olá,
Preciso criar tabelas temporárias no MySQL com Windows Vista mas não estou conseguindo, gera um erro.
No 2K e XP eu uso isto e tudo bem:
Sql = ""
Sql = V_Sql & " CREATE TEMPORARY TABLE agenda ("
Sql = V_Sql & " Nome varchar(50) default 'NULL',"
Sql = V_Sql & " Telefone varchar(20) default 'NULL' "
Sql = V_Sql & " ) TYPE=MyISAM;"
CONN.Execute V_Sql
Por favor, alguem pode me ajudar.
Grato,
Jayme