Hi,
our set up is like this..we have clients accessing database hosted on a server(which also will host BL + DAL)...its a WAN network..client will be having windows form application which we want to be smart..now at a time there could be 30-60(sometimes 80-100)..clients accessing server..
How should we transfer data to clients..Dataset,Business Objects serialised using remoting,any other option(web services)..
thanks

Database at client
Ckiszka
We also utilize both server-side and client-side Biz classes.
Xllerator
big_j
So what do you think
My scenario is some thing like this
"
We are trying to develop a smart client application which is occasionaly connected. The issue here is we are unable to decide on the database which needs to be used in the client. We will not able to use MSSQL express or MSDE becuase of the size limitation. The size of the DB is actually a couple of gigs(SQL server backup). The user need not do any transaction which needs to be re recorded in server. The user will connect only to donwload data and get the application updates.
The other important factor the user should have high performance of the applciation
"
Regards
Harish
PaulB1950