Quote:
Originally Posted by Publisher Bucks
Sorry, one more question.
Do I need to add a bind param for the 'ID' column too in the SQL DB? Or becajse its set to auto increment will that be added to the table anyway? 
|
Nope, you are correct, it is autoincrement so you do not want to include it in your insert. Let the db do it's thing.
.