1 2 3 4 5 6 > >>   Sort: Rank

Connection Pooling with Commons DBCP BasicDataSource
This section provides a tutorial example that shows you how to use the Commons DBCP BasicDataSource class to manage the connection pool with JavaBean style properties.
2023-03-13, 192👍, 1💬

💬 2023-03-13 Moenke: "I asked to initialize 10 connections, but I see only 8 connections on MySQL server. Not sure why." -> Because maxTotal conencti...

Create Tables with CLOB Columns
This section describes how to create tables with CLOB columns in Oracle server.
2023-03-09, 31511👍, 6💬

💬 2016-12-14 morgane: dhzeujf zihf zeiuhfzehf ezhf zoiehfqiejfcksbfhjre fnr jcrh vrf

JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver
This chapter provides tutorial notes on the JDBC-ODBC Bridge driver produced by Sun and DataDirect. Topics include loading JDBC-ODBC Bridge driver; creating a DSN (Data Source Name) with a ODBC driver; Connecting to SQL Server with JDBC-ODBC Bridge.
2023-01-11, 27877👍, 28💬

💬 2019-10-15 felipe: um teste de mensagem

💬 2017-09-12 tilahun bekele: good site

💬 2017-08-27 Herong: Can you try to the 32-bit 1.7JDK?

💬 2017-08-24 jaime: Hi I have created a DSN and the test is Ok. I have this program: import java.sql.*; public class OdbcDsnConnection { public stat...

💬 2017-06-27 Herong: Shubhankar, you can download JDK 1.7. It has JDBC-ODBC bridge included.

(More comments ...)

Inserting CLOB Values with SQL INSERT Statements
This section describes how to insert CLOB values as string literals using SQL INSERT statements.
2022-10-01, 181👍, 0💬

Installing AdventureWorks Sample Database
This section describes how to install AdventureWorks as a sample database on SQL Server.
2022-10-01, 163👍, 0💬

Create Tables with CLOB Columns
This section describes how to create tables with BLOB (VARBINARY(MAX)) columns in SQL Server server.
2022-10-01, 144👍, 0💬

JDBC for SQL Server - Herong's Tutorial Examples
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and SQL Server; using SQL Server JDBC and JDBC-ODBC Bridge drivers; database connection URLs; introduction to Result Set, Meta Data, Pr...
2022-10-01, 143👍, 0💬

JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver
This chapter provides tutorial notes on the JDBC-ODBC Bridge driver produced by Sun and DataDirect. Topics include loading JDBC-ODBC Bridge driver; creating a DSN (Data Source Name) with a ODBC driver; Connecting to SQL Server with JDBC-ODBC Bridge.
2022-10-01, 142👍, 0💬

Inserting BLOB Values with SQL INSERT Statements
This section describes how to insert BLOB values as normal strings using INSERT statements.
2022-10-01, 138👍, 0💬

MySQL Connector/J - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver).
2022-10-01, 136👍, 0💬

Executing "Update" Statements - executeUpdate()
This section describes how to execute 'update' SQL statements like DDL statements, or DML statements.
2022-10-01, 133👍, 0💬

SQL Server CLOB (Character Large Object) - TEXT
This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with SQL Server JDBC Driver. Topics include creating tables to store CLOB values in SQL Server server; inserting CLOB values with direct SQL INSERT statements, or PreparedStatement with setString(), setCharacterS...
2022-10-01, 132👍, 0💬

Archived: Installing Microsoft JDBC Driver 4.2
This section describes how to download and install Microsoft JDBC Driver 4.2 for SQL Server 2014.
2022-10-01, 130👍, 0💬

Installing Microsoft JDBC Driver for SQL Server
This section describes how to download and install Microsoft JDBC Driver for SQL Server.
2022-10-01, 127👍, 0💬

JDBC for MySQL - Herong's Tutorial Examples
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and MySQL server; using MySQL JDBC driver (MySQL Connector/J); database connection URLs; introduction to Result Set, Meta Data, Prepare...
2022-10-01, 127👍, 0💬

Archived: Installing Microsoft JDBC Driver 1.0
This section describes how to download and install Microsoft JDBC Driver 1.0 for SQL Server 2005.
2022-10-01, 125👍, 0💬

Installing Microsoft SQL Server 2014 Express Edition
This section describes how to download and install Microsoft SQL Server 21014 Express Edition.
2022-10-01, 123👍, 0💬

JDBC-ODBC Bridge Driver Features
This section describes Sun's JDBC-ODBC Bridge driver and its features.
2022-10-01, 123👍, 0💬

Enable TCP/IP with SQL Server Configuration Manager
This section describes how to SQL Server Configuration Manager to turn on TCP/IP connection support.
2022-10-01, 122👍, 0💬

SQLCMD SQL Server Command Line Tool
This section describes how to SQL Server command line tool - SQLCMD.
2022-10-01, 121👍, 0💬

Retrieving Multiple ResultSet Objects
This section describes how to retrieve multiple ResultSet objects from a stored procedure call.
2022-10-01, 121👍, 0💬

JDBC-ODBC - Loading sun.jdbc.odbc.JdbcOdbcDriver
This section describes how to load the JDBC-ODBC Bridge driver class with the Class.forName() method.
2022-10-01, 120👍, 0💬

Performance of Inserting Rows with a PreparedStatement
This section describes how to measure the performance of inserting rows using a PreparedStatement object.
2022-10-01, 120👍, 0💬

Creating Connections with DataSource Class
This section describes how to create connection objects with the DataSource class.
2022-10-01, 119👍, 0💬

1 2 3 4 5 6 > >>   Sort: Rank