SP1 business applications
We have just upgraded our site to commerce server SP1 and I noticed that it changed some of the sql data tables. We have made a lot of significant changes to the CatalogManager and the Customer and Orders Manager. Are we still ok to continue to use our modified programs from pre sp1 or will continuing to use these corrupt the database?
[343 byte] By [
NicaoG] at [2008-1-8]
The Business User Application should not directly interact with the Database, since everything that you might do with these applications should be routed through the web services. The Catalag, Transactions, and Profiles schemas are pretty much under the control of the developer, so I can't imagine anything changing so radically that it'd break the whole thing, but it's probably a good idea to run everything through a regression test to make sure.