Click here to Skip to main content
15,896,040 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: linking multiple tables(3 or more tables) using sql select query in vb6 Pin
Eddy Vluggen8-Feb-14 23:58
professionalEddy Vluggen8-Feb-14 23:58 
QuestionInsert ComboBox records into SQL table Pin
Gentry_386-Feb-14 12:34
Gentry_386-Feb-14 12:34 
AnswerRe: Insert ComboBox records into SQL table Pin
Richard Deeming7-Feb-14 1:41
mveRichard Deeming7-Feb-14 1:41 
GeneralRe: Insert ComboBox records into SQL table Pin
Gentry_387-Feb-14 10:12
Gentry_387-Feb-14 10:12 
GeneralRe: Insert ComboBox records into SQL table Pin
Richard Deeming7-Feb-14 10:48
mveRichard Deeming7-Feb-14 10:48 
GeneralRe: Insert ComboBox records into SQL table Pin
Gentry_388-Feb-14 10:06
Gentry_388-Feb-14 10:06 
QuestionSavefieldialog and Folderbrowserdialog Pin
Tsunamipudip5-Feb-14 17:51
Tsunamipudip5-Feb-14 17:51 
AnswerRe: Savefieldialog and Folderbrowserdialog Pin
Richard MacCutchan5-Feb-14 22:42
mveRichard MacCutchan5-Feb-14 22:42 
In option 1 you just read the file whose path is returned from the OpenFileDialog, and write the data as required. In option 2 you set a loop and iterate over all the files in the selected folder, doing the same for each file. It is unlikely that you would want to save each file's content in the database, unless they are fairly small files, or you have unlimited disk space in your database. A possible solution is to write the file contents in some other folder, and save their locations in the database. What exactly is the problem in implementing this?
Veni, vidi, abiit domum

Questionexporting vb6 data from ms access to PDF using sql select query Pin
Member 102487684-Feb-14 20:39
Member 102487684-Feb-14 20:39 
AnswerRe: exporting vb6 data from ms access to PDF using sql select query Pin
Chris Quinn4-Feb-14 20:48
Chris Quinn4-Feb-14 20:48 
GeneralRe: exporting vb6 data from ms access to PDF using sql select query Pin
Member 102487684-Feb-14 21:49
Member 102487684-Feb-14 21:49 
GeneralRe: exporting vb6 data from ms access to PDF using sql select query Pin
Chris Quinn5-Feb-14 4:52
Chris Quinn5-Feb-14 4:52 
QuestionMany questions on a VB Project using DOS command. Pin
Member 105704213-Feb-14 23:20
Member 105704213-Feb-14 23:20 
AnswerRe: Many questions on a VB Project using DOS command. Pin
Richard Deeming4-Feb-14 3:01
mveRichard Deeming4-Feb-14 3:01 
GeneralRe: Many questions on a VB Project using DOS command. Pin
Member 105704214-Feb-14 5:57
Member 105704214-Feb-14 5:57 
AnswerRe: Many questions on a VB Project using DOS command. Pin
Eddy Vluggen4-Feb-14 3:01
professionalEddy Vluggen4-Feb-14 3:01 
AnswerRe: Many questions on a VB Project using DOS command. Pin
Dave Kreskowiak4-Feb-14 4:01
mveDave Kreskowiak4-Feb-14 4:01 
QuestionDataGridView that use timer in vb.net Pin
Joannou H. Fegarido3-Feb-14 14:20
Joannou H. Fegarido3-Feb-14 14:20 
AnswerRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen4-Feb-14 7:51
professionalEddy Vluggen4-Feb-14 7:51 
GeneralRe: DataGridView that use timer in vb.net Pin
Joannou H. Fegarido5-Feb-14 19:25
Joannou H. Fegarido5-Feb-14 19:25 
GeneralRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen6-Feb-14 8:20
professionalEddy Vluggen6-Feb-14 8:20 
GeneralRe: DataGridView that use timer in vb.net Pin
Joannou H. Fegarido6-Feb-14 18:16
Joannou H. Fegarido6-Feb-14 18:16 
GeneralRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen8-Feb-14 0:43
professionalEddy Vluggen8-Feb-14 0:43 
AnswerRe: DataGridView that use timer in vb.net Pin
Joannou H. Fegarido9-Feb-14 13:35
Joannou H. Fegarido9-Feb-14 13:35 
GeneralRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen10-Feb-14 7:17
professionalEddy Vluggen10-Feb-14 7:17 

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.