If you run the latest version of Tea Commerce I think you can suppress the IDatabaseFactory class and make your own implementation. So you should be able to do that.
Is it safe to move TC to separate DB? What about future updates? Do you use umbraco connection string to access any table of Umbraco, or you use all time API.
So, I need to know if it 100% safe to move table to separate database?
Is it possible to use separate database for TeaCommerce?
Hi,
I want to split Umbraco and TC tables into different databases. Is it possible?
How can I change connectionstring for TC?
Best regards,
Alexey Badyl
Hi Alexey
If you run the latest version of Tea Commerce I think you can suppress the IDatabaseFactory class and make your own implementation. So you should be able to do that.
http://documentation.teacommerce.net/net-api/override-default-providers/
Kind regards
Anders
Hi Anders,
Is it safe to move TC to separate DB? What about future updates? Do you use umbraco connection string to access any table of Umbraco, or you use all time API.
So, I need to know if it 100% safe to move table to separate database?
Thanks,
We always use the API. But we have never tried to run Tea Commerce from a seperate DB - so I cant promise if everything works :)
Hi, Andres.
Suppress of the IDatabaseFactory class help us. We was able to split it. Thanks.
We test it to see if it work stable.
is working on a reply...