what is that supposed to do?QString DocData.append(wBData);
I would use a prepared statement (see QSqlQuery::prepare()) and then bind the QByteArray to it.
what is that supposed to do?QString DocData.append(wBData);
I would use a prepared statement (see QSqlQuery::prepare()) and then bind the QByteArray to it.
i could not able to bind the QByteArray directly. so what i converted QByteArray to QString before i call bind function
Bookmarks