Temporary Tables

Hi all.

I’ve created a new table in MySQL named TEMP_XXX. This table is not loaded when I try to reload tables from Database Servers.

How can I use a temporary table?

Best regards. Roberto Blasco.

Servoy Version: 6.0.3 - build 1223
MySQL 5.1
Windows 7

Roberto,

The prefix temp_ is used by Servoy for temporary tables and filtered out in developer.

Rob

Thanks a lot Rob. :-)