skip to main content
DataDirect Connect Drivers : Sybase Driver : Connection Properties : BatchPerformanceWorkaround
  
BatchPerformanceWorkaround
Purpose
Determines the method that is used to execute batch operations.
Valid Values
true | false
Behavior
If set to true, the driver uses the native Sybase batch mechanism. In most cases, using the native Sybase batch functionality provides significantly better performance, but the driver may not always be able to return update counts for the batch.
If set to false, the driver uses the JDBC 3.0-compliant batch mechanism.
Default
false
Data Type
boolean
See also
Batch Inserts and Updates
Performance Considerations