G
Guest
The client had an Access 2003 form querying a SQL 2000 database. They wanted
the front-end redone in .NET. I obliged, assuming it would be simple. I used
a datagrid, and the "sql" set of ADO.NET components
(sqlConnection,sqlAdapter,sqlCommand).
When I run the query from the .NET form, it always times out - Meanwhile the
access form queries just fine (and quick too - about 2 seconds).
I tried extending the timeout on the select command but that doesnt work,
and why should I have to extend it to 9-10 seconds when the access query runs
in 2 seconds?
(Thanks in advance)
Before I end up going back to vb6 and regular ADO, does anyone have any
suggestions?
the front-end redone in .NET. I obliged, assuming it would be simple. I used
a datagrid, and the "sql" set of ADO.NET components
(sqlConnection,sqlAdapter,sqlCommand).
When I run the query from the .NET form, it always times out - Meanwhile the
access form queries just fine (and quick too - about 2 seconds).
I tried extending the timeout on the select command but that doesnt work,
and why should I have to extend it to 9-10 seconds when the access query runs
in 2 seconds?
(Thanks in advance)
Before I end up going back to vb6 and regular ADO, does anyone have any
suggestions?