Short of writing a server type application that listens for incoming
communication, I'm not aware of anything of the sort.  SQLite is an
embedded library which compiles with your code, or, with references to
external libraries installed on your local machine.  SQLite doesn't behave
well with ANY sort of networking capabilities.

The best bet would be to have a server type of application that listens for
inbound communications via TCP, and you build the server to deal with
transactions.

You can build an API based off PHP (Or pretty much any other language) on
the server in which your windows app makes an HTTP request to your server,
your server handles the SQL calls and then returns the results.


On Sat, Apr 19, 2014 at 8:26 AM, Zheng, Ting fang BIS <
[email protected]> wrote:

> Folks,
>
> We plan to remote access to SQLite in Linux from Windows using .NET C#
>
> 1.       Any existing tools are available?
>
> 2.       Is possible to use SSH for remote?
>
> Thanks,
>
> TFZ
>
>
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to