LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

call mysql C API function

Hi all,

       I just have one question, how can I use mysql C API function for my labview program? I program it use dll call, but I use command "show processlist;"in mysql database,can see this process yet.So ,anybody can help me to solve this?

    

      Thanks,

      also , anyone have example,show...I am very appreciate...

0 Kudos
Message 1 of 2
(2,063 Views)

Do you really want to use a C API to do that? 

 

I don't see the need for a C API or a call to a DLL.  I find it more logical to connect to your MySQL DB Server and run "show processlist" as an SQL Statement.

 

but if you insist on using a DLL, I am guessing this link will help you:  Using Existing C Code or a DLL in LabVIEW

 

 

http://www.medicollector.com
0 Kudos
Message 2 of 2
(2,035 Views)