Ask a Question related to Coldfusion Database Access, Design and Development.
-
Bryan Ashcraft ::TMM:: #1
Breaking lock on Access file
How do I break the lock on an Access file? Querying a non-existent table
doesn't seem to work in MX.
--
Bryan Ashcraft (remove brain to reply)
Macromedia Certified Dreamweaver Developer
Paragon Visuals :: [url]http://www.paragonvisuals.com[/url]
TMM Volunteer (DW) :: [url]http://www.macromedia.com/go/team/[/url]
~~~~~~~~~~~~~~~~~~~~~~~~
Got Questions? Get Answers
DWFAQ :: [url]http://www.dwfaq.com[/url]
PVII :: [url]http://www.projectseven.com/go/[/url]
--
Bryan Ashcraft ::TMM:: Guest
-
lock file
Using Contribute version 3. Drafts erased prior to publishing and now unable to edit. Receive error message stating that someone else is editing... -
Database Access: Lock? Readonly? What to do...
I have a CF site that uses MS Access databases for many different things, from creating the actual site, to doing Admin-related stuff like adding,... -
break access database lock in mx?
all, I'm trying to remotely compact an access database that holds all client variables. problem is, the ldb lock is there and i don't know how to... -
Access + Asp + multiuser + table lock
Hi all. In my asp site, i have a "Search and Sort" button that creates a lot of activity in my access database. Clciking on the button does... -
How to access the application-object to lock it from session?
Hi, You try to access non static member from static function. Use HttpContext.Current.Application.Lock (); to solve your situation. Natty... -
joolzzz #2
Re: Breaking lock on Access file
Hi,
You can not break a lock on an access database, thats why it's better to use
SQL Server or MySQL instead. The lock on the access database means that there
is another program the have created a perminate link to it an has not released
it, that has always been the probelm with access.
Hope this helps
Joolz
joolzzz Guest
-
Bryan Ashcraft ::TMM:: #3
Re: Breaking lock on Access file
joolzzz wrote:
I agree that Access isn't as good as SQL Server. In fact this will be up> Hi,
>
> You can not break a lock on an access database, thats why it's better to use
> SQL Server or MySQL instead. The lock on the access database means that there
> is another program the have created a perminate link to it an has not released
> it, that has always been the probelm with access.
>
> Hope this helps
>
> Joolz
>
sized to SQL Server once development and testing are done. Apparently
CFMX is keeping the link as I'm the only one accessing the file and I
have to wait 30-45 minutes after closing my browser for the lock to be
released. In CF5 you could just query a non-existent table and the lock
would be released, but this isn't working on CFMX.
--
Bryan Ashcraft (remove brain to reply)
Macromedia Certified Dreamweaver Developer
Paragon Visuals :: [url]http://www.paragonvisuals.com[/url]
TMM Volunteer (DW) :: [url]http://www.macromedia.com/go/team/[/url]
~~~~~~~~~~~~~~~~~~~~~~~~
Got Questions? Get Answers
DWFAQ :: [url]http://www.dwfaq.com[/url]
PVII :: [url]http://www.projectseven.com/go/[/url]
--
Bryan Ashcraft ::TMM:: Guest
-
paross1 #4
Re: Breaking lock on Access file
You probably should de-select Maintain Connections in the advanced settings for
your Access data source in ColdFusion Administrator. I doubt that you will see
any difference in performance, and this has been something that was recommended
by Macromedia in the past for Access databases.
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17034[/url]
Phil
paross1 Guest
-
Bryan Ashcraft ::TMM:: #5
Re: Breaking lock on Access file
paross1 wrote:
Thanks for the reply. Unfortunately I don't have access to the CF Admin.> You probably should de-select Maintain Connections in the advanced settings for
> your Access data source in ColdFusion Administrator. I doubt that you will see
> any difference in performance, and this has been something that was recommended
> by Macromedia in the past for Access databases.
>
> [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17034[/url]
>
> Phil
>
I'll pass the recommendation and link along to the admin, but won't hold
my breath on anything being done on that end. Guess I'm just screwed on
this one, huh?
--
Bryan Ashcraft (remove brain to reply)
Macromedia Certified Dreamweaver Developer
Paragon Visuals :: [url]http://www.paragonvisuals.com[/url]
TMM Volunteer (DW) :: [url]http://www.macromedia.com/go/team/[/url]
~~~~~~~~~~~~~~~~~~~~~~~~
Got Questions? Get Answers
DWFAQ :: [url]http://www.dwfaq.com[/url]
PVII :: [url]http://www.projectseven.com/go/[/url]
--
Bryan Ashcraft ::TMM:: Guest
-
paross1 #6
Re: Breaking lock on Access file
I would like to believe that your admin would consider it in his/her best
interest to comply with the recommendations from Macromedia regarding the
proper administration of ColdFusion data sources, but then again, some folks
have their own agenda, eh?
Good luck with this one.
Phil
paross1 Guest



Reply With Quote

