actually here are some other suggestions for connecting to Access...
http://livedocs.macromedia
Main Topics
Browse All TopicsHi
I've got a major problem with my company Intranet in that when several people are trying to access similar pages that use the same database I get errors saying 'cannot read database - file already in use'. It works fine if there isn't heavy traffic. I'm using an Access database.
Should this happen? i thought Coldfusion would be able to handle several requests at the same time. I may be being completely niaive here - I am a newbie.
Is there anything I that I could be doing that is fundamentally wrong? Is there anything I can do in the Coldfusion Administrator to stop this happening?
Any help gratefully recieved.
Thanks in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
actually here are some other suggestions for connecting to Access...
http://livedocs.macromedia
Also check that no one is using the database NOT from your intranet. Is any application other than CF using it?
Also go to Datasources in the administrator and then CF Settings and make sure this is NOT checked
Maintain database connections - Check this
box to maintain connections to data sources across client requests.
Still having problems. I realise Access is not really set up for multi user requests, but I thought Coldfusion could cope with more than 2 people using it at the same time! Am I right in thinking that Coldfusion should stack queries and deal with them one by one?
Within Coldfusion Administrator I have the following settings:
Data Sources
CF Data Source Name: intranet
Database File: E:\Inetpub\wwwroot\assets\
Maintain Connectiosn is NOT checked.
Server Settings
Maximum number of simultaneous requests: 5
(Nothing else checked)
Caching Settings
'Save Class Files' and 'Cache Web Server Paths' are the only things ticked.
Each query within my cfm pages is set up as so:
<cfquery name="main_news" datasource="intranet" cachedwithin="#CreateTimeS
SELECT ID, SUBMITTED, CATEGORY, NAME, CONTENT
FROM MAIN
WHERE CATEGORY = 'Headline News'
ORDER BY ID DESC</cfquery>
Any help gratefully recieved!!! Thanks in advance...
I get this error message when I tey and add the database to System DSN
Connection verification failed for data source: intranet
[]java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]Unable to retrieve error message from backend ODBC Driver.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]Unable to retrieve error message from backend ODBC Driver.
Any ideas?
Business Accounts
Answer for Membership
by: jonnygo55Posted on 2003-11-06 at 11:22:00ID: 9696173
in Cold Fusion administrator go to the ODBC Data Sources...click on the relevant one...click on CF Settings to expand the options....click on limit connections...set box to three(I think thats the max for access)...not many..think about upgrading to SQL server if your company has the money or MySQL if not