I love toad for mysql over phpmyadmin. Toad Makes data creation more natural. Just one problem I can't seem to figure out. Let's say I entered 30 rows. When I get to the last item I then realize the row count is 29, not 30. So I double check and find I missed row 6. Can I simply enter row 6 as it should be, and the row numbers adjust automatically? No I can not. My only other choice that I know of is to manually delete rows 6 through 30 and re-enter the data. Ok. So I did that, but, the catch to that is, auto-increment does nothing but make the new rows 30 higher than they should be. So that I wind up with something like..... 1 a, 2 b, 3 c, 4 d, 5 e. 6 f. 31 g, 32 h...................... An update and refresh do not adjust the row counts. Is there any way of doing this properly or am I stuck with it?
↧