Joanne Pham <[EMAIL PROTECTED]> wrote:
> I have a question related toSQLite db handle(pDb in my codes).
> I have the function below to open the database connection. I have to
> call sqlite3_close(sqlite3 *)(sqlite3_close(pDb) in my case)
> before open another database connection( by calling openDb) for
> releasing the memory which is used by previous
> sqlite3_open_v2(openDb). Otherwise the protential memory leak will be
> in the codes.
> Your response is greatly appreciated.

So, what's your question?

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to