Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / May 2007

Tip: Looking for answers? Try searching our database.

Access Inside Out

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chris Hayes - 18 May 2007 18:02 GMT
Hey.  This is my opinion, but this ebook comes in handey.  I really suggest
you get it if you are learning Access.  The only draw back is his focus on
DAO.  I would say ADO is the way to go nowadays but he's old school and I
can't blame him.

http://www.amazon.com/Microsoft-Office-Access-2003-Inside/dp/0735615136/ref=pd_b
bs_sr_1/103-7459531-9007839?ie=UTF8&s=books&qid=1179507476&sr=8-1


Signature

Chris Hayes
Still a beginner (only 12 years)

[fyi, you can email me by getting rid of the British Comedian''s name who
wrote that song about "Spam"]

Arvin Meyer [MVP] - 18 May 2007 18:07 GMT
The problem is that ADO is already been supplanted with ADO.NET and the 2
are far from similar. DAO is useful against all database systems which use
ANSI-92 SQL. ADO is slightly faster on some queries on a SQL-Server database
and is the only code supported in an Access ADP.
Signature

Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

> Hey.  This is my opinion, but this ebook comes in handey.  I really
> suggest
[quoted text clipped - 3 lines]
>
> http://www.amazon.com/Microsoft-Office-Access-2003-Inside/dp/0735615136/ref=pd_b
bs_sr_1/103-7459531-9007839?ie=UTF8&s=books&qid=1179507476&sr=8-1
dbahooker@hotmail.com - 18 May 2007 18:29 GMT
DAO is supported on an Access ADP, kid
don't spread mis-informatino

the FACT of the matter is that DAO doesn't 'look newer just because
ADO is obsolete'

DAO is a memory leak and anyone using it for anything should be fired
and then spit upon

> The problem is that ADO is already been supplanted with ADO.NET and the 2
> are far from similar. DAO is useful against all database systems which use
[quoted text clipped - 19 lines]
>
> - Show quoted text -
Chris Hayes - 19 May 2007 03:22 GMT
is it recommended that I focus on DAO also?

Signature

Chris Hayes
Still a beginner (only 12 years)

[fyi, you can email me by getting rid of the British Comedian''s name who
wrote that song about "Spam"]

> The problem is that ADO is already been supplanted with ADO.NET and the 2
> are far from similar. DAO is useful against all database systems which use
[quoted text clipped - 7 lines]
> >
> > http://www.amazon.com/Microsoft-Office-Access-2003-Inside/dp/0735615136/ref=pd_b
bs_sr_1/103-7459531-9007839?ie=UTF8&s=books&qid=1179507476&sr=8-1
Larry Linson - 19 May 2007 04:05 GMT
> is it recommended that I focus on DAO also?

Jet is the default database installed with Access through Access 2003. DAO
is the native language of Jet. The Access team at Microsoft no longer
recommends ADO over DAO, as once was the case.  The new, enhanced database
ACCDB of Access 2007 is directly descended from Jet, as are all its support
features/functions.

My experience with ADO has been limited to making modifications to an ADP
application with an SQL Server data store. I found that to be no "better"
than previous projects using DAO and ODBC to communicate with an SQL Server
data store.

If you're using ADO, if it does what you want, and if it doesn't take you
extra time and energy to use it, I wouldn't recommend you go change database
applications you have already written; on the other hand, I wouldn't
generally recommend starting a new database project using ADO to the
exclusion of DAO, either.

Larry Linson
Microsoft Access MVP
dbahooker@hotmail.com - 21 May 2007 18:47 GMT
I'm not positive that I believe this:

The Access team at Microsoft no longer
recommends ADO over DAO, as once was the case.

Do you have that in writing?

I know that any Access person with any intellect says 'stfu and move
to VB.net'

Which uses ADO.. not DAO
Additionall, ADO is using in thnigs like Office Web Components which
have no replacement with DAO or ADO.net

I reccomend that you use one library for everything-- and one database
for everything
and that combination is SQL Server and ADO

>  > is it recommended that I focus on DAO also?
>
[quoted text clipped - 17 lines]
>  Larry Linson
>  Microsoft Access MVP
Chris Hayes - 19 May 2007 03:33 GMT
I want to add and maybe clear a statement I made that didn't sound good.  I
honor Mr Viescas and his knowledge.  The man is a genious with access.
Signature

Chris Hayes
Still a beginner (only 12 years)

[fyi, you can email me by getting rid of the British Comedian''s name who
wrote that song about "Spam"]

> Hey.  This is my opinion, but this ebook comes in handey.  I really suggest
> you get it if you are learning Access.  The only draw back is his focus on
> DAO.  I would say ADO is the way to go nowadays but he's old school and I
> can't blame him.
>
> http://www.amazon.com/Microsoft-Office-Access-2003-Inside/dp/0735615136/ref=pd_b
bs_sr_1/103-7459531-9007839?ie=UTF8&s=books&qid=1179507476&sr=8-1
Arvin Meyer [MVP] - 20 May 2007 17:01 GMT
John Viescas is one of the original Access MVPs, and the only one still an
Access MVP. His skills, particularly with SQL are legendary. He is the "go
to" person that even we as MVPs use for the most difficult SQL questions.

Most, but not all, Access/Jet users, at least judging by the questions here,
prefer to use DAO.
Signature

Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

>I want to add and maybe clear a statement I made that didn't sound good.  I
> honor Mr Viescas and his knowledge.  The man is a genious with access.
[quoted text clipped - 7 lines]
>>
>> http://www.amazon.com/Microsoft-Office-Access-2003-Inside/dp/0735615136/ref=pd_b
bs_sr_1/103-7459531-9007839?ie=UTF8&s=books&qid=1179507476&sr=8-1
David W. Fenton - 20 May 2007 18:25 GMT
> Most, but not all, Access/Jet users, at least judging by the
> questions here, prefer to use DAO.

And rightly so, as it makes more sense to use DAO for Jet data than
ADO, unless you need to do when of the handful of operations
supported by ADO that is not in DAO.

I do hope that MS rectifies that situation in the new DAO. Has
anybody checked in A2K7? Obviously, UserRoster isn't going to be
included, but maybe some of the field types that were left of DAO
3.6 are now included?

Signature

David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/

dbahooker@hotmail.com - 21 May 2007 18:49 GMT
I do anything I need via ADO

create a table?

THE CREATE TABLE TSQL
Why would I mix DAO and SQL in order to do something trivial like
that?

CREATE A QUERY? = CREATE VIEW TSQL OR CREATE PROCEDURE TSQL

Use of DAO is just flat out f.cking stupid

> > Most, but not all, Access/Jet users, at least judging by the
> > questions here, prefer to use DAO.
[quoted text clipped - 11 lines]
> David W. Fenton                  http://www.dfenton.com/
> usenet at dfenton dot com    http://www.dfenton.com/DFA/
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.