G
Guest
It was suggested to me the reason why I'm getting a "Expression is to
Complex" error message in my local ADO.Net application is because the
generated update query has too many AND's in the WHERE clause and the the MS
Access Jet provider is limited for this many fields (columns) ( max is 100
fields for DA).
The data source/set is a MS-Access Main table with 110 fields (columns).
The table grew from a little table to a big table overnight because of spec
changes. I know how to normilize the table in Access but not in ADO.Net
environment plus, that seems like a lot of work since the application is
almost done.
What are my options to remove the Expression is to Complex error message ?
Since I'm using MS-Access on the server, is it time to step-up to MS-SQL
Server? Does SQL Serverl use the Jet provider? Do you think the complex
error will go away with SQL Server? Comments?
Steve
Complex" error message in my local ADO.Net application is because the
generated update query has too many AND's in the WHERE clause and the the MS
Access Jet provider is limited for this many fields (columns) ( max is 100
fields for DA).
The data source/set is a MS-Access Main table with 110 fields (columns).
The table grew from a little table to a big table overnight because of spec
changes. I know how to normilize the table in Access but not in ADO.Net
environment plus, that seems like a lot of work since the application is
almost done.
What are my options to remove the Expression is to Complex error message ?
Since I'm using MS-Access on the server, is it time to step-up to MS-SQL
Server? Does SQL Serverl use the Jet provider? Do you think the complex
error will go away with SQL Server? Comments?
Steve