Click here to Skip to main content
15,917,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling a method at run-time Pin
leppie26-Aug-04 7:36
leppie26-Aug-04 7:36 
GeneralRe: Calling a method at run-time Pin
Heath Stewart26-Aug-04 8:26
protectorHeath Stewart26-Aug-04 8:26 
GeneralRe: Calling a method at run-time Pin
leppie26-Aug-04 9:21
leppie26-Aug-04 9:21 
GeneralRe: Calling a method at run-time Pin
Heath Stewart26-Aug-04 8:32
protectorHeath Stewart26-Aug-04 8:32 
GeneralRe: Calling a method at run-time Pin
LongRange.Shooter26-Aug-04 10:22
LongRange.Shooter26-Aug-04 10:22 
GeneralRe: Calling a method at run-time Pin
Heath Stewart26-Aug-04 10:31
protectorHeath Stewart26-Aug-04 10:31 
GeneralRe: Calling a method at run-time Pin
Radoslav Bielik26-Aug-04 22:10
Radoslav Bielik26-Aug-04 22:10 
GeneralSeparate repeated items Pin
Diego F.26-Aug-04 1:58
Diego F.26-Aug-04 1:58 
Hi. I need to map items from a DataSet to a SQL table.
The problem is that in the DataSet I can have the same item repeted, but in
the table, I have a field "quantity" to avoid that. So what I need is a
structure where I get each item and the number of repetitions.

In the DataSet, I have one table and I only need to use one column, and the
items are integers, so the idea is passing from:

100 102 100 103 to
100 (2) 102 (1) 103 (1) or something like that.

I don't know if I can get something with the DataSet Select method. I passed
the column to an ArrayList, but I don't know if that simplifyes something.

Can you help me?

Regards,

Diego F.


GeneralRe: Separate repeated items Pin
LongRange.Shooter26-Aug-04 3:54
LongRange.Shooter26-Aug-04 3:54 
GeneralRe: Separate repeated items Pin
Diego F.26-Aug-04 4:51
Diego F.26-Aug-04 4:51 
GeneralRe: Separate repeated items Pin
LongRange.Shooter26-Aug-04 10:17
LongRange.Shooter26-Aug-04 10:17 
GeneralAccessing the .Net command prompt Pin
Stuggo26-Aug-04 1:46
Stuggo26-Aug-04 1:46 
GeneralRe: Accessing the .Net command prompt Pin
Salil Khedkar26-Aug-04 2:19
Salil Khedkar26-Aug-04 2:19 
GeneralRe: Accessing the .Net command prompt Pin
billb211226-Aug-04 2:38
billb211226-Aug-04 2:38 
QuestionHow to Get All Databases Names in a Sql Server ? Pin
pubududilena26-Aug-04 1:45
pubududilena26-Aug-04 1:45 
AnswerRe: How to Get All Databases Names in a Sql Server ? Pin
David Salter26-Aug-04 2:13
David Salter26-Aug-04 2:13 
AnswerRe: How to Get All Databases Names in a Sql Server ? Pin
Colin Angus Mackay26-Aug-04 2:55
Colin Angus Mackay26-Aug-04 2:55 
AnswerRe: How to Get All Databases Names in a Sql Server ? Pin
Michael Potter26-Aug-04 6:09
Michael Potter26-Aug-04 6:09 
GeneralRe: How to Get All Databases Names in a Sql Server ? Pin
pubududilena26-Aug-04 17:51
pubududilena26-Aug-04 17:51 
GeneralRe: How to Get All Databases Names in a Sql Server ? Pin
Michael Potter27-Aug-04 3:42
Michael Potter27-Aug-04 3:42 
Generalapplying splitter resizing on tab pages Pin
samithas26-Aug-04 1:21
samithas26-Aug-04 1:21 
GeneralRe: applying splitter resizing on tab pages Pin
Jay Shankar26-Aug-04 1:39
Jay Shankar26-Aug-04 1:39 
GeneralRe: applying splitter resizing on tab pages Pin
Heath Stewart26-Aug-04 8:14
protectorHeath Stewart26-Aug-04 8:14 
GeneralRe: applying splitter resizing on tab pages Pin
Jay Shankar26-Aug-04 16:24
Jay Shankar26-Aug-04 16:24 
GeneralRe: applying splitter resizing on tab pages Pin
Heath Stewart26-Aug-04 8:13
protectorHeath Stewart26-Aug-04 8:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.