MySQL for new MQL4 (tested in build 600) – library MetaTrader 4

MySQL for new MQL4 (tested in build 600) - library for MetaTrader 4
Author: Originally created by Russell, then modified by vedroid and now forked by lukins Since build 600 of MT4 was released, it’s no longer easy to communicate with DLLs that use ANSI format for strings because strings in MQL4 are now in UNICODE format (read more here). This library is based on vedroid’s modification of … Read more

MySQL library for MQL4 with proper memory management – library MetaTrader 4

MySQL library for MQL4 with proper memory management - library for MetaTrader 4
Original library file mql4-mysql.mqh is located here: . Give respect to the original authors for the work done (originally created by Russell, then modified by vedroid and lukins / Sergey) and read description of the original code. The original mql4-mysql.mqh library had a serious problem with memory management. Problems were reported by several users (you … Read more