Results 1 to 6 of 6

Thread: SQLite truble

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: SQLite truble

    Try:
    Qt Code:
    1. cout << "Texto: " << cola->value(1).toString().ascii() << endl;
    To copy to clipboard, switch view to plain text mode 

    BTW. Why do you create QSqlQuery with new, if you delete it immediately? Won't it be simplier if you would create it on the stack?

  2. The following user says thank you to jacek for this useful post:

    tranfuga25s (16th August 2006)

Similar Threads

  1. Qt with SQLite help please
    By munna in forum Newbie
    Replies: 6
    Last Post: 11th July 2006, 14:12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.