02-17-2016 05:53 PM
Hi, how are you!
I need to know how I can find a product of my database. placing only the name of the product, using only string ...
I need to know how I can assign an Image for each product of my database so that when they look for a particular product the image is displayed
The objective is That the user can search for a product database by typing ITS name or serial number etc, to display only the product Desired Along With That image of the product ...
and did the part in which the user may want to add new products to the database ..
Thanks to everyone!
02-17-2016 06:36 PM - edited 02-17-2016 06:38 PM
This can be done using LabVIEWs Database Connectivity Toolkit (not free) or LabSQL (free).
You need to execute queries from your database (access, SQL, ...) and search by part number, serial number, etc. The string search and replace function becomes handy to build these queries.
The images also can be pulled from a network location, local hard drive, or even possibly a web address...
Hope this guides you in the right direction!
02-17-2016 09:19 PM
I found this manual so helpful read this
I think it could help you