Data Strategy help required
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngarchitecture' list.


-- Moved from [aspngdatagridrepeaterdatalist] to [aspngarchitecture] by Alex Lowe <Click here to reveal e-mail address> --

I am still deciding out a data strategy !!!

Is it better to use datasets or direct SQL updates ??

I understand if I was implementing a e-commerce web site similar to Microsoft's IBUYSPY Store example, I need to use datasets and sessions for the Shopping Cart

However, if I wanted to implement a invoicing and booking system shoudl I use datasets ??

Users will be able to search for existing records (or optionally add records)

The datagrid will be populated with results of the user's search (this will be a dataset)

For editing, I will retrieve records from the dataset, Also retrieving related child records as well, for master/detail forms

For updating, I will call the getchanges() and update methods and so on.

For these kind of applications, is it better to use datasets or direct SQL updates ?? If my web form contains many sub-pages, should I use panels or separate pages together with sessions.

I HOPE SOMEONE CAN HELP !!

Sum

Reply to this message...
 
    
Dennis West

----- Original Message -----
From: <Click here to reveal e-mail address>
To: "aspngarchitecture" <Click here to reveal e-mail address>
Sent: Sunday, August 04, 2002 11:35 AM
Subject: [aspngarchitecture] Data Strategy help required

> -- Moved from [aspngdatagridrepeaterdatalist] to [aspngarchitecture] by
Alex Lowe <Click here to reveal e-mail address> --
[Original message clipped]

the Shopping Cart
[Original message clipped]

separate pages together with sessions.
[Original message clipped]

Reply to this message...
 
    
Mitch Denny
Sum,

Its usually better in the long run to make use of DataSet's
since popping them into session state isn't a huge issue
given an appropriately scaled state server. The only time
you might want to reconsider that is when you are retrieving
HUGE data-sets in which case you may need to fall-back to
the DataReader, but try DataSet's first and see how you go.

In most cases web front-ends don't lend themselves to
searching through tens of thousands of records anyway.

----------------------------------------
- Mitch Denny
- Click here to reveal e-mail address
- http://www.monash.net
- +61 (414) 610-141
-

-----Original Message-----
From: Click here to reveal e-mail address [mailto:Click here to reveal e-mail address]
Sent: Monday, 5 August 2002 2:35 AM
To: aspngarchitecture
Subject: [aspngarchitecture] Data Strategy help required

-- Moved from [aspngdatagridrepeaterdatalist] to [aspngarchitecture] by
Alex Lowe <Click here to reveal e-mail address> --

I am still deciding out a data strategy !!!

Is it better to use datasets or direct SQL updates ??

I understand if I was implementing a e-commerce web site similar to
Microsoft's IBUYSPY Store example, I need to use datasets and sessions
for the Shopping Cart

However, if I wanted to implement a invoicing and booking system shoudl
I use datasets ??

Users will be able to search for existing records (or optionally add
records)

The datagrid will be populated with results of the user's search (this
will be a dataset)

For editing, I will retrieve records from the dataset, Also retrieving
related child records as well, for master/detail forms

For updating, I will call the getchanges() and update methods and so on.

For these kind of applications, is it better to use datasets or direct
SQL updates ?? If my web form contains many sub-pages, should I use
panels or separate pages together with sessions.

I HOPE SOMEONE CAN HELP !!

Sum
| [aspngarchitecture] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngarchitecture.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
 
System.Data.DataSet




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com