Hi all
Is there a maximum number of columns for an OLEDB dataadapter to handle? I'm trying to configure a dataadapter to generate select, insert, delete and update commands for an Access table with over 100 columns. I'm going to customise the SQL later because I won't use all 100 columns at the same time, but I just need the Wizard to configure it to start with.
However the configuration wizard fails and doesn't tell me the reason. It generates the select statement only.
I've tried generating it with fewer fields and it works, so my only conclusion is that the table design is too big for the wizard to handle.
Can anyone confirm or otherwise? If this is true, any suggestions, other than reducing the table size.
Julia
Is there a maximum number of columns for an OLEDB dataadapter to handle? I'm trying to configure a dataadapter to generate select, insert, delete and update commands for an Access table with over 100 columns. I'm going to customise the SQL later because I won't use all 100 columns at the same time, but I just need the Wizard to configure it to start with.
However the configuration wizard fails and doesn't tell me the reason. It generates the select statement only.
I've tried generating it with fewer fields and it works, so my only conclusion is that the table design is too big for the wizard to handle.
Can anyone confirm or otherwise? If this is true, any suggestions, other than reducing the table size.
Julia