-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
MySQLNetCom by Hampel Software Engineering - Toolkit for LabVIEW Download
Version | 1.0.0.41 |
Released | Oct 06, 2022 |
Publisher | Hampel Software Engineering |
License | BSD 4-Clause |
LabVIEW Version | LabVIEW>=16.0 |
Operating System | Windows, Mac, and Linux |
Used By | hse_lib_hse_db |
Project links | Homepage Documentation Repository |
Description
An open-source MySQL / MariaDB driver for LabVIEW using pure TCP/IP primitives. The original source code was developed by Marc Christenson and shared on NI's Example Program Code Exchange forum (link in the readme).
This is a reference implementation that has NOT been vetted for a production setting. It might or might not meet traditional requirements in terms of uptime, security, absence of bugs, etc. Use at your own risk!
More information is available at
https://dokuwiki.hampel-soft.com/code/open-source/mysqlnetcom
Find the source code and contribute at
https://code.hampel-soft.com/open-source/mysqlnetcom
---
This software is published under a free licence; you can use, modify and extend it as you wish. However, if you need commercial support please contact us.
At Hampel Software Engineering (HSE) we work with our customers to increase the quality of their software through improved development processes. If you are interested in working with HSE or want to learn more about how we can help you please visit www.hampel-soft.com.
Release Notes
Original code from Marc Christenson, plus the following chages:
[FIX] Correct detection of column character set (collation).
[FIX] Correct conversion of strings in field type 'TEXT' from UTF-8 to LV encoding.
[IMPROVEMENT] Automatic conversion of the query string from LV encoding to UTF-8.