P
Peruris
Hi Group,
I have a table which contains a CLOB column and 2 varchar2 columns of size
2500, 1500.
Database version oracle 9.2.0.1 and oracle client same version on machine
windows server 2003, enterprise edition,
I have program written in vb.net , using oracle command builder to update
the table , getting the following error
oracle database is a utf8 database., NLS_LANG registry key on the client is
set to AMERICAN_AMERICA.AL32UTF8
ORA-01461: can bind a LONG value only for insert into a LONG column
But when I tried the same code compiled with .net 1.0 , downloaded
system.data.oracleclient 1.0 and executed from .net 1.0 windows advanced
server 2000, oracle client 9.2.01. works fine.
Is there a problem with .net 1.1 provided system.data.oracleclient
I have a table which contains a CLOB column and 2 varchar2 columns of size
2500, 1500.
Database version oracle 9.2.0.1 and oracle client same version on machine
windows server 2003, enterprise edition,
I have program written in vb.net , using oracle command builder to update
the table , getting the following error
oracle database is a utf8 database., NLS_LANG registry key on the client is
set to AMERICAN_AMERICA.AL32UTF8
ORA-01461: can bind a LONG value only for insert into a LONG column
But when I tried the same code compiled with .net 1.0 , downloaded
system.data.oracleclient 1.0 and executed from .net 1.0 windows advanced
server 2000, oracle client 9.2.01. works fine.
Is there a problem with .net 1.1 provided system.data.oracleclient