Click here to Skip to main content
15,888,177 members
Home / Discussions / C#
   

C#

 
AnswerRe: Plz help Pin
0x3c07-Sep-09 2:35
0x3c07-Sep-09 2:35 
QuestionEvent or whatever methods suitable for draging down and select all like in a notepad or WORD document Pin
Lyon Sun7-Sep-09 1:34
Lyon Sun7-Sep-09 1:34 
AnswerRe: Event or whatever methods suitable for draging down and select all like in a notepad or WORD document Pin
Henry Minute7-Sep-09 3:47
Henry Minute7-Sep-09 3:47 
GeneralRe: Event or whatever methods suitable for draging down and select all like in a notepad or WORD document Pin
Lyon Sun7-Sep-09 20:13
Lyon Sun7-Sep-09 20:13 
QuestionSave a word file as PDF Pin
Member 46007157-Sep-09 1:20
Member 46007157-Sep-09 1:20 
QuestionCSV file Pin
Abbas_here7-Sep-09 1:15
Abbas_here7-Sep-09 1:15 
AnswerRe: CSV file Pin
Keith Barrow7-Sep-09 1:16
professionalKeith Barrow7-Sep-09 1:16 
AnswerRe: CSV file Pin
Eddy Vluggen7-Sep-09 1:22
professionalEddy Vluggen7-Sep-09 1:22 
CSV isn't meant as a database, just as XML or Excell-files. That something is possible, doesn't mean that it's a good idea.

XML and CSV are slow if you treat them as a database, since the layout isn't optimized for that kind of access. Your best bet would be to use database, and export the pieces you need to CSV. If you're looking for something free and simple, consider SQLCE.

That being said, it is possible to read/write CSV data as if it were a database. You'll only need a connectionstring[^] Smile | :)

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."

-- Martin Golding

GeneralThanks a lot Pin
Abbas_here7-Sep-09 1:37
Abbas_here7-Sep-09 1:37 
AnswerRe: CSV file Pin
Vivek Vijayan7-Sep-09 1:25
Vivek Vijayan7-Sep-09 1:25 
AnswerRe: CSV file Pin
DaveyM697-Sep-09 1:35
professionalDaveyM697-Sep-09 1:35 
AnswerRe: CSV file Pin
Henry Minute9-Sep-09 11:40
Henry Minute9-Sep-09 11:40 
GeneralRe: CSV file Pin
Abbas_here9-Sep-09 20:30
Abbas_here9-Sep-09 20:30 
QuestionHow to stream an FLV vdo on a device application Pin
Vivek Vijayan7-Sep-09 1:00
Vivek Vijayan7-Sep-09 1:00 
QuestionC# Socket.BeginReceive/EndReceive Pin
staticv7-Sep-09 0:24
staticv7-Sep-09 0:24 
AnswerRe: C# Socket.BeginReceive/EndReceive Pin
Luc Pattyn7-Sep-09 2:31
sitebuilderLuc Pattyn7-Sep-09 2:31 
GeneralRe: C# Socket.BeginReceive/EndReceive Pin
staticv7-Sep-09 22:02
staticv7-Sep-09 22:02 
QuestionConvert doc file to image file Pin
Member 46007157-Sep-09 0:19
Member 46007157-Sep-09 0:19 
AnswerRe: Convert doc file to image file Pin
Christian Graus7-Sep-09 0:36
protectorChristian Graus7-Sep-09 0:36 
QuestionPlease Help Pin
itsravie6-Sep-09 23:59
itsravie6-Sep-09 23:59 
AnswerRe: Please Help [modified] Pin
DaveyM697-Sep-09 0:05
professionalDaveyM697-Sep-09 0:05 
AnswerRe: Please Help Pin
Nicholas Butler7-Sep-09 0:15
sitebuilderNicholas Butler7-Sep-09 0:15 
GeneralRe: Please Help Pin
itsravie7-Sep-09 0:17
itsravie7-Sep-09 0:17 
GeneralRe: Please Help Pin
Kevin McFarlane7-Sep-09 0:19
Kevin McFarlane7-Sep-09 0:19 
GeneralRe: Please Help Pin
itsravie7-Sep-09 0:38
itsravie7-Sep-09 0:38 

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.