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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top