cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

How to connect the database MySQL with my creo protoolkit custom program?

ZhuoLyu
4-Participant

How to connect the database MySQL with my creo protoolkit custom program?

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

Toolkit applications DO work with SQL databases. It is not a matter if Creo is compatible with MySql, everything is handled by the custom toolkit.

The failure is caused by something else. Check your message log and/or trail file. Sometimes you get some kind of indication about what is wrong

Top Tags