LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MySQL connectivity Issue

Solved!
Go to solution

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

 

stark8_0-1707111496334.png

 

ThankYou....

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

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 ...

 

 

0 Kudos
Message 2 of 3
(1,251 Views)
Solution
Accepted by topic author stark8

@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!

Rolf Kalbermatter
My Blog
Message 3 of 3
(1,246 Views)