Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to convert XML Datatype in SQL to C# Pin
kubben3-Apr-07 2:31
kubben3-Apr-07 2:31 
GeneralRe: How to convert XML Datatype in SQL to C# Pin
originSH3-Apr-07 2:33
originSH3-Apr-07 2:33 
QuestionReading from a network stream problem Pin
ctoma20052-Apr-07 21:44
ctoma20052-Apr-07 21:44 
AnswerRe: Reading from a network stream problem Pin
WillemM3-Apr-07 1:18
WillemM3-Apr-07 1:18 
QuestionHow I can find out the assembly is COM server or not? Pin
Vlad~2-Apr-07 21:30
Vlad~2-Apr-07 21:30 
QuestionHow to delete a Row in a Text "CSV" file? [modified] Pin
Khoramdin2-Apr-07 21:22
Khoramdin2-Apr-07 21:22 
AnswerRe: How to delete a Row in a Text "CSV" file? Pin
WillemM3-Apr-07 1:23
WillemM3-Apr-07 1:23 
GeneralRe: How to delete a Row in a Text "CSV" file? [modified] Pin
Khoramdin3-Apr-07 5:35
Khoramdin3-Apr-07 5:35 
Helo Willem,

Thanx for the reply. My online search also led me to come to the same conclusion. The problem is that I am trying to make a Windows Application which requiers the least from the User system. In addition to that this data is going to be available locally even the user is not connected to internet. Therefore, the assumption is that the user has got no database facilities avaiable locally on thier computer and there is no remote database access.

fortunatly, the CSV file is not going to be very large (My estimation is 10Kbit maximum) which If I am not mistaken is not going to effect the respond of the Windows Application.

The only question that comes to my mind is that which way of the followinf I should use for this purpose?

1- Line by line (reading from one file and writing to another, modifying the data on the way).

2- In "bulk" (load everything into memory, modify the data structure, and write it out again).

Thank you very much for your help and have a great day.

Khoramdin


-- modified at 11:40 Tuesday 3rd April, 2007
QuestionError on DataAdapter.Fill() Pin
JacquesDP2-Apr-07 20:56
JacquesDP2-Apr-07 20:56 
AnswerRe: Error on DataAdapter.Fill() Pin
CPallini2-Apr-07 21:20
mveCPallini2-Apr-07 21:20 
GeneralRe: Error on DataAdapter.Fill() Pin
JacquesDP2-Apr-07 21:31
JacquesDP2-Apr-07 21:31 
AnswerRe: Error on DataAdapter.Fill() Pin
sooreeagt2-Apr-07 22:41
sooreeagt2-Apr-07 22:41 
GeneralRe: Error on DataAdapter.Fill() Pin
JacquesDP2-Apr-07 22:44
JacquesDP2-Apr-07 22:44 
Questionhow to implement xmlDOm in c# Pin
sweetnallu2-Apr-07 20:26
sweetnallu2-Apr-07 20:26 
AnswerRe: how to implement xmlDOm in c# Pin
Christian Graus2-Apr-07 20:49
protectorChristian Graus2-Apr-07 20:49 
AnswerRe: how to implement xmlDOm in c# Pin
Sathesh Sakthivel2-Apr-07 20:50
Sathesh Sakthivel2-Apr-07 20:50 
GeneralRe: how to implement xmlDOm in c# Pin
Christian Graus2-Apr-07 21:21
protectorChristian Graus2-Apr-07 21:21 
GeneralRe: how to implement xmlDOm in c# Pin
714-Apr-07 17:52
714-Apr-07 17:52 
Questionhow to split string Pin
sooreeagt2-Apr-07 20:22
sooreeagt2-Apr-07 20:22 
AnswerRe: how to split string Pin
Martin#2-Apr-07 20:31
Martin#2-Apr-07 20:31 
AnswerRe: how to split string Pin
Vinay Dornala2-Apr-07 22:43
Vinay Dornala2-Apr-07 22:43 
GeneralRe: how to split string Pin
Martin#2-Apr-07 23:31
Martin#2-Apr-07 23:31 
QuestionPlz help me in changing position of Main menu Pin
EEmaan2-Apr-07 19:25
EEmaan2-Apr-07 19:25 
AnswerRe: Plz help me in changing position of Main menu Pin
Christian Graus2-Apr-07 20:50
protectorChristian Graus2-Apr-07 20:50 
Questiondownload file memory usage Pin
Planker2-Apr-07 17:51
Planker2-Apr-07 17:51 

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.