You should try inserting the record with the next syntax:
INSERT INTO table (fieldname1,fieldname2) VALUES
(fieldname1value,fieldname2value)
This way you can ignore the Autonumber field...
For the second question, an option could be having a timestamp field on the
table you want and then, makin
I have the next question for you people.
I'm preparing a WEB application that will make use of PHP & Microsoft SQL
Server 2000 running over a W2K Server with IIS 5.0 and ASP active. So, here
are the questions:
a.. Should there be any problem on running asp & php on the same server
(the question