[AccessD] Updateable Access Forms Bound to ADO Recordsets

Dan Waters dwaters at usinternet.com
Sat Dec 23 10:00:48 CST 2006


Hi Jim,

This OLEDB Provider could be used with an mdb as well as an adp (especially
with SQL Server 2005 Express using Management Studio).  Also, I think I read
that Access 2007 can be used as an ADP with SQL Server 2005, but could also
used with SQL Server 2000 in some sort of 'crippled' mode.

All the discussions in this list seem to state that if you're using ADO you
must use unbound forms, and bound forms are recommended for DAO/Jet but
unbound forms could be used.

This OLEDB provider:

	.provider = "Microsoft.Access.OLEDB.10.0"

describes using bound forms with an ADO recordset.  

I have a currently working mdb database using DAO/Jet in one location that
my client wants to have installed at various plants in North America.  All
these plants are on the same WAN, so a switch to ADO is completely feasible.
But, my system has about 25,000 lines of code where all forms are bound.  If
I can use essentially the same system connected to ADO, I can switch over
with a minimum of code rewriting and become much more valuable to them in
the long term.

My plan is to use Access 2003 (mdb) with SQL Server 2005 Express with
Management Studio Express using this provider.

Dan Waters

-----Original Message-----
Subject: Re: [AccessD] Updateable Access Forms Bound to ADO Recordsets

Hi Dan:

I have done most of my Access work with direct ADO-OLE connecting to MS SQL
and Oracle databases since 1997. Performance increases are on another
magnitude. 

Some jobs that would take an hour could be reduced to seconds by not using
pass-through queries, ODBC drivers... and never using DAO MDB databases
except to stash temporary local data.

Note; that the MS article is describing an ADP type database and as far as I
know that technology has a tenuous future... though my knowledge on its
survival may not be current or complete and some other member may have
further comment.

HTH
Jim

PS I have rarely used bound forms     

-----Original Message-----
Subject: [AccessD] Updateable Access Forms Bound to ADO Recordsets

MS has published a seven page KB article on using updateable Access forms
bound to an ADO recordset.  This uses a specific OLEDB Provider with A2002
or A2003.  The article discusses requirements for SQL Server, Oracle, and
ODBC databases.

Has anyone tried this or have any thoughts on what the performance might be
on a WAN?

http://support.microsoft.com/kb/281998


Thanks!
Dan Waters





More information about the AccessD mailing list