Hello All,

I am pretty new to SQLite and in the process of porting SQLite to a custom 
OS.
After going through the  link  ->  http://www.sqlite.org/custombuild.html 
I learnt that implementation is required in Sqlite.c -> sqlite_initialize( 
)

now the questions are:
-> Is it required to follow all the interfaces given between ** Begin file 
os_win.c** and ** End of os_win.c *** in sqlite.c for custom OS?

-> when I compile the file in the custom OS and run the sample program I 
am getting error message "can't open database: no such vfs:"
     what could be the problem?? any solutions?

-> Suppose if I have a empty data base(test.db) created by Shell.c file 
can I use the same database(test.db) in the custom OS?

-> what is the  'approximate' time/efforts required to port Sqlite into a 
custom OS??

-> How can we access the database in a PC or ODBC client remotely??



Please give these details.

Thanks and best regards/
Anil
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to