Database of 5 records begins from record 3 onwards
AesirX | Posted 5:14am 10. July 2010 Server Time |
Hello! I am using one of Mr. Haneng's source code examples to make a SQL instruction display a database's records. There are 5 records in total in the database.
The problem I am facing is that the listing always begins with record number 3. So, the listing is in the following order: 3,4,5,1,2 (The third record, followed by the fourth record, followed by the fifth record, followed by the first record, finally followed by the second record).
I could not find the cause of this apparently bizarre behaviour. Can anyone help me out? |