Click here to Skip to main content
15,919,778 members
Home / Discussions / C#
   

C#

 
GeneralRe: Query between record dates. Pin
Colin Angus Mackay28-Nov-07 2:32
Colin Angus Mackay28-Nov-07 2:32 
GeneralRe: Query between record dates. Pin
Pete O'Hanlon28-Nov-07 3:07
mvePete O'Hanlon28-Nov-07 3:07 
GeneralRe: Query between record dates. Pin
Colin Angus Mackay28-Nov-07 3:35
Colin Angus Mackay28-Nov-07 3:35 
Questionvoice recognation Pin
r_mos28-Nov-07 1:44
r_mos28-Nov-07 1:44 
AnswerRe: voice recognation Pin
Pete O'Hanlon28-Nov-07 1:54
mvePete O'Hanlon28-Nov-07 1:54 
GeneralI would caution against that Pin
Ennis Ray Lynch, Jr.28-Nov-07 4:20
Ennis Ray Lynch, Jr.28-Nov-07 4:20 
GeneralRe: I would caution against that Pin
Pete O'Hanlon28-Nov-07 4:30
mvePete O'Hanlon28-Nov-07 4:30 
Questiondatasets and databases Pin
goemph28-Nov-07 1:40
goemph28-Nov-07 1:40 
HELP!Frown | :( confused:

I am very new to c# and am trying to firgure out what the best way to write a dataset (created from xml) to a database table.

Problem is that I will not know the table structure, so need to create the table based on what is in the dataset (table needs to be a copy of the dataset). Once the table is created i'd like to write all the data in the dataset to the table. Once this is done, I may need to repopulate the dataset with new data (same table structure) and append this data to the newly created table in the DB.

To put this in contect I am trying to use a webservice that only sends data back as xml / csv and will only do a date range. So if i ask for the data from 25/01/2007 to 30/01/2007 it will lump all the data together and give me a total for the period. I need it to give me the totals for each day and thus have to call the webservice once for every day in the range. I am currently calling it and getting the first xml file into a dataset, then would like to write that data to a db, and then call it for the next day and append the data to the db.

Any advice welcomed.

Thanks
AnswerRe: datasets and databases Pin
Paul Conrad28-Nov-07 14:36
professionalPaul Conrad28-Nov-07 14:36 
QuestionHow to Auto update the time in webpage? Pin
Satish - Developer28-Nov-07 0:49
Satish - Developer28-Nov-07 0:49 
AnswerRe: How to Auto update the time in webpage? Pin
Pete O'Hanlon28-Nov-07 1:00
mvePete O'Hanlon28-Nov-07 1:00 
GeneralRe: How to Auto update the time in webpage? Pin
Satish - Developer28-Nov-07 1:34
Satish - Developer28-Nov-07 1:34 
GeneralRe: How to Auto update the time in webpage? Pin
N a v a n e e t h28-Nov-07 1:42
N a v a n e e t h28-Nov-07 1:42 
GeneralRe: How to Auto update the time in webpage? Pin
Pete O'Hanlon28-Nov-07 1:51
mvePete O'Hanlon28-Nov-07 1:51 
AnswerThere are a few easy solutions Pin
Ennis Ray Lynch, Jr.28-Nov-07 4:17
Ennis Ray Lynch, Jr.28-Nov-07 4:17 
Questionwindows double click event Pin
shaz jazz28-Nov-07 0:43
shaz jazz28-Nov-07 0:43 
AnswerRe: windows double click event Pin
Anthony Mushrow28-Nov-07 0:55
professionalAnthony Mushrow28-Nov-07 0:55 
GeneralRe: windows double click event Pin
shaz jazz28-Nov-07 8:19
shaz jazz28-Nov-07 8:19 
Questionhow to implement multilevel inheritance in c#? Pin
pekhaleyogesh28-Nov-07 0:16
pekhaleyogesh28-Nov-07 0:16 
AnswerRe: how to implement multilevel inheritance in c#? Pin
Christian Graus28-Nov-07 0:17
protectorChristian Graus28-Nov-07 0:17 
GeneralRe: how to implement multilevel inheritance in c#? Pin
pekhaleyogesh28-Nov-07 0:24
pekhaleyogesh28-Nov-07 0:24 
GeneralRe: how to implement multilevel inheritance in c#? Pin
N a v a n e e t h28-Nov-07 0:36
N a v a n e e t h28-Nov-07 0:36 
GeneralRe: how to implement multilevel inheritance in c#? Pin
Nouman Bhatti28-Nov-07 0:49
Nouman Bhatti28-Nov-07 0:49 
GeneralRe: how to implement multilevel inheritance in c#? Pin
pekhaleyogesh28-Nov-07 0:55
pekhaleyogesh28-Nov-07 0:55 
AnswerRe: how to implement multilevel inheritance in c#? Pin
Pete O'Hanlon28-Nov-07 0:59
mvePete O'Hanlon28-Nov-07 0:59 

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.