Click here to Skip to main content
15,891,423 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Serial Programming in VB.Net 2008 Pin
Henry Minute23-Mar-09 6:02
Henry Minute23-Mar-09 6:02 
AnswerRe: Serial Programming in VB.Net 2008 Pin
Luc Pattyn23-Mar-09 6:21
sitebuilderLuc Pattyn23-Mar-09 6:21 
QuestionRe: Serial Programming in VB.Net 2008 Pin
DarkSorrow3826-Mar-09 6:11
DarkSorrow3826-Mar-09 6:11 
AnswerRe: Serial Programming in VB.Net 2008 Pin
Luc Pattyn26-Mar-09 7:05
sitebuilderLuc Pattyn26-Mar-09 7:05 
QuestionCompare Text File and Fetch from Database Pin
vijay248223-Mar-09 4:24
vijay248223-Mar-09 4:24 
AnswerRe: Compare Text File and Fetch from Database Pin
scottgp23-Mar-09 5:33
professionalscottgp23-Mar-09 5:33 
GeneralMessage Closed Pin
23-Mar-09 6:02
vijay248223-Mar-09 6:02 
GeneralRe: Compare Text File and Fetch from Database Pin
scottgp23-Mar-09 6:37
professionalscottgp23-Mar-09 6:37 
The fact remains that you did not ask any specific questions, so it's not clear what answer you are expecting.

For reading the text file, you may want something like System.IO.File.ReadAllLines.
That gives you an array of strings. It should be easy to move through the array, and parse out each string to obtain the first 'column', although you didn't specify how they are delimited.
Then you'll need some ado.net to query the database, and again some System.IO.File related classes to write out to the text files.

You didn't provide much detail, so I can't provide anything more specific.
Scott
AnswerRe: Compare Text File and Fetch from Database Pin
dan!sh 23-Mar-09 6:28
professional dan!sh 23-Mar-09 6:28 
AnswerRe: Compare Text File and Fetch from Database Pin
Jon_Boy23-Mar-09 6:31
Jon_Boy23-Mar-09 6:31 
QuestionReports In VB.Net 2005 Express Pin
nishkarsh_k23-Mar-09 4:15
nishkarsh_k23-Mar-09 4:15 
AnswerRe: Reports In VB.Net 2005 Express Pin
Dave Kreskowiak23-Mar-09 9:13
mveDave Kreskowiak23-Mar-09 9:13 
GeneralRe: Reports In VB.Net 2005 Express Pin
nishkarsh_k23-Mar-09 18:11
nishkarsh_k23-Mar-09 18:11 
GeneralRe: Reports In VB.Net 2005 Express Pin
Dave Kreskowiak24-Mar-09 1:44
mveDave Kreskowiak24-Mar-09 1:44 
QuestionTextBox value with Table value Pin
vijay248223-Mar-09 0:12
vijay248223-Mar-09 0:12 
AnswerRe: TextBox value with Table value Pin
Eddy Vluggen23-Mar-09 0:19
professionalEddy Vluggen23-Mar-09 0:19 
GeneralMessage Closed Pin
23-Mar-09 0:46
vijay248223-Mar-09 0:46 
QuestionRe: TextBox value with Table value Pin
Eddy Vluggen23-Mar-09 0:49
professionalEddy Vluggen23-Mar-09 0:49 
AnswerMessage Closed Pin
23-Mar-09 0:53
vijay248223-Mar-09 0:53 
GeneralRe: TextBox value with Table value Pin
Eddy Vluggen23-Mar-09 1:05
professionalEddy Vluggen23-Mar-09 1:05 
GeneralMessage Closed Pin
23-Mar-09 1:21
vijay248223-Mar-09 1:21 
GeneralRe: TextBox value with Table value Pin
Eddy Vluggen23-Mar-09 3:57
professionalEddy Vluggen23-Mar-09 3:57 
Generalproject on college management system. Pin
p_m_kanthi22-Mar-09 23:20
p_m_kanthi22-Mar-09 23:20 
GeneralRe: project on college management system. Pin
Eddy Vluggen23-Mar-09 0:06
professionalEddy Vluggen23-Mar-09 0:06 
GeneralRe: project on college management system. Pin
Dave Kreskowiak23-Mar-09 3:45
mveDave Kreskowiak23-Mar-09 3:45 

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.