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

C#

 
QuestionParameterless Webbrowser-constructor crashes with "The parameter is incorrect" Pin
plokkoville11-Apr-07 5:11
plokkoville11-Apr-07 5:11 
AnswerRe: Parameterless Webbrowser-constructor crashes with "The parameter is incorrect" Pin
Luc Pattyn11-Apr-07 13:42
sitebuilderLuc Pattyn11-Apr-07 13:42 
AnswerRe: Parameterless Webbrowser-constructor crashes with "The parameter is incorrect" Pin
plokkoville15-Apr-07 23:46
plokkoville15-Apr-07 23:46 
GeneralRe: Parameterless Webbrowser-constructor crashes with "The parameter is incorrect" Pin
plokkoville11-May-07 4:16
plokkoville11-May-07 4:16 
GeneralRe: Parameterless Webbrowser-constructor crashes with "The parameter is incorrect" Pin
Luc Pattyn11-May-07 7:14
sitebuilderLuc Pattyn11-May-07 7:14 
QuestionGIS programming Pin
cols291011-Apr-07 5:11
cols291011-Apr-07 5:11 
AnswerRe: GIS programming Pin
Ed.Poore11-Apr-07 6:03
Ed.Poore11-Apr-07 6:03 
GeneralRe: GIS programming Pin
cols291011-Apr-07 20:40
cols291011-Apr-07 20:40 
GeneralRe: GIS programming Pin
Ed.Poore11-Apr-07 23:52
Ed.Poore11-Apr-07 23:52 
GeneralRe: GIS programming Pin
cols291012-Apr-07 0:11
cols291012-Apr-07 0:11 
GeneralRe: GIS programming Pin
Ed.Poore12-Apr-07 0:53
Ed.Poore12-Apr-07 0:53 
GeneralRe: GIS programming Pin
cols291012-Apr-07 1:04
cols291012-Apr-07 1:04 
GeneralRe: GIS programming Pin
Ed.Poore12-Apr-07 1:31
Ed.Poore12-Apr-07 1:31 
QuestionVisual Studio 2003. CVSRepo Pin
123456uio11-Apr-07 4:47
123456uio11-Apr-07 4:47 
QuestionDatagrid sorting Pin
mehmetned11-Apr-07 4:21
mehmetned11-Apr-07 4:21 
AnswerRe: Datagrid sorting Pin
thomasa11-Apr-07 4:42
thomasa11-Apr-07 4:42 
Questionmanual updation in clickonce,Deployment Pin
pashitech11-Apr-07 4:10
pashitech11-Apr-07 4:10 
AnswerRe: manual updation in clickonce,Deployment Pin
Ed.Poore11-Apr-07 23:54
Ed.Poore11-Apr-07 23:54 
QuestionRegistring COM object Pin
Stevo Z11-Apr-07 3:41
Stevo Z11-Apr-07 3:41 
AnswerRe: Registring COM object Pin
Stevo Z11-Apr-07 4:22
Stevo Z11-Apr-07 4:22 
QuestionAdding WebDav Server to Windows Application Pin
Komil11-Apr-07 3:19
Komil11-Apr-07 3:19 
QuestionProblem in inserting large amount of records in XML file Pin
Affan Toor11-Apr-07 2:33
Affan Toor11-Apr-07 2:33 
Hi!
I am facing problem when inserting large amount of data in XML file. I am using C# 2005. I am using XML file as a replacement of database table. My application stores as many as 100000 or more records in XML file, but it takes too much time in inserting/retrieving these records (almost 1-2 minutes).

I have made such insertion before but at that time structure of each node of XML was very simple with no child nodes, it took 1-2 seconds to insert 100000 records at that time. But now structure of each node is different. Each node contains 5-6 child nodes..

Previously i used MS Access for this purpose but faced same problem so switched to XML, now the data insertion/retrieval time is reduced almost 5 times but my problem is not solved, i want to insert/retrieve 100000 records in maximum 15 seconds.

Please tell me why this problem is occuring, can XML be used as alternative of database? If not then how can i obtain required results...? is there any thing else available for this, other than database and XML...

I put this question in XML/XSD board but i was adviced to consult C# group..

Thanks in advance...



Regards,
Affan Ahmad Toor
AnswerRe: Problem in inserting large amount of records in XML file Pin
Colin Angus Mackay11-Apr-07 2:48
Colin Angus Mackay11-Apr-07 2:48 
AnswerRe: Problem in inserting large amount of records in XML file Pin
andre_swnpl11-Apr-07 2:51
andre_swnpl11-Apr-07 2:51 
AnswerRe: Problem in inserting large amount of records in XML file Pin
Not Active11-Apr-07 2:52
mentorNot Active11-Apr-07 2:52 

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.