02-04-2024 11:39 PM
Hi...
I'm trying to establish connectivity between MySQL and Labview using ODBC connector mannualy, but i'm getting an error attached below. i'm also attaching my VI below. i'm using ODBC 64 bit
ThankYou....
Solved! Go to Solution.
02-05-2024 02:47 AM
There is a correct format into string function inside the diagram disable structure. The brackets around the driver name are not needed (I never used that), but it seems to have no negative effect.
If this string does not work, you have to look for the ODBC driver installation, or database.
Is the correct driver installed (name/version, 64 Bit/32 Bit), schema name, password, user name, server port ...
02-05-2024 02:57 AM
@stark8 wrote:
Hi...
I'm trying to establish connectivity between MySQL and Labview using ODBC connector mannualy, but i'm getting an error attached below. i'm also attaching my VI below. i'm using ODBC 64 bit
But you seem to be using LabVIEW 32-bit. At least the VI does not recompile when opened in my LabVIEW 2020 SP1 32-bit version. The ODBC driver you install and want to use has to match the bitness of the calling application!