Kbase P95702: Datatype for parameter has changed since first SQLexecute call reapeating ODBC insert stmts in a loo
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/29/2006 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
Datatype for parameter has changed since first SQLexecute call
Using ODBC to send storage blob data to database
Using JDBC to send storage blob data to database
Last blob contains less bytes than 16k
CAUSE:
Known issue for ODBC driver or JDBC driver reported as DataDirect Case Number: 1299155
FIX:
use wa=536870912 as additional connect attribute.
Example:
sports;wa=536870912