how do i read strings from text files?
Posted
by ratty
on Stack Overflow
See other posts from Stack Overflow
or by ratty
Published on 2010-05-18T05:04:48Z
Indexed on
2010/05/18
5:10 UTC
Read the original article
Hit count: 267
I like to read string from text file the text file consists of information below
con = new MySqlConnection("server=localhost;user id=root; password=""; database=workplantype; pooling=false;");
i like to read server name such as"localhost" here and user id such as"root" here,how can i read this.
© Stack Overflow or respective owner