Re: ADO parameters queries and stored procedures - and Connections
- From: Steve Jorgensen <nospam@xxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 01:11:24 -0700
On Mon, 25 Jul 2005 22:58:02 -0400, "Darryl Kerkeslager"
<kerkeslager@xxxxxxxxxxx> wrote:
>Steve Jorgensen wrote:
>> The only reason to
>> disconnect is if you really do want to close the connection to conserve
>> resources.
>
>I'm doing this over a WAN (The Powers said I couldn't use their SQL Server).
>All I want to accomplish is make it faster, any way I can. The WAN is good
>and fast, and the PCs and server involved are first rate. I just want to:
>
>1. Not open and close the connection if preventable - this alone takes
>anywhere from 1-2 seconds, so if I open and close a recordset 4 times
>instead of 1 in one Save action, that's an extra 3-6 seconds I add.
>
>2. Not send any more data TO the server than I need to to GET data.
I didn't realize you were using an Access MDB over a WAN. That's generally
both slow and unreliable. Can you get set up to remote control your PC at
work via Terminal Services? Alternatively, if there are only a handfull of
simultaneous users, could you use MSDE on your computer, and access that over
the WAN?
If none of those is an option, perhaps, you should look into replication.
David Fenton may have some advice on this point.
.
- Follow-Ups:
- Re: ADO parameters queries and stored procedures - and Connections
- From: Darryl Kerkeslager
- Re: ADO parameters queries and stored procedures - and Connections
- From: David W. Fenton
- Re: ADO parameters queries and stored procedures - and Connections
- References:
- ADO parameters queries and stored procedures - and Connections
- From: Darryl Kerkeslager
- Re: ADO parameters queries and stored procedures - and Connections
- From: lylefair
- Re: ADO parameters queries and stored procedures - and Connections
- From: Steve Jorgensen
- Re: ADO parameters queries and stored procedures - and Connections
- From: Darryl Kerkeslager
- ADO parameters queries and stored procedures - and Connections
- Prev by Date: Re: ADO parameters queries and stored procedures - and Connections
- Next by Date: Re: memo field auto-expanding?
- Previous by thread: Re: ADO parameters queries and stored procedures - and Connections
- Next by thread: Re: ADO parameters queries and stored procedures - and Connections
- Index(es):
Relevant Pages
|