I am working on a project where the user enters data in the same HTM page from 1 to "N" times. This data needs to be stored in temp tables so it can be processed as a transaction when all of the data has been entered. The permanent tables are in a DB named "Test". I create the temp tables after the first page is processed and can enter the data from the first page whith no problem. When I try to enter the second page I get the message "table 'test.tablename' doesn't exist'.
In other words it is looking for the temp table in the database on the server.
How can I correct htis.
Thanks in advance.
Smokey Joe
In other words it is looking for the temp table in the database on the server.
How can I correct htis.
Thanks in advance.
Smokey Joe