C
Charax
I'm a newbie to ADP using Access 2003, WinXP sp2, SQL Server 2000 sp3a. I
thought about which group to post this message in -- and chose ADP since I
need people who understand both MDB and ADP to consider my question.
I'm an Access user since 1.0 and love the flexibility. But I want to put my
database on the Internet and so have upsized my MDB to ADP with SQL Server
back end. I am concurrently using (1) the MDB with ODBC connection to the
SQLDB for all those neat things that can be done fast and easy; (2) an ADP
to manage the SQLDB and learn how to adapt my MDB tricks to the ADP world;
(3) SEM, QA and other SQL Server tools when needed; and (4) plan to use
Visual Studio 2003 to create the ASP.NET web browser interface.
My first question is about searches (and I know next to nothing about SQL
Server). I have an identical Access form in both the ADP and MDB front ends
based on a full table dataset of 30,000 records. In ADP, a Ctrl-F search on
a non-PK indexed nvarchar (255) text field is lightening-fast. The same
search in the ODBC linked MDB form takes 26 seconds (or 35 seconds if the
entry is not found). Can someone help me understand why the dramatic speed
difference? The search dialog options are Match = Any Part Of Field, Search
= All, Match Case not checked, Search Fields As Formatted not checked. The
underlying SQL Server table column allows nulls but has a restraint to not
allow zero-length entries.
Chris Hopkins
thought about which group to post this message in -- and chose ADP since I
need people who understand both MDB and ADP to consider my question.
I'm an Access user since 1.0 and love the flexibility. But I want to put my
database on the Internet and so have upsized my MDB to ADP with SQL Server
back end. I am concurrently using (1) the MDB with ODBC connection to the
SQLDB for all those neat things that can be done fast and easy; (2) an ADP
to manage the SQLDB and learn how to adapt my MDB tricks to the ADP world;
(3) SEM, QA and other SQL Server tools when needed; and (4) plan to use
Visual Studio 2003 to create the ASP.NET web browser interface.
My first question is about searches (and I know next to nothing about SQL
Server). I have an identical Access form in both the ADP and MDB front ends
based on a full table dataset of 30,000 records. In ADP, a Ctrl-F search on
a non-PK indexed nvarchar (255) text field is lightening-fast. The same
search in the ODBC linked MDB form takes 26 seconds (or 35 seconds if the
entry is not found). Can someone help me understand why the dramatic speed
difference? The search dialog options are Match = Any Part Of Field, Search
= All, Match Case not checked, Search Fields As Formatted not checked. The
underlying SQL Server table column allows nulls but has a restraint to not
allow zero-length entries.
Chris Hopkins