Ask a Question related to Coldfusion Database Access, Design and Development.
-
gottagetcodin #1
Access database locking
Hi
I am running a website off an access db with cf code. I have a couple of pages
which can get ~500 users day and have noticed that since using a hit counter
with code
<cfoutput>
<cftransaction>
<cfquery name="storehits" datasource="xx">
insert into hits(hitpage,hituser,hitvar,hitdate)
values('#attributes.page#','#attributes.loginid#', '#attributes.var#',#attributes
..date#)
</cfquery>
</cftransaction>
</cfoutput>
i am quite frequently (say ~10 times/day) getting errors saying
Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC Microsoft Access Driver] Could not update; currently
locked by user 'admin' on machine
Surely Access shouldnt fall over so quick or is it my code. Any suggestions
please?
Tim
gottagetcodin Guest
-
JDBC - Universe Database - Record Locking
Better late than never I guess...sorry, I subscribed to the thread, but did not get an email from the forum. Anyway, yes we use UV exclusively on... -
Access Record Locking
Hi my access database has created another file called access record locking and I was just wondering why it has done this? Thanks. -
Database inserts locking table
I am sure there is a better way to do this.... but basically I have a coldsuion page that loops over records retrieved from a query from multiple... -
ADO/Access Locking Site
I've run into this problem recently and I haven't been able to pin it on anything. I've been doing ADO connections to Access databases for small... -
Access 2000 locking up in Windows XP
I hope I can describe this problem. I have an Access 2000 with a SQL 2000 back end application. The following problem only seems to exist when... -
jorgepino #2
Re: Access database locking
I would recomend to move away from access database if you wanted to use it for your website
Choices
MYsql free
MSsql 4k
Oracle lotmore
jorgepino Guest
-
JMGibson3 #3
Re: Access database locking
Are you sure nobody's opening it in Access or a scheduled Compact is running?
The only time I've EVER seen that exact message (and often, silly me) is when I
have the table open in Design View in Access or in the middle of a Compact
Files command.
JMGibson3 Guest
-
TWG #4
Re: Access database locking
Did you ever figure out the culprit on this problem? I've been recently having
the same issues, although I'm getting the error much more frequently than you.
I haven't been able to put my finger on the real issue at all, so I just wanted
to see what your thoughts were.
TWG Guest



Reply With Quote

