Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Database does not store data for longer than 15m

Author  Topic 

Slyvr
Starting Member

1 Post

Posted - 2010-03-09 : 13:20:26
Hi,

I created a office hour reservation system for a professor at my university. When people sign up for office hours, the database adds them and all is well. However, about 15 minutes later their entry is deleted from the database and other people can re-reserve their times.
I am using Microsoft Access 07 and Dreamweaver. This issue happens even when no one is logged on Dreamweaver.

I have asked multiple Coldfusion forums and no one can find an error in my coding. What else could cause it? Is it a database of server issue?

X002548
Not Just a Number

15586 Posts

Posted - 2010-03-09 : 13:24:52
Hows your security?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2010-03-09 : 13:43:57
I believe you are using a transactional system, which after 15 minutes is rollbacked automatically due to inactivity.



N 56°04'39.26"
E 12°55'05.63"
Go to Top of Page
   

- Advertisement -