Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys
I have an Umbraco 8 website which has some custom tables stored in the original database that holds the Umbraco tables.
I want to separate this out so the tables created as part of Umbraco are in their own database and anything else is in its own database.
I can delete the custom tables from the Umbraco database and move all this data into a new database using the same table name.
How could I hook up Umbraco to use the old database for Umbraco and all custom pages to use the new database?
I have read I can add a new web.config connection string but then how would the custom tables know which database to use?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to separate database with custom tables
Hi guys
I have an Umbraco 8 website which has some custom tables stored in the original database that holds the Umbraco tables.
I want to separate this out so the tables created as part of Umbraco are in their own database and anything else is in its own database.
I can delete the custom tables from the Umbraco database and move all this data into a new database using the same table name.
How could I hook up Umbraco to use the old database for Umbraco and all custom pages to use the new database?
I have read I can add a new web.config connection string but then how would the custom tables know which database to use?
is working on a reply...