Scripts n'Stuffs
Directory

Subscribe to this category

Top > Java > JSP and Servlets > Database Tools  

Web Links
Sort By :
11. DBBrowse



DBBrowse is a servlet-based application that runs on a Web server (either intranet or extranet). Using a simple HTML Web browser, DBBrowse enables you to access the Web server's databases (local or remote databases as well).The main DBBrowse functions are: Listing the tables in a database, Displaying the structure of a table, Dumping the contents of a table, Searching records in a table, Inserting/updating/deleting records in a table, Executing any SQL request on a database (including DDL requests), Exporting query resultsets as text files (fixed width or delimited), and Updating a table using an import text file.
Category:   Java > JSP and Servlets > Database Tools

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

12. SQLServlet



SQLServlet provides an easy way to access your database using HTML-forms. It features: Can keep the connection "alive" between the application and the database, Dynamically generate HTML-tables from the result-set, Create forms for inserts and updates, Replace the values in the querystring by formvariables, Does not require the creation of a new process for each request, Only need to be loaded once, and Runs on any platform that supports the Java Virtual Machine. It requires ODBC Driver or a pure JDBC driver for your database.
Category:   Java > JSP and Servlets > Database Tools

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

13. ThinSQL



ThinSQL is a free 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. Features include: Works with any database accessible via JDBC, Works with any Java Servlet Server, Add, remove, modify, and retrieve data, Freeware (not ThinSQLpro), Thin client (30k), No plugin, no client installation, No expensive application, No need of a RMI-supported browser, and Encoded data send to the server (Base64). The Web server in use must be servlet enabled; the database that is accessed must be JDBC compatible.
Category:   Java > JSP and Servlets > Database Tools

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

14. Village



Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool.
Category:   Java > JSP and Servlets > Database Tools

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages:   2 


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS