JDBC

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Application Handling of Database Timeouts and Deadlocks by Aleksey Shevchenko   - [Clicks: 12]
    Learn how to minimize the occurrence of database transaction locking and how to handle situations when your database does return error codes that constitute deadlocks and timeouts.
    http://www.developer.com/java/data/article.php/3708511 - Nov, 2007
  • Database Isolation Levels by Aleksey Shevchenko   - [Clicks: 13]
    Learn the concepts that every database programmer needs to know to develop applications that allow multi-user access to the database: Isolation levels.
    http://www.developer.com/db/article.php/3706251 - Oct, 2007
  • JLINQ: IBM's new paradigm for writing Java database applications by Azadeh Ahadian   - [Clicks: 8]
    The project code named Java Language Integrated Query (JLINQ) gives database application developers an easy, GUI-based means to significantly increase productivity in both the design and implementation phases. This is accomplished through user-initiated automatic transformation of relational data into Java objects for access and manipulation of data. In turn, these objects can be seamlessly utilized in a natural object-oriented (OO) programming paradigm to write the business logic and the underlying code. JLINQ's functionality in effect eliminates traditional JDBC programming by integrating the query language with Java itself.
    http://www.ibm.com/developerworks/db2/library/techarticle/dm-0708ahadian/index.html - Aug, 2007
  • Named Parameters for PreparedStatement by Adam Crume   - [Clicks: 8]
    PreparedStatement can be cumbersome to use because its parameters are accessed by index. A relatively simple wrapper can be written that lets you set them by name.
    http://www.javaworld.com/javaworld/jw-04-2007/jw-04-jdbc.html - Apr, 2007
  • JavaDB End-to-End Security by Masoud Kalali   - [Clicks: 10]
    The all-Java database JavaDB (aka Derby) is known for its embeddability, but what about security? Can you put it out there for enterprise applications and keep data safe? Masoud Kalali shows the steps you can take to secure your JavaDB data.
    http://today.java.net/pub/a/2007/03/20/javadb-end-to-end-security.html - Mar, 2007
  • J2EE and SQL Server: Making a JDBC Connection by Deepak Vohra   - [Clicks: 25]
    Using a SQL Server back end with a Java application server may sound like an unnatural proposition but there's no need to bow to such arbitrary limitations. In this article you'll get step-by-step instructions on making a JDBC connection between the four most popular Java application servers and Microsoft SQL Server.
    http://www.devx.com/dbzone/Article/33681 - Feb, 2007
  • The Op Framework: A better Java database framework by Paul Feuer   - [Clicks: 10]
    The Op Framework is a lightweight, easy-to-configure JDBC access framework that provides rich tracking and tracing functionality. It decouples your code from your database allowing you to capture and load named sets of data from the file system, enabling data-driven test cases.
    [Includes sample code]
    http://www.javaworld.com/javaworld/jw-01-2007/jw-01-opframe.html - Jan, 2007
  • New JDBC SQL/XML Features Improve XML Data Handling by Oliver Kaljuvee   - [Clicks: 14]
    One of the most noteworthy updates to JDBC 4 is the support for the XML data type, which improves XML data handling and reduces development time.
    http://www.devx.com/dbzone/Article/33482 - Jan, 2007

[Top]