PC Review


Reply
Thread Tools Rate Thread

DAO - Access 2003

 
 
SR
Guest
Posts: n/a
 
      11th Sep 2003
Hi,

Can anyone please point me towards any sites that can offer me some basic
DAO scripting?

I'm used to ADODB within ASP pages but need to run a some SQL in Access
2002, then apply some changes to the results via another SQL statement.
I am guessing that VB & SQL within a module is the best way to do this?

Any advice, help or examples would be much appreciated.

Thanks
Simon


 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      11th Sep 2003
Are you trying to read/modify the data, or read/modify the schema?

For the data, you can use ADO recordsets in Access 2003. For the schema, you
can use ADOX or execute DDL statements if you are familar with that
approach.

DAO is still the native language in Access. For a graphical summary of the
objects in this library, see:
http://allenbrowne.com/ser-04.html

For an example of how to read the schema with DAO, see:
http://allenbrowne.com/func-06.html

For an example of how to execute action query statements in a transaction,
see:
http://allenbrowne.com/ser-37.html

For information about managing both the ADO and DAO libraries together, see:
http://allenbrowne.com/ser-38.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html

"SR" <sranshawathotmail.com> wrote in message
news:(E-Mail Removed)...
> Can anyone please point me towards any sites that can offer me some basic
> DAO scripting?
>
> I'm used to ADODB within ASP pages but need to run a some SQL in Access
> 2002, then apply some changes to the results via another SQL statement.
> I am guessing that VB & SQL within a module is the best way to do this?
>
> Any advice, help or examples would be much appreciated.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Executing Word 2003 Mailmerge from Access 2000 module running in Access 2003 ML Microsoft Access VBA Modules 3 25th Oct 2006 11:25 PM
Access 2003 Won't Update Pivot Tables Created in Access 2003 =?Utf-8?B?TWljaGFuaWtlcg==?= Microsoft Access 3 16th Oct 2006 08:25 AM
Access 2002 to Access 2003 Problem - Won't Create MDE in 2003 =?Utf-8?B?TGF0ZSBOaWdodCBDb2Rlcg==?= Microsoft Access VBA Modules 2 29th Aug 2006 09:29 AM
Crash Access 2003 on 2nd Access 2003 Application open... Edward Microsoft Access 1 20th Jul 2005 12:25 PM
Migrating from Beta Edition Access 2003 to Access 2003 Joan Microsoft Access Forms 0 28th Nov 2003 06:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:41 PM.