Hai to all,
i created a table in MYSql Database...
And i have added 15 rows in it....
like the following..
asd,
dff,
dfds,
hgh,
...
...
...
...
aaa(15th row)
when i saved that table, closed and reopened it,
the last row(15th) ie the aaa row automatically
changed to the 5th row...
like the following...
asd,
dff,
dfds,
hgh,
aaa,
...
...
...
And the other rows are comes correctly in the order given by me...
i think i want to change the database table properties to come correctly in
the order given by me....
Only the last row gives trouble to me...
since i'm a beginner to mysql i dont know how to do that....
Can any one tell me how to proceed for this?
thanks
senthil.
					i created a table in MYSql Database...
And i have added 15 rows in it....
like the following..
asd,
dff,
dfds,
hgh,
...
...
...
...
aaa(15th row)
when i saved that table, closed and reopened it,
the last row(15th) ie the aaa row automatically
changed to the 5th row...
like the following...
asd,
dff,
dfds,
hgh,
aaa,
...
...
...
And the other rows are comes correctly in the order given by me...
i think i want to change the database table properties to come correctly in
the order given by me....
Only the last row gives trouble to me...
since i'm a beginner to mysql i dont know how to do that....
Can any one tell me how to proceed for this?
thanks
senthil.
Comment