17
Answers

How to make an autogenerated Primary Key when add new data in VB.NET?

mohamad guntur

mohamad guntur

11y
7.6k
1
My primary key type is char(5) and the format is BR000
i want to add for every new data insertion the PK will generate automatically

like 'BR000' +1

in examples:

ID_PRODUCT       PRODUCT_NAME
=========       ============ 
BR001                PENCILS
BR002                ERASER



if i input the next PRODUCT_NAME on textbox it should be BR003 for new ID_PRODUCT on the textbox id

Answers (17)