D
Dan Davenport via .NET 247
I am somewhat new to .NET and am working on a windows forms application in C#.
My application will be accessing a database on a different machine than the windows application. About 10 instances of the windows forms application will be accessing the database at any given time. No other application needs to use the data.
From a performance standpoint, is it better to have the windows forms application access the database with sqlAdapters right in the application, or is it better to use a webservice to return a dataset?
Thank you!
My application will be accessing a database on a different machine than the windows application. About 10 instances of the windows forms application will be accessing the database at any given time. No other application needs to use the data.
From a performance standpoint, is it better to have the windows forms application access the database with sqlAdapters right in the application, or is it better to use a webservice to return a dataset?
Thank you!