esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
JDBC

JDBC is short for Java Database Connectivity. It's Sun's API standard for connecting to an SQL, very similar to Microsoft's ODBC but platform independent, you don't need to be concerned about what database you'll be using while developing (but you still can make vendor-specific calls). The procedure to gather data from a DB table is simple: you connect to the database, create a statement, execute a query, and examine the result set.

Featured Books


Subcategories



    Questions & Answers
    = answered, = unanswered

    General:

      How do I grant remote access to my mysql database?
      Where do I find a list of JDBC drivers?
      How do I create a database table?
      How do I insert data in a database table?
      How do I retrieve rows from a database table?
      How do I update rows from a database table?
      How do I use a PreparedStatement?
      How do I use transactions with JDBC?
      What is connection pooling?
      How do I connect to my MS Access database?
      What is a transaction isolation level and how do I change it?
      How do I know if my database supports a transaction isolation level?
      What does ACID mean?
      How do I create a database through JDBC?
      How do I insert a value in a column where the type is datetime?
      How do I get results from multiple tables at once?
      How do I programmatically get column information of a table?
      How do I save binary data (eg. images) in a database table?
      How do I retrieve binary data (eg. images) from a database table?
      How do I determine what JDBC version my driver supports?
      How do I programmatically get information about my driver?
      How do I move the resultset cursor backward and forward?
      How do I store and retrieve a serialized object in a database table?
      How do I move the resultset cursor to a particular row?
      How do I update a row from the resultset?


    Further Information (sorted alphabetically)
    Api's:

    Faq's:

    Tutorials:

    Articles:

    Related Links:

    Products:

    Related Books:







    Terms of Service | Privacy Policy | Contact

    Copyright © 2000-2003 Esus.com - All Rights Reserved 
    Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.