Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I can't believe this:

 

I have an database table with 101 columns. They are all genuine attributes of that entity, i.e. this is a 'customer' table with lots of information about that customer.

 

I run into problems when configuring a dataadapter - works ok up to 100 columns, but no more than that.

 

Can anyone confirm this to be the case - I can't find anything the MS knowledge base.

 

If this *is* the case, then what do I do?! I need to maintain this table (adds, inserts, updates, deletes). Any ideas?

 

Thanks in advance!

Posted
One of the best ways to learn with OleDB (I'm not sure about SQL Server) is to create your dataase and add it to your server explorer, then drag the table onto your form designer. It will create a dataadaptor in which you can go in and look at the sql statements and the peramaters. It might throw you an error if you can't have 101 columns in a database.
Posted

Thanks - not the answer I wanted !

 

Yes, I'm using SqlClient, and you are correct, there *are* some things I can do with normalisation, at the expense of introducing additional complexity - just creates loads more work! :mad:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...