Categories
JavaTips and Tutorials → Database-Related

Java DB (Derby) - DML Statements

This Tutorial provides tutorial notes on executing DML statements with Java DB (Derby) JDBC Driver. Topics include inserting, updating and deleting data rows in existing tables; creating IDENTITY columns; handling date and timestamp values.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

JDBC DataSource Objects

This article provides tutorial notes on using DataSource objects and JNDI to connect Java DB (Derby) Database. Topics include creating connections with ClientDataSource objects directly without JNDI; downloading and installing JNDI File System Servic...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Derby (Java DB) JDBC Driver

This article provides tutorial notes on the JDBC driver for Java DB (Derby) produced by Apache. Topics include loading JDBC driver classes; connecting Derby Network Server; getting JDBC driver information; creating tables and running queries through ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Connecting MS Access Database with JDBC-OBDC Bridge Driver

Tutorials on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database.
  • Platforms
    • Windows
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

JDBC : A Definite Guide

The JDBC ( Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections. Using JDBC you can send SQL, PL/SQL statements to almost any relational database. JDBC is a Java API f...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Sun Solaris
  • Licenses
    • GPL
DETAILS

Introduction to Jena

RDF is increasingly recognized as an excellent choice for representing and processing semi-structured data. In this article, Web developer Philip McCarthy shows you how to use the Jena Semantic Web Toolkit to exploit RDF data models in your Java appl...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Mobile Database Access

This tutorial shows you how to build a database application using Java 2 Micro Edition (J2ME) Record Management System (RMS). It also demonstrates how to craft a MIDlet that performs the necessary logic of creating and accessing a sample database app...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Counting Records in MySQL by JSP

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Paging Records in JSP

You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support u...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Creating JDBC SQL Statements. Displaying Records from a MySQL Database.

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com