Discussion of article "How to Access the MySQL Database from MQL5 (MQL4)" - page 20

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I created a new user, tried connecting under his details, it didn't help!
then it is unlikely that this is a problem of MySQL or database organisation, i.e. there is obviously some bug either in the EA/script or in the interface library.
Can you give me an example where this is minimised? So that I can demonstrate a short code, and find out its problems here in a forum thread.
then it is unlikely that it is a problem of MySQL or database organisation, i.e. obviously some bug either in the EA/script or in the interface library.
Can you give an example where this is minimised? So that you can demonstrate a short code, and then find out its problems in a forum thread here
do you have MQL4 or 5???
MQL4
and the error is only when closing the cursor, i.e. all records are pulled out normally, but at the end this nonsense pops up?
Hi Eugeniy,
Sorry for late response. Here is what i did with your code. I just modified one function cMySqlGetRowField to use MultiByteToWideChar. The original code is commented for compare.
Thanks your guys are great. I tried your code .Don't forget includ widechar head, or it'll not work.
#include <wchar.h>
Hello teacher, I am using mt4 software, local win10 system using ea to connect mysql can be used normally, but put into win2008 server will not work, has been prompted '... \libraries\MQLMySQL.dll' is not loaded... ...' error.
I have downloaded all the versions including mt4, mt5, 64bit, 32bit, but it still doesn't work. What should I do?
Hi I have loaded dll in Libraries folder but it report an error " "Cnnot call 'cMySqlVersion', '....\Libraries\MQLMySQL.dll' is not loaded
How is it possible?
Hi I have loaded dll in Libraries folder but it report an error " "Cnnot call 'cMySqlVersion', '....\Libraries\MQLMySQL.dll' is not loaded
How is it possible?
I have the same issue than you.
Using MT5 with Windows 10 - 64bits.