Re: [sqlite] Using loadable extension with Qt

2007-07-06 Thread Alexander Smondyrev
Many thanks for the suggestion. It solved my problem. - Alex

Re: [sqlite] Using loadable extension with Qt

2007-06-28 Thread Bill KING
This code example below should help you a little, it shows how we install our own custom order by type. Hope this helps, feel free to ask more questions here and I'll help if I can. void QtopiaSqlPrivate::installSorting( QSqlDatabase ) { int sqliteLocaleAwareCompare(void *, int ll, const

[sqlite] Using loadable extension with Qt

2007-06-28 Thread Alexander Smondyrev
Hi, We are trying to figure out how to use Qt Sqlite driver to use loadable extension mechanism. We have a shared library, which needs to be loaded after db is open. We are using Qt classes to make a connection to database, so our code looks like this: QSqlDatabase db=