Hi,

Two days ago I asked a question on stackoverflow.com about how to make
SQLite interface with C++'s streams

Here is the link:
http://stackoverflow.com/questions/3839158/using-sqlite-with-stdiostream

Since nobody answered, I made my own implementation (you can see its
source code on the same page), and one of the commenters suggested
that I should tell you about it on this mailing list

I also would like to ask some things in regard to this code:
* when you try to open a file named 'f' for example, what other files are being
    accessed? I noticed 'f-journal' and 'f-wal', are there others?
* it is not possible to truncate a stream, so is there a way to be sure that
    SQLite won't call the xTruncate function?
* when you close a file other than the main database, it gets virtually deleted
    (even if it didn't have the temporary flag) does SQLite always accept this?
* do you think my code has a chance to be reliable in a real-world project?

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

Reply via email to