Re: Performance of ODBC
- From: "dbahooker@xxxxxxxxxxx" <dbahooker@xxxxxxxxxxx>
- Date: 25 Nov 2006 10:17:25 -0800
and again..
when you use MDB against linked tables; you'll have awful performance..
because it SCANS THE WHOLE TABLE AND DOWNLOADS IT BEFORE STARTING A
SEEK
ADP doesn't have this same problem; if you request 20 seconds from SQL
Server you get 20 records.
again, to simplify
if you send a request fom MDB to SQL Server.. saying 'give me 20
records' MDB sits there and says 'I dont know wtf a database is; let me
bring this WHOLE TABLE across the network, piece through it.. and
finally find the 20 records that im looking for'
lol
MDB Is completely obsolete; spit on anyone that still uses it
Vadim Rapp wrote:
Most likely this is a problem with your or your ISP network configuration,
most likely with DNS. I just tried to connect from home computer to sql
server running at my work computer and published on the firewall; both
Access through odbc and vb6 program were able to connect and extract the
data practically instantly..
Did you try tracert to your server?
Also, if you close your Access and then reopen and reaccess the server data,
is it still slow? perhaps sql server is autostarted when you connect first
time, or maybe the database is autoclosed and needs to reopen?
Vadim Rapp
.
- References:
- Re: Performance of ODBC
- From: Vadim Rapp
- Re: Performance of ODBC
- Prev by Date: Re: Performance of ODBC
- Next by Date: Re: Table Name problem in VBA using Access 2003 adp and SQL Server
- Previous by thread: Re: Performance of ODBC
- Next by thread: Re: Performance of ODBC
- Index(es):
Relevant Pages
|
Loading