Downloaded it and the download counter didn't increase.
Downloaded it and the download counter didn't increase.
Don't worry, it will increase by +10 when you download 10 times (to put it exaggeratedly).
The following problem: everything works with nested adotest.mdb, but when I create my own file, it fails:
COleDbCommand::ExecuteNonQuery(set) method threw an exception of type InvalidOperationException:
An open and available connection is required for ExecuteNonQuery. The connection is closed.
The first trouble was Windows 7.
Tried it in WinXP -
Cannot open 'C:\Program Files\Meta Trader 5\MQL5\Libraries\AdoSuite.dll' (1114)
:(
The following problem: everything works with nested adotest.mdb, but when I create my own file, it fails:
COleDbCommand::ExecuteNonQuery(set) method threw an exception of type InvalidOperationException:
An open and available connection is required for ExecuteNonQuery. The connection is closed.
Do not use the first letter of the file name control code like: r, n, t...
or put another slash:...\\\t....
conn.ConnectionString("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\1\\test.mdb;Persist Security Info=False");
Glitches wildly, xlsm opens only if opened in excel, can't extend range, etc.
But here : "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=MQL5\Files\book.xlsm;Extended Properties=\"Excel 8.0;\""
Works great! :)
Thank you very much to the author!)))
Please correct:
Please correct:
You don't delete connection and command objects, but the COdbcParameterList object seems to be deleted with the command.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
AdoSuite v 1.0:
Classes for working with databases through ODBC and OLE DB interfaces.
When it comes to processing of large data amounts, it is not very rational to use files. For this purpose database management systems (DBMS) have been developed. There are already some solutions written in mql4 for interacting with different DBMS'es, and now I want to share my library written in mql5.
It allows you to:
Author: Alexander