I am trying to connect to SQLite database which is in the project folder. Since I was exceeding the file upload limit size, I have excluded the Object folder in the zip file.
In library reference, I have included SQL. In files, I have added "bhoomi.db".
But I am unable to reference to the database "bhoomi.db" and whether I DirInternal, DirInternalCache, etc., I am always ending up getting database/table is not found.
Kindly let me know how to connect to the database and execute the sql query.
In library reference, I have included SQL. In files, I have added "bhoomi.db".
But I am unable to reference to the database "bhoomi.db" and whether I DirInternal, DirInternalCache, etc., I am always ending up getting database/table is not found.
Kindly let me know how to connect to the database and execute the sql query.