PDA

View Full Version : Firebird SQL Driver and Feature POST_EVENT



estanisgeyer
28th October 2008, 20:07
Hi friends,

I have the driver for SQL Firebird compiled and running. There is a feature in Firebird called POST_EVENT that has since version 1.5. This function sends an event server for applications that have registered to be notified. I can access this resource by this plugin compiled in QT4? How?

Thanks,

Marcelo E. Geyer

estanisgeyer
28th October 2008, 20:49
OK, I founded. This feature is supported in SQL Firebird.
bool QSqlDriver::hasFeature ( DriverFeature feature ) const (http://doc.trolltech.com/4.4/qsqldriver.html#hasFeature)

Thanks,

Marcelo E. Geyer