AdamPGT Posted November 15, 2004 Posted November 15, 2004 Alright, I've got 71 Rows in my 'orders' table, but there are only 37 orders appearing in the Admin area.....any ideas what's goin on? Thanks, Adam
Guest Posted November 15, 2004 Posted November 15, 2004 How are you determining the number of rows in the table? Is it possible that you are looking at the table cardinality instead of the number of rows? This would make sense if you have deleted some orders...the number of rows will go down but the cardinality keeps marching along.
AdamPGT Posted November 15, 2004 Author Posted November 15, 2004 How are you determining the number of rows in the table? Is it possible that you are looking at the table cardinality instead of the number of rows? This would make sense if you have deleted some orders...the number of rows will go down but the cardinality keeps marching along. <{POST_SNAPBACK}> I'm checking the number of rows via phpMyAdmin. I can confirm that there are 71 rows in the 'orders' table of my SQL DB, but only 37 of them are appearing in the Admin area.
wizardsandwars Posted November 15, 2004 Posted November 15, 2004 I'm checking the number of rows via phpMyAdmin. I can confirm that there are 71 rows in the 'orders' table of my SQL DB, but only 37 of them are appearing in the Admin area. <{POST_SNAPBACK}> What's the status of hte ones that aren't showing up? ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
AdamPGT Posted November 15, 2004 Author Posted November 15, 2004 What's the status of hte ones that aren't showing up? <{POST_SNAPBACK}> That was the problem! Thanks for the help, I really appreciate it! :D --Adam
Guest Posted November 15, 2004 Posted November 15, 2004 What's the status of hte ones that aren't showing up? <{POST_SNAPBACK}> Of course I missed the obvious... :) Good catch!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.