Re: [sqlite] how to check whether the database file opend or closed?

2008-08-22 Thread Mihai Limbasan
kriscbe wrote: thanks for eplay mihai i am asking is there any function to check the database is opened or not opened? in a single thread? thanks kris No, there is no such function because - you already know whether it's opened or not because you must store the database connection handle

Re: [sqlite] how to check whether the database file opend or closed?

2008-08-22 Thread kriscbe
thanks for eplay mihai i am asking is there any function to check the database is opened or not opened? in a single thread? thanks kris Mihai Limbasan wrote: > > kriscbe wrote: >> hi all, >> >> once the database file is opened is some other function how to check >> the >> db file is opened

Re: [sqlite] how to check whether the database file opend or closed?

2008-08-22 Thread Mihai Limbasan
kriscbe wrote: hi all, once the database file is opened is some other function how to check the db file is opened or not opened? is there any function like "isopen()" in sqlite??? thanks kris No, there is no such function, it's the application's responsibility to track the database conn

[sqlite] how to check whether the database file opend or closed?

2008-08-21 Thread kriscbe
hi all, once the database file is opened is some other function how to check the db file is opened or not opened? is there any function like "isopen()" in sqlite??? thanks kris -- View this message in context: http://www.nabble.com/how-to-check-whether-the-database-file-opend-or-closed--tp