Dear all,

Right now I'm trying to write a database application on Wince (wince5 + MSVC2008 + qt4.7.2),.

After I complied qt4.7.2, the only database plugin I get is sqlite4,
what about other ones? From one document on official Qt(http://developer.qt.nokia.com/doc/qt...ql-driver.html), it indicates "odbc database plugin is not officially supported for Windows CE". What does 'officially' mean at this point?

so my questions:
- Does Qt only has sqlite plugin on Wince?
- if answer to the first question is yes, then how do you connect external database on wince without odbc...plugins, guys? are there any workround?

Thanks in advance!