4

I want to use an asynchronous method to select strings from SQLite DB with QT; how can I accomplish that?

Please explain to me with code.

2 Answers 2

5

Asynchronous Database Access with Qt 4.x, help me a lot.

Sign up to request clarification or add additional context in comments.

Comments

0

To allow sqlite to behave asynchronously, you'd have to use their asynchronous module. I have no experience with it, though.

I would recommend using sqlite without it though and letting Qt handle all the asynchronous behavior. You would have to do that to keep a GUI responsive anyway, which is what I presume is your intent.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.