LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

inventory database Help

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!

 

0 Kudos
Message 1 of 3
(3,088 Views)

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! 

0 Kudos
Message 2 of 3
(3,076 Views)

I found this manual   so helpful read this 
I think it could help you 

0 Kudos
Message 3 of 3
(3,044 Views)