How can I specify the data folder inside the user directory

When I try to write some data into the sqlite database its not getting done. I found the reason that the file is inside the programs directory which is not giving write access.

How I find a solution for this.

Is it possible for storing the database in the user directory keeping the program installation in the programs directory. (Only the user modifiable data inside a separate directory)

Sure, this is explained in the documentation or in the General Demo that ships with ExeOutput. Just check it out.