Click here to Skip to main content
15,906,197 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Decode CDR file Pin
Pete O'Hanlon26-Jan-11 22:21
mvePete O'Hanlon26-Jan-11 22:21 
GeneralRe: C# Decode CDR file Pin
Socheat.Net26-Jan-11 22:25
Socheat.Net26-Jan-11 22:25 
GeneralRe: C# Decode CDR file Pin
Pete O'Hanlon26-Jan-11 22:32
mvePete O'Hanlon26-Jan-11 22:32 
AnswerRe: C# Decode CDR file Pin
OriginalGriff26-Jan-11 22:30
mveOriginalGriff26-Jan-11 22:30 
GeneralRe: C# Decode CDR file Pin
Socheat.Net26-Jan-11 22:33
Socheat.Net26-Jan-11 22:33 
GeneralRe: C# Decode CDR file Pin
Pete O'Hanlon26-Jan-11 22:38
mvePete O'Hanlon26-Jan-11 22:38 
GeneralRe: C# Decode CDR file Pin
Socheat.Net26-Jan-11 22:41
Socheat.Net26-Jan-11 22:41 
GeneralRe: C# Decode CDR file Pin
Pete O'Hanlon26-Jan-11 22:45
mvePete O'Hanlon26-Jan-11 22:45 
GeneralRe: C# Decode CDR file Pin
OriginalGriff26-Jan-11 22:40
mveOriginalGriff26-Jan-11 22:40 
GeneralRe: C# Decode CDR file Pin
Socheat.Net26-Jan-11 22:43
Socheat.Net26-Jan-11 22:43 
AnswerRe: C# Decode CDR file Pin
V.26-Jan-11 22:52
professionalV.26-Jan-11 22:52 
GeneralRe: C# Decode CDR file Pin
Socheat.Net26-Jan-11 23:12
Socheat.Net26-Jan-11 23:12 
QuestionHow to join 2 queues? Pin
Chesnokov Yuriy26-Jan-11 21:09
professionalChesnokov Yuriy26-Jan-11 21:09 
AnswerRe: How to join 2 queues? Pin
Abhinav S26-Jan-11 21:42
Abhinav S26-Jan-11 21:42 
Questionwhat is the difference between these two lines in c# Pin
nithla26-Jan-11 19:13
nithla26-Jan-11 19:13 
AnswerRe: what is the difference between these two lines in c# Pin
Pravin Patil, Mumbai26-Jan-11 20:30
Pravin Patil, Mumbai26-Jan-11 20:30 
AnswerRe: what is the difference between these two lines in c# Pin
OriginalGriff26-Jan-11 21:15
mveOriginalGriff26-Jan-11 21:15 
GeneralRe: what is the difference between these two lines in c# Pin
Pravin Patil, Mumbai26-Jan-11 21:24
Pravin Patil, Mumbai26-Jan-11 21:24 
GeneralRe: what is the difference between these two lines in c# Pin
OriginalGriff26-Jan-11 21:26
mveOriginalGriff26-Jan-11 21:26 
GeneralRe: what is the difference between these two lines in c# Pin
nithla26-Jan-11 21:30
nithla26-Jan-11 21:30 
AnswerRe: what is the difference between these two lines in c# Pin
Pravin Patil, Mumbai26-Jan-11 21:25
Pravin Patil, Mumbai26-Jan-11 21:25 
QuestionDataset Question Pin
eddieangel26-Jan-11 11:09
eddieangel26-Jan-11 11:09 
I need to load a dataset with data from a list of items.

That is to say, I have an excel spreadsheet with a list of category id numbers. I need to load all data into a dataset that matches that list of categories. What is the best way to go about this?

Right now it is easy enough to do, load the spreadsheet into memory, load the dataset for the first category id, process, and the move to the next item in the spreadsheet, but I don't want to reload the data set 60 times. I want something that looks like this for a datatable:

select item from itemsTable
where intCategoryId in @categories


What is the best way to do this? Do I need to loop through my spreadsheet and reload the dataset for each item? Or should I build my spreadsheet information into a comma separated list or something of the sort.

Thoughts?

Cheers, --EA
AnswerRe: Dataset Question Pin
RobCroll26-Jan-11 12:51
RobCroll26-Jan-11 12:51 
GeneralRe: Dataset Question Pin
eddieangel26-Jan-11 12:58
eddieangel26-Jan-11 12:58 
GeneralRe: Dataset Question Pin
RobCroll26-Jan-11 13:22
RobCroll26-Jan-11 13:22 

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.