11-03-2005 01:53 AM
11-03-2005 03:43 AM
Hi Markus
Obviously you're mixing up two things. A DB is not LV and LV is not a database. You can use LV to access a database using the Database Connectivity Toolset or other technologies.
Using a database you can select data by different criteria. But this is database technology and SQL - using this you can do almost everything.
Thomas
11-03-2005 06:18 AM
With LabVIEW you can write to databases including MS Access, SQL, etc. However, LabVIEW is not a database where you can perform the type of queries you want to do. What you need to do is grab the information you acquire with LabVIEW and write it to a database which you need to create using one of the database managers available. One very nice tool you can use is the LabVIEW Database Connectivity Toolkit. This tool makes it very easy to transfer data to one of these databases.
Hope this helps..
11-03-2005 06:30 AM - edited 11-03-2005 06:30 AM
Message Edited by bleuer on 11-03-2005 06:33 AM
11-03-2005 06:39 AM