On Thu, 21 Jul 2005 09:03:41 -0700, Bob <(E-Mail Removed)> wrote:
¤ Paul, thank you for your reply.
¤
¤ I have 11 users for this app, each in a different location. I have a vb.net
¤ app which is used by each user to modify his/her respective Access data base.
¤
¤ Each time a user installs the latest version/release of the app, he/she gets
¤ an updated program, an updated xml report file, and an updated test database.
¤
¤ The test database contains new queries that are used by new reports.
¤
¤ My problem is to get these new queries into the respective production
¤ databases by having the user click on a button to do so.
¤
¤ So I'm relegated to doing this using ADO.net.
¤
¤ Could you give me a jump start?
It might help to take a look at the Jet DDL SQL you can use to create table and query (Views and
Procedures) database objects:
http://msdn.microsoft.com/library/de.../acfundsql.asp
http://msdn.microsoft.com/library/de...l/acintsql.asp
http://msdn.microsoft.com/library/de...l/acadvsql.asp
Paul
~~~~
Microsoft MVP (Visual Basic)