Hi,
You can add items using an SQL query like the one below and autonumber
will be generated for you:

<b>Example</b>
For the Table below
ID     Name
1      Joe
2      John

<b>SQL QUERY</b>
INSERT INTO myTestTable ([Name]) VALUES ('Mary');

I hope this helps.

Sincerely,
Feroz
National Instruments

Reply via email to