Welcome to the Progress DataDirect for JDBC for SQL Server: Version 6.0.0
What's new in this release?
Data source and driver classes
Connection URL
Requirements
Version string information
Connection properties
Data types
getTypeInfo
Contacting Technical Support
Getting started
Data source and driver classes
Setting the Classpath
Connecting using the DriverManager
Passing the connection URL
Testing the connection
Connecting using data sources
How data sources are implemented
Creating data sources
Example data source
Calling a data source in an application
Testing a data source connection
Using the driver
Required permissions for Java SE with the standard Security Manager enabled
Permissions for establishing connections
Granting access to Java properties
Granting access to temporary files
Permissions for bulk load from a CSV file
Connecting from an application
Data source and driver classes
Setting the Classpath
Connecting using the DriverManager
Passing the connection URL
Testing the connection
Connecting using data sources
How data sources are implemented
Creating data sources
Example data source
Calling a data source in an application
Testing a data source connection
Using connection properties
Required properties
Authentication properties
Data encryption properties
Failover properties
Bulk load properties
Data type handling properties
Timeout properties
Statement pooling properties
Client information properties
Always Encrypted properties
Additional properties
Performance considerations
Connecting to named instances
Azure Synapse Analytics and Analytics Platform System
Authentication
Configuring user ID/password authentication
Configuring Azure Active Directory authentication
Configuring the driver for Kerberos authentication
Kerberos authentication requirements
The JAAS login configuration file
Constrained delegation
Configuring NTLM authentication
NTLM authentication requirements
Configuring NTLM authentication by specifying user credentials
Data encryption
Using SSL with Microsoft SQL Server
Configuring SSL encryption
Always Encrypted
Enabling Always Encrypted
Using keystore providers
Caching column encryption keys
Enabling parameter metadata discovery
Connection string example
Using failover
Configuring failover
Specifying primary and alternate servers
Specifying connection retry
Connection failover
Extended connection failover
Select connection failover
Configuring failover with Microsoft Cluster Server
Using client load balancing
Using connection retry
Always On Availability Groups
Returning and inserting/updating XML data
Returning XML data
Returning XML data as character data
Returning XML data as binary data
Inserting/updating XML data
Inserting/updating XML as character data
Inserting/updating XML as binary data
DML with results
Using client information
How databases store client information
Storing client information
Returning client information
Returning metadata about client information locations
Using IP addresses
Parameter metadata support
Insert, Update, and Delete statements
Select statements
Stored procedures
ResultSet metadata support
Isolation levels
Using the Snapshot isolation level
Using scrollable cursors
Server-side updatable cursors
JTA support: installing stored procedures
Distributed transaction cleanup
Transaction timeout
Explicit transaction cleanup
Unicode support
Error handling
Large object (LOB) support
Batch Inserts and Updates
Rowset support
Auto-generated keys support
Null values
Timeouts
Connection Pool Manager
How connection pooling works
The connection pool environment
The DataDirect Connection Pool Manager
Using a connection pool DataSource object
Implementing DataDirect connection pooling
Creating a driver DataSource object
Creating the connection pool
Configuring the connection pool
Configuring the maximum pool size
Connecting using a connection pool
Closing the connection pool
Using reauthentication
Checking the Pool Manager version
Enabling Pool Manager tracing
Connection Pool Manager interfaces
PooledConnectionDataSourceFactory
PooledConnectionDataSource
ConnectionPoolMonitor
Statement Pool Monitor
Using DataDirect-specific methods to access the Statement Pool Monitor
Using the poolEntries method
Generating a list of statements in the statement pool
Using JMX to access the Statement Pool Monitor
Importing statements into a statement pool
Clearing all statements in a statement pool
Freezing and unfreezing the statement pool
Generating a statement pool export file
DataDirect Statement Pool Monitor interfaces and classes
ExtStatementPoolMonitor class
ExtStatementPoolMonitorMBean interface
DataDirect Bulk Load
Using a DDBulkLoad object
Exporting data to a CSV file
Loading data from a ResultSet object
Loading data from a CSV file
Specifying the bulk load operation
Logging
CSV files
Bulk load configuration file
Bulk load configuration file schema
Character set conversions
External overflow files
Discard file
DataDirect Test
DataDirect Test tutorial
Configuring DataDirect Test
Starting DataDirect Test
Connecting using DataDirect Test
Connecting using a data source
Connecting using database selection
Executing a simple Select statement
Executing a prepared statement
Retrieving database metadata
Scrolling through a result set
Batch execution on a prepared statement
Returning parameter metadata
Establishing savepoints
Updatable result sets
Deleting a row
Inserting a row
Updating a row
Retrieving large object (LOB) data
Tracking JDBC calls with DataDirect Spy
Enabling DataDirect Spy
Using the JDBC DriverManager
Using JDBC data sources
DataDirect Spy attributes
Connection property descriptions
AccountingInfo
AEKeyCacheTTL
AEKeystoreClientSecret
AEKeystoreLocation
AEKeystorePrincipalId
AEKeystoreSecret
AlternateServers
AlwaysReportTriggerResults
ApplicationIntent
ApplicationName
AuthenticationMethod
BulkLoadBatchSize
BulkLoadOptions
CatalogOptions
ClientHostName
ClientUser
CodePageOverride
ColumnEncryption
ConnectionRetryCount
ConnectionRetryDelay
ConvertNull
CryptoProtocolVersion
DatabaseName
DateTimeInputParameterType
DateTimeOutputParameterType
DescribeInputParameters
DescribeOutputParameters
Domain
EnableBulkLoad
EnableCancelTimeout
EncryptionMethod
FailoverGranularity
FailoverMode
FailoverPreconnect
FetchTSWTZAsTimestamp
FetchTWFSasTime
GSSCredential
HostNameInCertificate
ImportStatementPool
InitializationString
InsensitiveResultSetBufferSize
JavaDoubleToString
JDBCBehavior
LoadBalancing
LoginConfigName
LoginTimeout
LongDataCacheSize
MaxPooledStatements
MultiSubnetFailover
NetAddress
PacketSize
Password
PortNumber
ProgramID
QueryTimeout
RegisterStatementPoolMonitorMBean
ResultSetMetaDataOptions
SelectMethod
ServerName
ServicePrincipalName
SnapshotSerializable
SpyAttributes
StringInputParameterType
StringOutputParameterType
SuppressConnectionWarnings
TransactionMode
TruncateFractionalSeconds
TrustStore
TrustStorePassword
User
UseServerSideUpdatableCursors
ValidateServerCertificate
XATransactionGroup
XMLDescribeType
Troubleshooting
Troubleshooting your application
Turning on and off DataDirect Spy logging
DataDirect Spy log example
Troubleshooting connection pooling
Enabling tracing with the setTracing method
Pool Manager trace file example
Troubleshooting statement pooling
Generating an export file with the exportStatement method
Statement pool export file example
Configuring logging
Using the JVM for logging
SQL escape sequences for JDBC
Date, time, and timestamp escape sequences
Scalar functions
Outer join escape sequences
LIKE escape character sequence for wildcards
Procedure call escape sequences
JDBC support
Array
Blob
CallableStatement
Clob
Connection
ConnectionEventListener
ConnectionPoolDataSource
DatabaseMetaData
DataSource
Driver
ParameterMetaData
PooledConnection
PreparedStatement
Ref
ResultSet
ResultSetMetaData
RowSet
SavePoint
Statement
StatementEventListener
Struct
XAConnection
XADataSource
XAResource
JDBC extensions
Using JDBC wrapper methods to access JDBC extensions
DatabaseMetaData interface
DDBulkLoad interface
ExtConnection interface
ExtDatabaseMetaData interface
ExtLogControl class
Designing JDBC applications for performance optimization
Using database metadata methods
Minimizing the use of database metadata methods
Avoiding search patterns
Using a dummy query to determine table characteristics
Returning data
Returning long data
Reducing the size of returned data
Choosing the right data type
Retrieving result sets
Selecting JDBC objects and methods
Using parameter markers as arguments to stored procedures
Using the statement object instead of the PreparedStatement object
Using batches instead of prepared statements
Choosing the right cursor
Using get methods effectively
Retrieving auto-generated keys
Managing connections and updates
Managing connections
Managing commits in transactions
Choosing the right transaction model
Using updateXXX methods
Using getBestRowIdentifier
Copyright
Welcome to the Progress DataDirect for JDBC for SQL Server: Version 6.0.0
Copyright
connection_pool
statement_pool
datadirect_test
datadirect_spy
sql_escapes
jdbc_support
application_performance