qt-interest@trolltech.com
[Top] [All Lists]

Re: QSqlQuery, SQLITE table creation problem

Subject: Re: QSqlQuery, SQLITE table creation problem
From: Jan Kellmer
Date: Tue, 4 Sep 2007 20:40:56 +0200
Hi!

On Monday 03 September 2007 23:37:50 Guido Seifert wrote:

[...]
>
>  const QString   CREATE_TABLE("CREATE TABLE EXAMPLE (CONTENT TEXT)");
>  QSqlQuery       query(CREATE_TABLE, database);  <----- first execution
>  if(query.exec())                                <----- second exection
This behaviour is even documented *head meets keyboard*

Thank you ... and sorry for pestering the list with this PEBKAC.



Kind regards,
    Jan

--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>