B
BenWeber
I have a separate database for my data and my application that i have linked
when the program starts up. I've been doing this so that people can have new
versions of the application without having to delete all of their entered
data.
I am making a new release of the application that requires some alterations
to the database. Altering the tables in the other database shouldn't be a big
deal, however i also need to create a table there...
Is there a way to do a create table statement in the application database
that will put the table in the linked database as opposed to the application
database? After it's created i will have no problem linking it, my problem is
the create table statement automatically puts it in the database the sql is
being run from (the application database).
Thanks,
-Ben
when the program starts up. I've been doing this so that people can have new
versions of the application without having to delete all of their entered
data.
I am making a new release of the application that requires some alterations
to the database. Altering the tables in the other database shouldn't be a big
deal, however i also need to create a table there...
Is there a way to do a create table statement in the application database
that will put the table in the linked database as opposed to the application
database? After it's created i will have no problem linking it, my problem is
the create table statement automatically puts it in the database the sql is
being run from (the application database).
Thanks,
-Ben