V
Vsn
Hi all,
I thought to have a good idea to easily change the data location for a
database from which I had to change the linked tables (file).
UPDATE MSysObjects SET MSysObjects.[Database] =
\\Fmedxb\Data\Operations\D_AdminFinance\OperationsDB\OperationsDBData\PersonnelOperationsData.mdbWHERE
(((MSysObjects.Database) Is Not Null))WITH OWNERACCESS OPTION;
This however does not work since i do not have the right permission to edit
this table. Could someone tell me how this could be done. I am the creator
of the DB and so assume I have all permissions, unless Microsoft does not
want me to change items in the MSys tables.
Thx,
Ludovic
I thought to have a good idea to easily change the data location for a
database from which I had to change the linked tables (file).
UPDATE MSysObjects SET MSysObjects.[Database] =
\\Fmedxb\Data\Operations\D_AdminFinance\OperationsDB\OperationsDBData\PersonnelOperationsData.mdbWHERE
(((MSysObjects.Database) Is Not Null))WITH OWNERACCESS OPTION;
This however does not work since i do not have the right permission to edit
this table. Could someone tell me how this could be done. I am the creator
of the DB and so assume I have all permissions, unless Microsoft does not
want me to change items in the MSys tables.
Thx,
Ludovic