ThinSQL
Version 2.0 (Beta)
(c) 2003 Klaus Gotthardt
ThinSQL is a free applet-php_MySQL or applet-servlet utility that
connects to an SQL server over the Internet. It's compatible with
proxy servers and network firewalls because it uses HTTP as its
main method of communication.
ThinSQL can be used to add, remove, modify, and retrieve data.
The Web server in use must mave PHP-MySQL or must be servlet
enabled and the database that is accessed must be JDBC compatible
.
Requirements:
- Client: A Java-enabled
browser
- Server: Server with PHP and
MySQL or an ODBC Driver or
a pure JDBC driver for your database and a servlet-enabled web
server,
Features:
- Works with PHP-MySQL or
any database accessible via JDBC
- Works with any Java Servlet
Server
- Add, remove, modify, and
retrieve data
- Freeware
- Thin client
- No plugin, no client
installation
- No expensive application
server
- Encoded data send to the server
(Base64)
- Works with Thinlets
http://thinlet.sourceforge.net/index.html
Screenshot1
Screenshot2
Example config.xml
License
Download:
ThinSQL.zip
Installation with
PHP-MySQL:
- Unzip ThinSQL.zip to a
directory on your web server
- modify
config.xml
Installation with
servlets:
- Unzip ThinSQL.zip to a
directory on your web server
- Copy thinservlet and
connectionpool classes to the servlet-directory
- Test the servlet from a
browser
(http://localhost/....../servlet/ThinServlet should
result servletException: null)
- modify
config.xml
Your comments and suggestions
are welcome at info@kgo.de