08-25-2011 08:05 AM
Hi all, i'm very new to labview and programming. Currently i'm building a simple program to store some data to mysql database. I have several question it.
1. How to write active-x drop down calendar to mysql table.
2. How to make a checkbox value appear in a text field when its active.
3. How to create login page
any sample code would be very appreciated.
Thank you
08-26-2011
01:44 PM
- last edited on
04-16-2025
10:51 PM
by
Content Cleaner
Hey ijan,
To write to a SQL database using LabVIEW you will need the LabVIEW Database Connectivity Toolkit. Is the checkbox you are using a LabVIEW front panel control? This site is a good place to start when you are learning to program in LabVIEW: https://learn.ni.com/learn/article/labview-tutorial What is the login page for? Are you interested in password protecting your VI's or is it that you want users to login to your database application.