SqlDataSource performance

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Is there any difference in performance between a SqlDataSource and an
ObjectDataSource - assuming they are being deployed to perform the same task
against a SQL Server database?

Mike
 
Mike said:
Is there any difference in performance between a SqlDataSource and an
ObjectDataSource - assuming they are being deployed to perform the same
task against a SQL Server database?

Ok. More specifically, will the use of the SqlDataSource in itself lead to
scalability issues at some stage that the ObjectDataSource wouldn't?

Mike
 
Mike said:
Ok. More specifically, will the use of the SqlDataSource in itself lead
to scalability issues at some stage that the ObjectDataSource wouldn't?

Have I posted these questions to the wrong group? Is there a more
appropriate group I should try?

Mike
 
Back
Top