Hi, I am writing a web application using vb.net, I would like to be able to select, update and insert rows using an array of object, meaning I could access all tables without having to worry about column names, this already works with select and update. The question I have is regarding the insert into query, does the query ignore the primary key value when the column is set to auto increment?
If I insert by paramater array am I not in danger of creating a duplicate primary key value?