I got a database that holds down information for students and have it
connected with OLE in an asp interface. Here is my problem: whenever I
have a new student registered I face this occassions:
a.up to a point the database replaces the first record instead of putting
it at the end.
b.the table that holds the student info starts counting from 15 even if i
have set the primary key to auto increment and did not set up sth extra.
c. even if everything seems to wor fine and a new student registers when i
try to login to my web page I get an asp error.
I really would appreciate it if you could help me with this. Thank you.
Jim