I am having two commands they are:


1.sqlite_open() //to open the database.
2.system() //to call any system functions.

I want to use these functions in one single application but they don't work along each other they always hang each other and hang the application at the time of execution.
they work perfect separately but when they are write one after another they hang the application while executing.