Click here to Skip to main content
15,910,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Check if changes exist? Pin
Dave Kreskowiak9-Oct-07 6:12
mveDave Kreskowiak9-Oct-07 6:12 
GeneralRe: Check if changes exist? Pin
Mr Oizo9-Oct-07 9:06
Mr Oizo9-Oct-07 9:06 
GeneralRe: Check if changes exist? Pin
Dave Kreskowiak9-Oct-07 11:52
mveDave Kreskowiak9-Oct-07 11:52 
GeneralRe: Check if changes exist? Pin
Mr Oizo9-Oct-07 22:33
Mr Oizo9-Oct-07 22:33 
GeneralRe: Check if changes exist? Pin
Patrick Etc.10-Oct-07 9:43
Patrick Etc.10-Oct-07 9:43 
Questionread a txt file in visual basic Pin
Rinki Mukheraji9-Oct-07 2:18
Rinki Mukheraji9-Oct-07 2:18 
AnswerRe: read a txt file in visual basic Pin
pmarfleet9-Oct-07 2:34
pmarfleet9-Oct-07 2:34 
AnswerRe: read a txt file in visual basic Pin
Dave Kreskowiak9-Oct-07 4:47
mveDave Kreskowiak9-Oct-07 4:47 
Reposting the same question again and again in the same day will not get you any code written for you.

You have to read the file, line-by-line, parse each line to get the data you want, then execute an INSERT query on your database.

For reading the file, see the File class. For parsing the line you read, the String class' Split method. For database access, the classes in the System.Data.OleDb namespace.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionREG: VB Pin
rajasekar.mpbs9-Oct-07 2:08
rajasekar.mpbs9-Oct-07 2:08 
AnswerRe: REG: VB Pin
Dave Kreskowiak9-Oct-07 4:44
mveDave Kreskowiak9-Oct-07 4:44 
GeneralRe: REG: VB Pin
mr_lasseter9-Oct-07 6:11
mr_lasseter9-Oct-07 6:11 
GeneralRe: REG: VB Pin
Dave Kreskowiak9-Oct-07 6:44
mveDave Kreskowiak9-Oct-07 6:44 
Questionpropertygrid control Pin
balakpn9-Oct-07 1:22
balakpn9-Oct-07 1:22 
AnswerRe: propertygrid control Pin
Dave Kreskowiak9-Oct-07 4:42
mveDave Kreskowiak9-Oct-07 4:42 
QuestionVB.NET and designing of Patch Files Pin
Vimalsoft(Pty) Ltd9-Oct-07 0:53
professionalVimalsoft(Pty) Ltd9-Oct-07 0:53 
AnswerRe: VB.NET and designing of Patch Files Pin
Tom Deketelaere9-Oct-07 1:14
professionalTom Deketelaere9-Oct-07 1:14 
GeneralRe: VB.NET and designing of Patch Files Pin
Vimalsoft(Pty) Ltd9-Oct-07 1:21
professionalVimalsoft(Pty) Ltd9-Oct-07 1:21 
QuestionForm Control Pin
Sarfaraj Ahmed9-Oct-07 0:21
Sarfaraj Ahmed9-Oct-07 0:21 
AnswerRe: Form Control Pin
Dave Kreskowiak9-Oct-07 4:40
mveDave Kreskowiak9-Oct-07 4:40 
Questiontextbox auto postback Pin
Sarfaraj Ahmed8-Oct-07 23:14
Sarfaraj Ahmed8-Oct-07 23:14 
AnswerRe: textbox auto postback Pin
Taylor Kobani8-Oct-07 23:30
Taylor Kobani8-Oct-07 23:30 
GeneralRe: textbox auto postback Pin
Sarfaraj Ahmed8-Oct-07 23:47
Sarfaraj Ahmed8-Oct-07 23:47 
GeneralRe: textbox auto postback Pin
nishkarsh_k8-Oct-07 23:50
nishkarsh_k8-Oct-07 23:50 
GeneralRe: textbox auto postback Pin
Sarfaraj Ahmed8-Oct-07 23:57
Sarfaraj Ahmed8-Oct-07 23:57 
QuestionMobile Application in .net [modified] Pin
Ahamed Azeem8-Oct-07 21:23
Ahamed Azeem8-Oct-07 21:23 

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.