Solution
The best and easiest way to connect perform database connection and opeartions in LabVIEW is by using the
LabVIEW Database and Connectivity Toolkit. Since it comes with an simple API that allows create routines that work with the most popular databases, such as
Microsoft Access, SQL Server, and Oracle, as well as provide a set of advanced functions to give you access to low level operations.Below a sample code that exemplifies the usage of this toolkit. This is a native example that comes with the toolkit.