Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Problem with DB connection on a plugin

Hi all

My problem is that I made a plugin that open a SQLite
DB
but when I execute it I have this error messege

Unhandled event loop exception
Reason:
SQLite/Database

on debug I find that the plugin stop on the
declaration of the DB
here : 

SQLite.Database DB = new SQLite.Database();

but When I do exactly the same thing in a java program
it works proprely without any problem
I did not find why!!!!!!!!!!!

Thanks for help
Majed





	

	
		
_____________________________________________________________________________ 
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com


Back to the top