Click here to Skip to main content
15,915,867 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: requiredfield validator and rangevalidators don't work on remote server?? Pin
vicky45711-Oct-05 14:33
vicky45711-Oct-05 14:33 
QuestionPackeging And Deployment Problem Pin
shoaibnawaz11-Oct-05 12:23
shoaibnawaz11-Oct-05 12:23 
AnswerRe: Packeging And Deployment Problem Pin
Dave Kreskowiak11-Oct-05 13:47
mveDave Kreskowiak11-Oct-05 13:47 
QuestionErr Message Pin
No-e11-Oct-05 9:10
No-e11-Oct-05 9:10 
AnswerRe: Err Message Pin
Dave Kreskowiak11-Oct-05 9:18
mveDave Kreskowiak11-Oct-05 9:18 
QuestionExport Crystal into pdf Pin
Laasyalaasya11-Oct-05 8:23
Laasyalaasya11-Oct-05 8:23 
QuestionConverting Text file to Sql Table Pin
u_rocky11-Oct-05 8:03
u_rocky11-Oct-05 8:03 
AnswerRe: Converting Text file to Sql Table Pin
Dave Kreskowiak11-Oct-05 9:15
mveDave Kreskowiak11-Oct-05 9:15 
This isn't as "generic" an operation as your question implies.

You have to write the code to open a text file, and read it, line-by-line. OK. This is pretty simple.

Hears the simple, but oh-so-tedious part. Each one of those lines has to be parsed up into the various fields that your require and put into variables to validate and hold those values. Once you have to data in those variable, you would probably run a stored procedure on teh SQL server, passing in those variables, to add the new data to whatever tables you need it to.

Back to very simple again, when you done reading the file, close it.

Writing this for you is out of the question. That's not how this forum works. If you want it written for you, go to www.rentacoder.com and spend way-too-much money to have someone do it for you.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionClose A Form Without User-Event?? Pin
CamToo11-Oct-05 2:14
CamToo11-Oct-05 2:14 
AnswerRe: Close A Form Without User-Event?? Pin
Richard_Wolf11-Oct-05 5:26
Richard_Wolf11-Oct-05 5:26 
AnswerRe: Close A Form Without User-Event?? Pin
Dave Kreskowiak11-Oct-05 5:49
mveDave Kreskowiak11-Oct-05 5:49 
AnswerRe: Close A Form Without User-Event?? Pin
Guerven12-Oct-05 16:27
Guerven12-Oct-05 16:27 
GeneralRe: Close A Form Without User-Event?? Pin
Anonymous13-Oct-05 20:35
Anonymous13-Oct-05 20:35 
GeneralRe: Close A Form Without User-Event?? Pin
Anonymous13-Oct-05 20:38
Anonymous13-Oct-05 20:38 
QuestionMultithreading Pin
Member 231600911-Oct-05 1:21
Member 231600911-Oct-05 1:21 
Questionboolean-interger difference Pin
himanshu_softin10-Oct-05 23:23
himanshu_softin10-Oct-05 23:23 
AnswerRe: boolean-interger difference Pin
Tom John10-Oct-05 23:43
Tom John10-Oct-05 23:43 
AnswerRe: boolean-interger difference Pin
maxiachun11-Oct-05 18:16
maxiachun11-Oct-05 18:16 
AnswerRe: boolean-interger difference Pin
Guerven12-Oct-05 16:40
Guerven12-Oct-05 16:40 
QuestionHow to make a message from a window service in VB.net Pin
dinhnq10-Oct-05 22:56
dinhnq10-Oct-05 22:56 
AnswerRe: How to make a message from a window service in VB.net Pin
Dave Kreskowiak11-Oct-05 6:57
mveDave Kreskowiak11-Oct-05 6:57 
GeneralRe: How to make a message from a window service in VB.net Pin
dinhnq11-Oct-05 15:24
dinhnq11-Oct-05 15:24 
GeneralRe: How to make a message from a window service in VB.net Pin
Dave Kreskowiak11-Oct-05 18:19
mveDave Kreskowiak11-Oct-05 18:19 
QuestionVB Pseudocode Pin
JAVIER131310-Oct-05 22:33
JAVIER131310-Oct-05 22:33 
AnswerRe: VB Pseudocode Pin
Steve Pullan11-Oct-05 13:46
Steve Pullan11-Oct-05 13:46 

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.