how to change blob and clob area?(admin api)
hi,
how to change stDSN.enable_clob and stDSN.enable_blob areas while add datasource with adminapi?
I want to add datasource. and this datasource include clob and blob area.This area doesn't change even though stDSN.enable_clob = "YES .
summary, I want to come to marked Clob checkbox.(Enable long text retrieval (CLOB). )
Codes:
....
stDSN.maxpooledstatements = 999;
stDSN.enableMaxConnections = "YES";
stDSN.maxConnections = "299";
stDSN.enable_clob = "YES";
stDSN.enable_blob = "NO";
stDSN.disable = "NO";
stDSN.storedProc = "YES";
stDSN.alter = "YES";
.....
Can I help me? I adduce this image.
