ADO.NET Oracle Varchar2 BUG?

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).
 
A

Angel Saenz-Badillos[MS]

Auch, can you elaborate?

I have not seen this problem before and it would be interesting to know how
the tablespace was corrupted and how you found out.
Thank you,

--
Angel Saenz-Badillos [MS] Managed Providers
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging about ADO.NET: http://weblogs.asp.net/angelsb/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top