05-15-2024 01:48 PM
Hi All!
I am looking to add an ODBC driver for SQL communication for my cRIO-9040, however I am unsure how to go about doing so. I have a pre-built program that uses ODBC communication to read and write to a database. Any help would be appreciated!
05-15-2024 05:12 PM
I fear I can't help with ODBC on Linux, and it seems not too easy to pull off (see here).
If you cannot find a way to make this work and look into reworking your ready-made program, there's an RT-compatible MySQL open-source driver available on vipm.io:
https://www.vipm.io/package/hse_lib_hse_mysqlnetcom/
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )
05-17-2024 11:38 AM
Do you know of any solutions for using Microsoft SQL Server? I am required to use this for the application.