Hi, I have an application that has to provide an export/import feature of the sqlite database. I have achieved the export through the normal "Select * >From TABLENAME" to export the database. I went through the C API Documentation reference but did not come across any such API. If there are APIs that performs the export/import in a better way, please let me know.
DISCLAIMER: I cannot use the sqlite command line and have to use the C Interface to achieve this. I tried to go through the code for the .dump command from sqlite CLI, but got lost :( -- Regards, Prameeth -- Regards, Prameeth