G
Guest
I am exploring the possibility of creating a data transforation program that
uses an Access Database with some fairly large table schemas.
Although Access has no problem with tables containing a large number of
fields the Data Adapter in Visual Studio 2003 does.
If I try to use the Wizard to configure the adapter I get an error. If I
select the fields progressively in sets of say 5 the Wizard completes its
task until some unknown limit is reached. Could it be simply that the
generated SQL Select, Update, Delete string statements are too long, or do we
have a bug? How can I work around this problem? The table schemas are from
another third party product.
uses an Access Database with some fairly large table schemas.
Although Access has no problem with tables containing a large number of
fields the Data Adapter in Visual Studio 2003 does.
If I try to use the Wizard to configure the adapter I get an error. If I
select the fields progressively in sets of say 5 the Wizard completes its
task until some unknown limit is reached. Could it be simply that the
generated SQL Select, Update, Delete string statements are too long, or do we
have a bug? How can I work around this problem? The table schemas are from
another third party product.