[Kommander-devel] database-plugin
Bernd Niederberger
bernd.niederberger at hanse.net
Fri Sep 22 10:36:14 EDT 2006
> I changed the following:
> case DB_QUERY:
> return QString::number(dbQuery(args[0]));
> to:
> case DB_QUERY:
> if ( dbQuery(args[0]) ) {
> return dbQueryResult();
> }
> else {
> return QString::null;;
> }
>
> And now I get the database results as expected.
>
sorry, I found my mistake changed back to the original source. :-)
I have to take the results form Database.text .
Bernd Niederberger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://momo.creolmail.org/pipermail/kommander-devel/attachments/20060922/c5a568f0/attachment.pgp
More information about the Kommander-devel
mailing list