PDA

View Full Version : How do i retrieve the Native Sql typename / enum-set values ?



Jaap
8th November 2009, 10:29
I would like to know the native MySql type for a QSqlField.

Mainly, if there is a MySql SET or ENUM type in the database, I would like to retrieve the set of options. (e.g. ENUM ('yes','No','Maybe') )

Is this possibly using qt ?

Thanks in advanced.