• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:8    Start  Previous  Next  Last    goto:
    Database Metadata with JDBC
    ON: 2007-08-01 10:42:48
    The goal of this tutorial is to show you how to use JDBCâ
    126 times | category:
    Connecting to a MySQL Database using Connector/J JDBC Driver.
    ON: 2007-08-01 10:41:08
    A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains all the code in detail.
    58 times | category:
    Creating JDBC SQL Statements. Displaying Records from a MySQL Database.
    ON: 2007-08-01 10:33:46
    A tutorial on how to create and execute JDBC SQL Statements and display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. All code is explained in detail.
    478 times | category:
    Installing and Configuring MySQL Database and Connector/J JDBC Driver
    ON: 2007-08-01 10:28:19
    A tutorial on obtaining, installing and configuring MySQL Database and Connector/J JDBC Driver for use on Microsoft Windows. Advanced topics covered include installing MySQL as a Windows service and configuring MySQL and Connector/J JDBC Driver to use named pipes.
    414 times | category:
    Counting Records in MySQL by JSP
    ON: 2007-08-01 10:27:34
    This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database.
    12 times | category:
    A Brief Introduction to JDBC.
    ON: 2007-08-01 10:26:31
    This article provides a brief introduction to JDBC. Explains what is JDBC and how it can be used to access RDBMS. Provides a brief overview of JDBC architecture.
    13 times | category:
    JDBC wrapper: A quick data access solution for simple programs
    ON: 2007-08-01 10:25:45
    JDBC provides a powerful, comprehensive interface for accessing databases from Java programs. For smaller projects, JDBC can seem overwhelming, driving some programmers to avoid using a database altogether. This article describes a simple wrapper library that makes basic database usage a snap. You'll find yourself wanting to use JDBC for every program you write.
    9 times | category:
    What's new in JDBC 3.0
    ON: 2007-08-01 10:24:52
    The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access relational databases, so when a new version of the specification is released by the Java Community Process, developers are bound to be interested. This article summarizes the key new features as outlined in Sun Microsystems' recently released Proposed Final Draft 3.0 of the JDBC specification.
    16 times | category:
    this:1/1 25records  total:8    Start  Previous  Next  Last    goto:

    Category

      Applet Building (2)
      Application Building (3)
      Communication (1)
      Database Related (8)
      Development (12)
      EJB (14)
      Game Programming (2)
      General Java (38)
      Javabeans (4)
      JSP and Servlets (8)
      Miscellaneous (23)
      Networking (1)
      Security (2)
      Swing (13)
      WAP and WML (1)
      XML and Java (0)