I may be loosing it here but I downloaded this starter kit, modified the web.config to use the sqlProvider and I am just trying to figure out what exactly the item table is being used for am I missing something? It seems that all of the items are being stored
in the category table, is this true? Could someone explain what the item table is used for?
tbonehwd
Member
60 Points
20 Posts
Explanation of the item table
Nov 10, 2006 06:19 PM|LINK
I may be loosing it here but I downloaded this starter kit, modified the web.config to use the sqlProvider and I am just trying to figure out what exactly the item table is being used for am I missing something? It seems that all of the items are being stored in the category table, is this true? Could someone explain what the item table is used for?
Thanks,
Tbonehwd
mirtariq
Member
209 Points
43 Posts
Microsoft
Re: Explanation of the item table
Nov 13, 2006 05:25 PM|LINK
Item table contain objects that correspond to type "Item". And items are NOT being stored in the category table
Thanks