G
Guest
Hi,
I have an Oracle 8.1.7 server and I'm extracting a Varchar2(length 300)
using an aspx page and the field is always Null, even if it's not in the DB.
I tried the EXACT same code in a windows form and it works perfect.
Is there a bug in asp.net/ado.net with Varchar2 bigger than 256 char ? (I
have no problems with Varchar2 of length < 256).
Also, I tried creating a copy of my table with a Varchar1 instead of the
Varchar2 and it worked too (>256).
I have an Oracle 8.1.7 server and I'm extracting a Varchar2(length 300)
using an aspx page and the field is always Null, even if it's not in the DB.
I tried the EXACT same code in a windows form and it works perfect.
Is there a bug in asp.net/ado.net with Varchar2 bigger than 256 char ? (I
have no problems with Varchar2 of length < 256).
Also, I tried creating a copy of my table with a Varchar1 instead of the
Varchar2 and it worked too (>256).