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
230 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 …
0
votes
2answers
371 views
Default values from SQL Server Express table column to Dataset?
Hi,
I am a new Database programming learner. I am using C# (.NET 3.5) along with SQL Server Express.
I am following Forms over Data Video Series from Microsoft. However, I am creati …
1
vote
2answers
74 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
71 views
Two different .NET applications can’t access the db4o file
I have just downloaded and and am using db40 7.9 and am testing it on two different .NET 3.5 applications using the supplied tutorial.
When I access the same database (c:\pilot.db4o) file u …
0
votes
3answers
832 views
Dataset allowing Null values even when AllowDBNull = False?
Hi,
I have designed a dataset using VS2008 dataset designer. In one of the datatables, I have set "AllowDBNull" property of most of the columns to be False. However, still if I create a Dat …
0
votes
0answers
27 views
db4o Replication System: NullReferenceException?
Hi,
I am trying to do standard bi-directional replication as follows. However, I get a NullReferenceException. This is a separate replication project. I did import the classes involved in t …
0
votes
7answers
152 views
ToString() for a class property?
Supposing I have a class "Item", which has three member variables: string name, decimal quantity and string unit. I have got public get/set properties on all three.
Sometimes, I want to dis …
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). …
1
vote
2answers
49 views
Auto validation in Winforms in a dedicated label
I have seen in certain places (sorry, am unable to provide links at the moment) that validation errors in a form are displayed in a label at the top. As the user fills up the form, that error text …
0
votes
0answers
10 views
Auto validation in Winforms in a dedicated label: Redux using DataSets
I had asked this question:
http://stackoverflow.com/questions/1491129/auto-validation-in-winfor …
