Question
How to connect the database MySQL with my creo protoolkit custom program?
- April 24, 2018
- 1 reply
- 1163 views
I am developing a custom program based on Creo and Visual Studio C++. The data generated by the program need to be stored in the database. So I include the API of MySQL in my program. It causes the failure of the starting of my program (.dll) in the Creo. I am sure that the codes related to MySQL are correct because they work in a single Win32 console program.
I wonder if Creo is compatible with MySQL. And if there is anyone who managed to connect the MySQL with the Creo custom program, please tell me how to do it.
Thanks in advance.

