I hit this need when I was developing own custom module into Commerce Server. Commerce Server have all tables separated into catalogs. Catalog is group of tables which contains records for particular client (site), but have same structure like all other catalogs. Lets say that we have two clients ‘Client1’, ‘Client2’. Each client has tables for products ‘Client1_Products’, ‘Client2_Products’. Now we can create two procedures for retrieving data from both tables or better we can create one procedure, which will have one input parameter – Catalog name.
Leave a CommentMonth: December 2008
‘Ok. Who changed this part!? Who can I blame?’ Some time ago I was looking for possibility to have functionality similar to ‘Blame’ – in…
3 Comments