EAX_Mysql – MySQL library – library MetaTrader 5
Accidently I ran into MQL5 and was forced to pull a MySQL library together. As for any library I hope the examples show how the library can be used. As for any library actually the most important things are examples how to use it 😉 Examples: Reading Data #include <EAX\EAX_Mysql.mqh> EAX_Mysql *db = new EAX_Mysql(); … Read more