Do you say QStringList <qstringlist.html> QSqlDatabase::connectionNames ()

returns anything after QSqlDatabase::close is called?

I believe in Qt 4.6 it worked on Windows.


You may try  QSqlDatabase::removeDatabase

but it may cause some resource leeks if there are open queries.


Regards,

     Alex



On Thu, Apr 4, 2013 at 5:11 PM, Scott Aron Bloom
<[email protected]>wrote:

>  In Qt 4, is there a way to FORCE close all sql database connections…****
>
> ** **
>
> Use sqlite, even calling QSqlDatabase::close does not cause all
> connections to close…****
>
> ** **
>
> Any thoughts on forcing it to just close every connection…
> Scott****
>
> _______________________________________________
> Interest mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to