Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
AnswerRe: Simple Regex question Pin
Jimmanuel10-Jul-08 8:26
Jimmanuel10-Jul-08 8:26 
AnswerRe: Simple Regex question Pin
User 665810-Jul-08 8:38
User 665810-Jul-08 8:38 
AnswerRe: Simple Regex question Pin
Daniel Grunwald10-Jul-08 8:44
Daniel Grunwald10-Jul-08 8:44 
AnswerRe: Simple Regex question Pin
jas0n2311-Apr-09 22:39
jas0n2311-Apr-09 22:39 
QuestionCreate a SQL like activity monitor Pin
Kit Fisto10-Jul-08 6:58
Kit Fisto10-Jul-08 6:58 
AnswerRe: Create a SQL like activity monitor Pin
Ashfield10-Jul-08 9:30
Ashfield10-Jul-08 9:30 
QuestionHow to read txt file and open DataBase Pin
Admin88710-Jul-08 6:10
Admin88710-Jul-08 6:10 
AnswerRe: How to read txt file and open DataBase Pin
Saksida Bojan10-Jul-08 8:38
Saksida Bojan10-Jul-08 8:38 
System.IO.StreamReader sr = new System.IO.StreamReader("c:\\1.txt");
String Line =  sr.ReadLine();


And Look for String.Split to split string to array based on entry. And using String.Substring to get specific chars of specific lenght.

You need to manualy create parser to intercept and convert it to your DB writer
QuestionCan someone help me to find the equivalent Linq expressions? Pin
Michael Sync10-Jul-08 6:04
Michael Sync10-Jul-08 6:04 
AnswerRe: Can someone help me to find the equivalent Linq expressions? Pin
Michael Sync10-Jul-08 16:20
Michael Sync10-Jul-08 16:20 
Questionevents adding and removing Pin
netJP12L10-Jul-08 5:49
netJP12L10-Jul-08 5:49 
AnswerRe: events adding and removing Pin
Thomas Stockwell10-Jul-08 10:35
professionalThomas Stockwell10-Jul-08 10:35 
AnswerRe: events adding and removing Pin
PIEBALDconsult10-Jul-08 11:33
mvePIEBALDconsult10-Jul-08 11:33 
Questionmessagebox does not stop [modified] Pin
scalpabob10-Jul-08 5:47
scalpabob10-Jul-08 5:47 
AnswerRe: message box does not stop Pin
DaveyM6910-Jul-08 8:35
professionalDaveyM6910-Jul-08 8:35 
GeneralRe: messagebox does not stop [modified] Pin
scalpabob10-Jul-08 20:36
scalpabob10-Jul-08 20:36 
GeneralRe: messagebox does not stop [modified] Pin
scalpabob11-Jul-08 3:38
scalpabob11-Jul-08 3:38 
GeneralRe: messagebox does not stop Pin
DaveyM6914-Jul-08 12:20
professionalDaveyM6914-Jul-08 12:20 
GeneralRe: messagebox does not stop Pin
scalpabob17-Aug-08 22:16
scalpabob17-Aug-08 22:16 
GeneralRe: messagebox does not stop Pin
DaveyM6918-Aug-08 8:11
professionalDaveyM6918-Aug-08 8:11 
Questionxml Pin
arkiboys10-Jul-08 5:03
arkiboys10-Jul-08 5:03 
AnswerRe: xml Pin
Ravi Bhavnani10-Jul-08 6:20
professionalRavi Bhavnani10-Jul-08 6:20 
QuestionRead specific cells in Excel Pin
kallileo10-Jul-08 4:47
kallileo10-Jul-08 4:47 
AnswerRe: Read specific cells in Excel Pin
led mike10-Jul-08 4:54
led mike10-Jul-08 4:54 
QuestionDetect NULL values before trying to AVG data Pin
scjsb10-Jul-08 4:15
scjsb10-Jul-08 4:15 

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.