What is faster .mde or automation?

M

Martin

If i use vb automation to run access will it be faster
than an .mde? Does it have any other advantages or
disadvantages?

Thanks
Martin
 
C

chas

Hi,

automation is the process of using code to work with a COM
application. An .MDE is a type of file that you can
create in Access to hide code and prevent design changes.

hth

chas
 
D

david epsom dot com dot au

Also, from VB, a lot of what you want to do is done
faster and better using ADO automation, not Access
Automation.

ADO = active data objects. If you only want to
deal with data, set a reference to ADO in your
VB project, and use ADO instead of Access.

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

setting up the printer in a mde 3
Access 2007 and MDE file Question 10
Determine if File is open 8
Access 2007 and MDE 1
Access 2007 and MDE Files 1
.mde files 9
mde file 2
Save command disabled in MDE 1

Top