MS Access doesn't support temporary tables (at least not in the sense that SQL Server does). Use an "InProgress" table with a user ID from the cookie (or assigned at page transition to secure site) and pass this ID to the secure page. Don't keep any sensitive data in this table, and delete the entries once completed. You may also need to implement some indicator to avoid problems with back and forth buttons.
HTH, Tore. -----Original Message----- From: Joy [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:20 PM To: ActiveServerPages Subject: How to Create a temporary table Any one of u can help me that how can i create a temporary table so that i can store shoping cart values in asp.i am using access database --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
