07-20-2009 05:06 AM
hi,
if the database is empty , insert else update.
so how can i know whether the database is empty or not.
how can i do this in labview
thanks in advance
regards
Soundarya
07-20-2009 06:15 AM
Hi Soundarya,
you can use the "SELECT Count" query.
See the attached picture. The result contains the number of rows in your table.
Mike