11-08-2012 05:30 PM
I want to create or set the properties of the column for set an autonumeric id, I have a vi that send data to the DB but I need this column.
Solved! Go to Solution.
11-09-2012 04:09 PM
Hi Abraham
If you have already the column that you want to be autonumeric, this snippet will help you to do it. It's select the max number on your column and then will plus one. This is a way that you can use. Each time that you need to insert new rows use this code for having an autonumeric column.
Greetings
Julio Mena