Beginning ASP.NET E-commerce
Hi,
I am building a shopping cart application detailed in "Beginning ASP.NET E-Commerce".
The cart is working well... items can be added, updated and removed. However when trying to access the orders stored in the database from the admin section of the application, I am getting an "invalid record count" error.
I have no idea what this means. I've tried looking it up online, but so far no luck.
The orders are being stored in two tables connected via a foreign key.
I have no problem writing to the tables, it's just a problem reading the tables. I have dropped the two tables twice and rebuilt them, but I get the same error each time.
Any thoughts on what is causing this error?
Thanks,
-Michael
|