[EMAIL PROTECTED] wrote:
HTTP would be the logical choice, telnet is often firewalled. BTW, you can of course allready telnet into the server anyway.I will try doing something like this, but I have never implemented the server side of a HTML connection. Do you know where I can find a quick guide to making a simple HTTP server? Better still, what about a small simple ready made HTTP server of the sort that can be embedded into the application and has hooks to callback into user code? Seeing as PHP5 has SQLite builtin and PHP4 as a plugin, you can generate it via a PHP script - I have actually done this for a webclient talking to MySQL & MSSQL I'd recommend against using XML, its sounds nice but greatly complicates the clients to I feel no great benefit in this instance. Basically your're returning tuple result sets which can be easily and efficiently addressed vi a ASCII line based protocol. _javascript_ has excellent functions for parsing ASCII data, but support for XML Parsing is erractic, in IE its done via a ActiveX object. --
Lindsay ![]() |
- Re: [sqlite] uSQLiteServer Source code available Lindsay