|
-
Apr 17th, 2007, 03:35 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] Add tables/queries to an existing database
Morning everybody,
Assume a database was sent to user as a part of project setup duly made using PDW. I would like to know if it is possible to add one or more tables/queries to the existing database through a fresh setup using PDW. While updating the db the data already in use with the customer should not be overwritten.
DB: Access 2003
VB6
Thanks in advance
-
Apr 17th, 2007, 09:17 PM
#2
Re: Add tables/queries to an existing database
I believe that when deploying a new file that PDW will overwrite the old file. I don't believe that in PDW you can specify anything other than that.
-
Apr 18th, 2007, 11:38 PM
#3
Thread Starter
Frenzied Member
Re: Add tables/queries to an existing database
I don't believe that in PDW you can specify anything other than that.
Can inno perform such kind of acts. Or is there a way to add tables/queries into an existing db without destroying the existing data
-
Apr 19th, 2007, 02:10 AM
#4
Re: Add tables/queries to an existing database
You can't deploy new tables or queries like that. What you can do is to deploy another database that has the tables and queries in them and then use code to update the database with the new tables and queries.
In Inno Setup you can specify to overwrite the database or to leave it alone. You have the option on deployment.
Last edited by randem; Apr 20th, 2007 at 02:09 AM.
-
Apr 20th, 2007, 12:34 AM
#5
Thread Starter
Frenzied Member
Re: Add tables/queries to an existing database
What you can do is to deploy another table that has the tables and queries in them and then use code to update the database with the new tables and queries
or simply make a setup of the EXE with code something like create table/View on app startup to create a table/queries/views.
Is this possible?
-
Apr 20th, 2007, 02:10 AM
#6
Re: Add tables/queries to an existing database
Yes, you can deploy an exe to alter the table structures and create new queries.
-
Apr 24th, 2007, 03:28 AM
#7
Thread Starter
Frenzied Member
Re: Add tables/queries to an existing database
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|