Search Results

0
votes
4answers
107 views

Storing DataRelation in xml?

Hi, I am designing a db application using a novel approach. (atleast novel to me... :) ) So I am doing some research for the same. I am using .NET 3.5 ADO.NET Datasets to wo …
2
votes
3answers
72 views

Datasets and XML in place of proper db: Not a good idea?

In continuation of: http://stackoverflow.com/questions/729634/storing-datarelation-in-xml Thanks to every …
5
votes
5answers
235 views

Best .NET3.5 based strategy for creating disconnected db application.

Hi group: My requirements are: Relatively small database: 25-30 tables with 4-5k rows in each. 4-5 users with their own copies of local database on their laptops. Sync when need …
1
vote
2answers
76 views

DataSets based .NET programme: Use Designer tools or do it self?

Hi, After thinking for long, I have decided to build my data app for the Not-for-profit organization I work for (I don't program regularly there, though...) using C#, .NET 3.5 (using ADO.NE …
0
votes
0answers
38 views

How to handle exceptions generated by DataSets?

Hi, DataSets in ADO.Net throw exceptions when there are constraint violations etc. It is easy to catch these exceptions in the WinForms UI Layer using DataGridView (using DataError event). …