|
-
Sep 8th, 2007, 03:44 PM
#1
Thread Starter
Member
[RESOLVED] [02/03] Maximum number of columns in a table?
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.
-
Sep 8th, 2007, 05:23 PM
#2
Thread Starter
Member
Re: [02/03] Maximum number of columns in a table?
Hello again,
I resolved the problem by only importing the fields I would actually be using. So, I don't know if it was the number of columns or something with one of the other fields. Oh well, moving on...
Thanks,
Joe
-
Sep 8th, 2007, 09:22 PM
#3
Re: [RESOLVED] [02/03] Maximum number of columns in a table?
Maybe this is a one in a million situation but I can't think of any set of circumstances where a table with 370 columns would be a good thing. I would strongly suggest that you consider redesigning that database.
-
Sep 8th, 2007, 09:52 PM
#4
Thread Starter
Member
Re: [RESOLVED] [02/03] Maximum number of columns in a table?
I agree. The table is in a AcuCOBOL application I am working to replace with my VB app. It has been a pain to work with.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|