Dano - If you are using ASP i would count the number of coulumns you have vs the number of records you need to add to your table. If the number exceeds your amount of available columns then you can use the alter table method to add another column like this:
alter table store add column...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.