Benjamin Kravanja wrote: > > My fault was, I have defined a query onto a NULL-pointer of the > database-handle. You are right: This will never work! > > This explains, why I had no error in my sql-debugtext from the > ODBC-driver. The database was opened by program as expected. > > So, I put the query now in an extra block inside the database block and > after its handle-declaration. > > This works now great. > Good to know! :-)
> I appended my example code downside. May be, you can use it for somebody > else, who will be in the same problem. > Thank you! I guess it will be helpful for others also. _______________________________________________ qtada-users mailing list [email protected] http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com
