Re: Moving Access queries from a DB to another
- From: "Serge Myrand" <serge.myrand@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 10:16:52 -0400
Hi Dominic,
I do about the same thing than you using OpenSchema, the problem i have is
to move VIEWS from one db to another, for the rest i also compare an empty
db with the client's on eand so on. .
Thank you
serge
"Dominic" <dommyd2@xxxxxxxxxxxx> wrote in message
news:48166f9a$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Serge
This is probably not what you want to hear, but I tend to stick with MS
Access VBA code to do any metadata changes from one database to another.
In
a couple lines of code, you can copy any object from one db to another.
Basically I have an MDE that i distribute with my application that
compares
an empty access database with the clients version and adds any new tables,
indexes, fields, relationships, queries, forms, reports etc. You can also
call compacts and repairs.
While you can probably to it with OpenSchema (personally I have not tried
it), I would recommend attempting it in MS Access.
Regards
Dominic
"Serge Myrand" <serge.myrand@xxxxxxxxxxxxxxxxxx> wrote in message
news:4815e55a@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello,Using
I need to move several Queries from an Access 2000 db to another one.
OpenSchema, I can get the list of existing views, but I do not want tohave
to read all the fields and to use CREATE VIEW to recreate all queries. I
look for something that allow me to copy the SQL text from one db to
another. Is that possible? Any hint will be appreciated.
thank you in advance
serge
.
- References:
- Moving Access queries from a DB to another
- From: Serge Myrand
- Re: Moving Access queries from a DB to another
- From: Dominic
- Moving Access queries from a DB to another
- Prev by Date: Re: problem connecting to ADO programmatically (solved)
- Next by Date: problem with join
- Previous by thread: Re: Moving Access queries from a DB to another
- Next by thread: OEM ANSI problems.
- Index(es):