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
Serhii Shevchuk:
I realise you're a hard man to get help from.
How can I help you if you don't tell me how you got to your problem.
Maybe you're running on a mac, or you have a folder with readonly permissions.
I don't know what your filesystem might be.
From the car forum:
xxx: engine crackling after replacing oil caps. Help to understand the causes and what the consequences could be
uuu: there can be many causes, but the consequences can be different.
xxx: Thanks.
I don't know why yet.
When you find out, let me know.
Iimported the functions of creating and closing the base and tried to create it. As a result, I have the database created in the downloads.
There can be many causes and many consequences.
Thanks, that helped. Problem solved, question removed.
Perhaps a problem with access rights, what do you think? how to check this in Windows knows who?
I have a very interesting situation) just yesterday everything was created and worked (though from something in the "Downloads" folder) But, overnight the base file stopped being created, but the base itself works as it should for tests tried to create a base placed in memory sqlite3_open(":memory:"") - the base is created, the data is loaded / read.
Perhaps a problem with access rights, what do you think? how to check this in Windows knows who?
It's easy to check, actually. Try to put the database in "My Documents" for starters. If it works, then it's not a matter of rights. But in general, it depends on how you did it. I personally spent 2 weeks, until I created everything I needed to work with SQLite3. I had to translate the documentation, because in Russian there is no adequate information on this subject. As in this article there is a lot of rubbish and levak. Above I have attracted one of the moments. Then I stopped and studied the issue myself.
I have such a wrapper for it:
Here is the stringToUtf8 function:
I have it in a separate library.
It's easy to check, actually. Try to put the database in "My Documents" for starters. If it works, then it's not a matter of rights. But in general, it depends on how you did it all. I personally spent 2 weeks, until I created everything I needed to work with SQLite3. I had to translate the documentation, because in Russian there is no adequate information on this subject. As in this article there is a lot of rubbish and levak. Above I have attracted one of the moments. Then I gave up and studied the issue myself.
I have a wrapper for this:
And here is the stringToUtf8 function:
I have it in a separate library.
Yes, I had 2 errors:
1 - encoding (thanks a lot for the function, I didn't know how to translate normally to UTF -8)
2 - permissions.
Yes, I had 2 errors:
1 - encoding (thanks a lot for the function, I didn't know how to translate normally to UTF -8)
2 - permissions.
Yes, you're welcome. I remember how much trouble I had with this myself. With such woe-articles. There is one option. You either read the official documentation or you ask. There was no one to ask. I had to study it myself. The point is that if you write in C++, there is someone to ask. But when you write through a gasket and transfer it to µl, there are few people who can help you. It is too hard for Plus users to get into it)))
I think I found a memory leak:
In SQLite3Base.mqh line 250
::sqlite3_finalize(stmt); // cleanShould be:
::sqlite3_finalize(pstmt); // cleanIt's easy to check, actually. Try to put the database in "My Documents" for starters. If it works, then it's not a matter of rights. But in general, it depends on how you did it all. I personally spent 2 weeks, until I created everything I needed to work with SQLite3. I had to translate the documentation, because in Russian there is no adequate information on this subject. As in this article there is a lot of rubbish and levak. Above I have attracted one of the moments. Then I gave up and studied the issue myself.
I have a wrapper for this:
And here is the stringToUtf8 function:
I have it in a separate library.
and I use it to convert to utf