Hi,
I’m trying to write my own code (C++) to connect to a database. As of now ‘MYSQL’ is my database.
I have MYSQL Server, and was able to set the database connection successful via FlexScript (Database Connector: the Test Connection button returned "Connection succeeded") and I was able to use the import tab to get the data into a global table.
I would like to use C++ code to connect to this database. Please guide me.
Thank you,