From kde-devel Thu Jan 31 15:23:24 2002 From: Harald Fernengel Date: Thu, 31 Jan 2002 15:23:24 +0000 To: kde-devel Subject: Re: SQL with QT - getting ID from insert-query with auto_increment X-MARC-Message: https://marc.info/?l=kde-devel&m=101249062805313 Hi, QSqlCursor is a subclass of QSqlQuery with some enhancements. QSqlCursor=20 should be used if you want to display a Query in a Widget, if you want to= do=20 low-level stuff with the data you better use QSqlQuery directly. Harald > Hi Pascal! > > Thanx - I'll try it in the evening. > > Another question - do you know what is faster - query or cursor - to ha= ndle > sql data in qt???? > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > >> unsubscribe << >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<