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 CommentMarten's blog Posts
‘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 CommentsI was lately on Google developer day which is really great. The only disadvantage was that it’s not possible to be on all presentations, luckily…
Leave a CommentWhen you restart the virtual machine you will see vmware splash screen. Hit F2 right away to get into the VM’s BIOS settings. It can show only for really short time.
After that you will be in vmware BIOS. Use the right arrow key three times to move over to the “BOOT” menu selection. Use the UP/DOWN arrow key and the +/- keys to toggle the boot order such that “Removable Devices” is the very first (top) in the boot order. Removable Devices includes Legacy Floppy Drives.
Hit F10 to save and exit
ASP.NET MVC is finally in beta. I’ve been looking for this for some time. ASP.NET with the components and view state is not what I…
1 Comment