access primary key

  • Thread starter Thread starter wilfredo
  • Start date Start date
W

wilfredo

I have a primary key in my access db called employee id,
how is vb.net going to update it. Where can I look for
more info on access primarys key and vb.net
 
If you mean when creating new records how is the access DB going to get new
numbers. Well, set the column auto index to -1 stepping -1 and this will
ensure when you do an update that you wont class. However, if this is a
multi user system, you may want to use GUID's instead.

This is too big a subject to discuss here. You need to lookup the ADO.NET
references in MSDN/Library, Buy an ADO.NET book and post related questions
to the adonet newsgroups.

Regards - OHM
 
Back
Top