Hey everybody,

I have imported a database from AcuCOBOL into SQL 2005. I am able to work with it in SQL, but in VB.Net, when I try filling the table, it is unable to fill the table, but acts as if it does (no exception during fill). When I look in my locals at the table, many fields (like Rows) show "error: cannot obtain value" and the For Each loop I have does nothing even though there should be about 6000 rows. There are approx 370 columns in this table. Is there a max number of columns for tables that might be causing a problem? Any help would be greatly appreciated.