G
Guest
We are architecting a system in .Net which will use a VB.Net Windows form client and Web Services. The system will be quite extensive with well over 100 screens and about 120 tables. We will also be building a disconnected laptop version of the system that will include about 2/3 of the full system functionality. We have an old system that uses SQL Server Merge Replication and MSDE on the laptops, but it has been wrought with synchronization problems. We would like to look into using ADO.Net exclusively on the laptops without a database. Since more then one laptop will connect to the detached data source, we have come up with a strategy of handling concurrency in ADO.Net using DataViews and Remoting. We will have to build our own low level database functionality including locking and checkpoints.
My question is, are we trying to do too much with ADO.Net? Is there anyone out there that has created a full functional “database†exclusively in ADO.Net?
My question is, are we trying to do too much with ADO.Net? Is there anyone out there that has created a full functional “database†exclusively in ADO.Net?