Datasets - Best approach to use?
From: Dave Stumbles (Stumbles_at_discussions.microsoft.com)
Date: 01/12/05
- Next message: Michael D. Ober: "Re: MoveFirst doesn't move to the first record"
- Previous message: Jezebel: "Re: Receiving 3077 Date syntax error from international users"
- Next in thread: Mitchell Vincent: "Re: Datasets - Best approach to use?"
- Reply: Mitchell Vincent: "Re: Datasets - Best approach to use?"
- Reply: William \(Bill\) Vaughn: "Re: Datasets - Best approach to use?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 Jan 2005 18:57:02 -0800
I am writing a VB.NET 2003 web application to operate on my company's
intranet. It accesses data in an SQL Server database. I have developed a
couple of pages that display data successfully. However, there is one area
that I am having trouble getting a handle on, despite purchasing a couple of
Wrox books.
Up until now, I have used a whole lot of data adapters and datasets to be
able to display my information. The data is stored in a very hierarchical
structured database. I now want to be able to edit, delete and add new
records to most of these tables. The data would be edited in datagrids.
I have seen some information that indicates that having a 'mirror-image' of
the original database stored in a dataset is the way to go, ie this is
retrieved from the database, then modified and then sent back.
My questions are:
Is it best to have a single large dataset mimicking the tables and table
structure in the database?
If so, how is this achieved effectively? I only seem to be able to bring
across a table at a time.
Any help would be greatly appreciated.
Dave.
- Next message: Michael D. Ober: "Re: MoveFirst doesn't move to the first record"
- Previous message: Jezebel: "Re: Receiving 3077 Date syntax error from international users"
- Next in thread: Mitchell Vincent: "Re: Datasets - Best approach to use?"
- Reply: Mitchell Vincent: "Re: Datasets - Best approach to use?"
- Reply: William \(Bill\) Vaughn: "Re: Datasets - Best approach to use?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|