my problem is a litel stange.
Firstly I work with eclipse and Java SQLite Wrapper dounloaded at this site and 
that normally works well http://www.ch-werner.de
 
I open a sqlite DB and I execute the query
I do same think like this
 
query = "select name from sqlite_master where type=table";
DataBase DB;
TableResult TR;
 
DB.open(file.db);
TR = DB.GetTable(query);
System.out.println(TR);
 
 
in my DB I have 15 tables but after the System.out I found same times 15, 12, 
10....
 
I really dont know why if there is a problem it will be wrrong evry time no!!!!
is same one know same think about this???
 
 thanks for help
 
Majed CHATTI.
 
 

                
---------------------------------
 Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
 Téléchargez le ici !  

Reply via email to