Hello,
I using VB6 and SQL 2000, if I create a temporary table within a stored procedure and it is called from within my program by more than one user, will it overwrite/destory itself if both users access the same program.
The ideal is to use the table for storing and indexing items used for a Order Release procedure and be retrieved in order when the Order is printed out.
If so... is there a way to store each users table in memory to avoid conflicts.
The table's life cycle is only need until each users disconnects.
All suggestions welcome..
Thanks
I using VB6 and SQL 2000, if I create a temporary table within a stored procedure and it is called from within my program by more than one user, will it overwrite/destory itself if both users access the same program.
The ideal is to use the table for storing and indexing items used for a Order Release procedure and be retrieved in order when the Order is printed out.
If so... is there a way to store each users table in memory to avoid conflicts.
The table's life cycle is only need until each users disconnects.
All suggestions welcome..
Thanks