jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

DeEnFrSp
Amount: 9
Displaying: 1 - 9
Pages: [1]
Sort Listings By:
Hits: 765

Introduction to Jena

Rating 0.0 0.0
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 applications.
Platform(s): n/a Date: Jun, 25 2004
DETAIL
Hits: 680

Mobile Database Access

Rating 0.0 0.0
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 application and deploys it to a J2ME environment.
Platform(s): n/a Date: Jun, 20 2004
DETAIL
Hits: 5697

Paging Records in JSP

Rating 3.5 3.5
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 using 'LIMIT' in your sql queries.
Platform(s): n/a Date: Nov, 26 2003
DETAIL
Hits: 1528

Counting Records in MySQL by JSP

Rating 3.0 3.0
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.
Platform(s): n/a Date: Nov, 26 2003
DETAIL
Hits: 426

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

Rating 1.5 1.5
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.
Platform(s): n/a Date: Sep, 10 2003
DETAIL
Hits: 1097

Connecting to a MySQL Database using Connector/J JDBC Driver.

Rating 3.5 3.5
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.
Platform(s): n/a Date: Sep, 05 2003
DETAIL
Hits: 438

Installing and Configuring MySQL Database and Connector/J JDBC Driver

Rating 0.0 0.0
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.
Platform(s): n/a Date: Sep, 02 2003
DETAIL
Hits: 741

A Brief Introduction to JDBC.

Rating 0.0 0.0
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.
Platform(s): n/a Date: Sep, 02 2003
DETAIL
Hits: 400

JDBC wrapper: A quick data access solution for simple programs

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 22 2001
DETAIL
Amount: 9
Displaying: 1 - 9
Pages: [1]