09-09-2008 05:54 AM
09-09-2008 06:06 AM
first you find the value in table colum 1
and you put a condition if norecord found connect to a case T/F
and if tru save the record and if not message box.....
09-09-2008 07:12 AM
09-09-2008 07:47 AM
are you familiar with sql or database query and table etc...
where did you get the database exemple, they should refer to a reference
09-09-2008 08:01 AM
09-09-2008 09:47 AM
the exemple just cover the creation of a table, but not the insert record.
I do not have the database add on but I am using a database not connected yet to Labview.
To answer your question you should first use create table with the database app(like access: simpler)
next find the function vi to (findRecord(like query) and Numberof record and insert record.