PC Review


Reply
Thread Tools Rate Thread

DataSet in ArrayList

 
 
murali.trichy
Guest
Posts: n/a
 
      6th Dec 2005
Is it possible to store my Dataset in ArrayList ? if yes then How ?
bye
murali

 
Reply With Quote
 
 
 
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      6th Dec 2005
Murali,

> Is it possible to store my Dataset in ArrayList ? if yes then How ?
> bye


Assuming that you mean with store not really store.

Than is the answer, in the same way as with any other object.

Cor


 
Reply With Quote
 
Miha Markic [MVP C#]
Guest
Posts: n/a
 
      6th Dec 2005
Hi,

As Cor mentioned, DataSet is just a class and you can store it whereever you
want.
That said, can you be a bit more specific what exactly are you trying to
achieve?

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

"murali.trichy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is it possible to store my Dataset in ArrayList ? if yes then How ?
> bye
> murali
>



 
Reply With Quote
 
murali.trichy
Guest
Posts: n/a
 
      6th Dec 2005
In my project, I'm try to input the data for Promotion of Data it hold
the following information

Label : (promotion name)
Filter : (Relational Operators) (condition)
(And / Or)
(Relational Operators) (condition)
(And / Or)
:
:

Like that it will continue for each datatype like (integer, string,
date).

ie Each datatype having one or morethan one promotion (what I said
above is single promotion).

I want to store this information in the SQL-Server. So I decided to
store the above promotion in the form of XML. and for local
modification I'm using the same in DataTable from Dataset.

In the sence for my processing I will maintain a dataset for storing
the each promotion. I need to get back for that I tried Array of
dataset but, it is not good to store my array of dataset in Session
variable. The I got an idea about ArrayList, to store my set of
Dataset.

I think you got little bit of my goal. If you have any query just mail
me muraliATgsdindia.com

thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Arraylist to Dataset =?Utf-8?B?Sm9zZXBo?= Microsoft C# .NET 1 16th Aug 2006 06:59 AM
Binding ArrayList to DataSet Rizky Kurniawan Microsoft ASP .NET 2 6th Dec 2004 01:59 AM
Re: bind dataset to arraylist Phil Winstanley [Microsoft MVP ASP.NET] Microsoft ASP .NET 0 21st Jun 2004 05:13 PM
bind dataset to arraylist Grant Microsoft ASP .NET 0 21st Jun 2004 05:04 PM
Create DataSet from ArrayList Wayne Wengert Microsoft ADO .NET 2 16th Jun 2004 01:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:56 AM.