| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Frameworks | Implementations Tools |
- CallableStatement handling using named parameters by Akhilesh K. Tiwary, Thamizhchelvan A. Anbalagan - [Clicks: 9]
Explore a powerful new feature of IBM Informix Dynamic Server (IDS) called "named parameters in a CallableStatement," which enables you to identify a parameter using its name instead of its ordinal position. This feature thus extends the capability of using CallableStatements so that they can be used either by ordinal position or parameter name. Learn the difference between the two techniques, and see the advantages of named parameters over the ordinal technique.
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0802tiwary/index.html - Feb, 2008 - Querying GigaSpaces with a JDBC adapter by Owen Taylor - [Clicks: 2]
In this article, Owen Taylor explains how to use OpenSpaces to receive a notification when data matches a JDBC-like selection query. What's so cool about this is that the article seems quite short - mostly because the API is marvelously simple once you see it.
http://www.theserverside.com/tt/knowledgecenter-gs/knowledgecenter-gs.tss?l=QueryingGigaSpacesJDBC - Jan, 2008
- SQLExecutor by Jeff Smith - [Clicks: 31]
A simple JDBC framework published on Developer.com by Jeff Smith. Employs database independent, unchecked exception code. Currently supports Oracle and MySQL, can be easily extended to new databases.
http://sourceforge.net/projects/sqlexecutor/
- jTDS - [Clicks: 15]
jTDS is an open source 100% pure Java (type 4) JDBC 2.0 driver for the Microsoft SQL Server series (6.5, 7.x and 2000) and Sybase 10. jTDS is based on the work of the FreeTDS project but it has undergone a lot of changes and improvements since it started. Release 0.6 is almost 100% JDBC 2.0 compatible, supporting forward-only and scrollable ResultSets, multiple concurrent (completely independent) Statements per Connection and implementing virtually all of the DatabaseMetaData and ResultSetMetaData methods.
http://jtds.sourceforge.net/
- SQuirreL SQL Client - [Clicks: 9]
SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc. … SQuirreL's functionality can be extended through the use of plugins.
http://squirrel-sql.sourceforge.net/