Hide Forgot
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.6) Gecko/20040113 Description of problem: The SQLite Driver is missing. Version-Release number of selected component (if applicable): qt-3.3.2-2 How reproducible: Always Steps to Reproduce: Try to use the SQLite Driver. Actual Results: I get a error that the driver is not avalabel. Expected Results: That can i connect to a SQLite Database Additional info: To correct the problem recompile the lib with the option -plugin-sql-sqlite (better) or -qt-sql-sqlite
there's no SQLite in FC1/FC2 and so qt has been built in fc1/fc2 without -plugin-sql-sqlite. ATM you should rebuild it with -plugin-sql-sqlite if you want to have SQLite support in qt. I will enable it if it's added in next release.
OK SQLLite is a lib only, becouse is it not a real database server. It is nice for smal application or with static mass data. Like a big database on a CD/DVD.