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.
| 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 |
|
|
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" |
 |
|
|
|
|
|