Categories
Tags → Jdbc

JCDatabase

JCDatabase is an alternative to JDBC with the following advantages: (1) JCDatabase does not require you to run a database server or configure your system to provide access to a local database, (2) JCDatabase can be deployed either on a server for acc...
DETAILS

JET Proxy

JET Proxy is a JDBC proxy driver. It is commonly used to access windows only ODBC data sources (like MS Access) from Linux, Unix, and Mac clients.
DETAILS

Daffodil DB

Daffodil DB is a Java RDBMS, SQL-99 specification compliant, capable, reliable, scalable, high-performance, embeddable, lightweight java-based relational database engine (RDBMS). Daffodil DB supports almost all constructs of SQL 99 (including trigger...
DETAILS

Axion Java RDBMS

Axion is a small, fast, SQL and JDBC compliant relational database system written in and for the Java programming language.
DETAILS

SQL Developer

SQL Developer is a SQL administration and development frontend with a graphical user interface. It is written completely in Java and runs on virtual machines supporting Java 1.3 or higher. With SQL Developer you can connect to various databases using...
DETAILS

Dynamic Web-based data access using JSP and JDBC technologies

This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites. For the purposes of simplicity and illustration, the JSP pages here use short scriptlets to expose the JSP developer to the un...
DETAILS

Accessing Database using Tags in JSP Pages

This step by step tutorial describes how to access database using JDBC with JSP tags in a JSP page. Also describes how to iterate through the records using BodyTag interface. Online demo available.
DETAILS

What''s new in JDBC 3.0

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 rel...
DETAILS

Updating records in the Database using JDBC with Java Servlets

An article on updating records in the database using JDBC with Java Servlets. Every step from establishing a Connection to executing the UPDATE query is explained in detail. Online demo available.
DETAILS

JET Code Generator

The JET Code Generator connects to any JDBC based database and exports the schema as an XML formatted file. The user is free to write/modify XSLTs to generate virtually any type of source code from the XML representing your database schema. Then gen...
DETAILS

Page:
©2019 A--9.com