Re: Which references to use?
- From: emanning <emanning@xxxxxxxx>
- Date: Tue, 8 Dec 2009 13:18:19 -0800 (PST)
On Dec 8, 3:13 pm, "David W. Fenton" <XXXuse...@xxxxxxxxxxxxxxxxxxx>
wrote:
emanning <emann...@xxxxxxxx> wrote innews:abf39559-57c0-4fd7-8fb8-f6948ff41d86@xxxxxxxxxxxxxxxxxxxxxxxxxxx
:
My reason for ADO is that some of my users are having database
connection issues and I want to see if ADO works better than DAO.
I strongly doubt you'll see any difference that couldn't be
eliminated with appropriate settings for ODBC and your server.
The
accdb they're using is an Access front-end linked to SQL Server.
This accdb has been working fine for most users except for a few
whose connections time out after a period of being idle.
I don't know where those settings are kept, but I've never
encountered such a problem. I think that if I did encounter it, I'd
be looking to find out what parameters control connection timeouts
instead of trying to switch to a completely inappropriate data
interface.
I've researched
this problem and have made recommended setting changes to pc's and
queries and all that but a few problems still persist. Obviously
ADO is not as dead as some would like since my Access 2007 VBA
manual devotes a detailed chapter to it. According to the manual,
ADO may be a better solution for this type of database then DAO.
So I'm testing it out.
While it's unlikely this would be the issue here, I have to say that
I've noticed that a lot of weird ODBC/SQL Server issues with Access
turn out in the end to be DNS misconfiguration issues in disguise.
It could be that the network in question is misconfigured in some
way (DNS or otherwise) and that this is leading to the
disconnections. If that's the case, DAO vs. ADO is going to have no
effect, since the disconnects are happening at the networking layer
and not in the data access layer.
Something to look at...
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Thanks, David and Banana, for your replies.
.
- References:
- Which references to use?
- From: emanning
- Re: Which references to use?
- From: David W. Fenton
- Re: Which references to use?
- From: Banana
- Re: Which references to use?
- From: David W. Fenton
- Re: Which references to use?
- From: Banana
- Re: Which references to use?
- From: emanning
- Re: Which references to use?
- From: David W. Fenton
- Which references to use?
- Prev by Date: Re: Which references to use?
- Next by Date: Re: Downloading the access database front end from Sharepoint 2010
- Previous by thread: Re: Which references to use?
- Next by thread: printing an existing pdf document within a report
- Index(es):
Relevant Pages
|