I can only answer two of those.

> -> 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?

The format of a SQLite database file is the same on all platforms.  You can 
create one on one platform, move it to another platform and edit it, then move 
it to another platform and read it.

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

Mount the drive using whatever file sharing software your platform supports.

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

Reply via email to