Click here to Skip to main content
15,902,189 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAutomate Microsoft Word From VB6 Pin
Carter Langley25-May-07 2:15
Carter Langley25-May-07 2:15 
AnswerRe: Automate Microsoft Word From VB6 Pin
Johan Hakkesteegt28-May-07 2:34
Johan Hakkesteegt28-May-07 2:34 
GeneralRe: Automate Microsoft Word From VB6 Pin
Carter Langley28-May-07 2:45
Carter Langley28-May-07 2:45 
GeneralRe: Automate Microsoft Word From VB6 Pin
Johan Hakkesteegt28-May-07 3:38
Johan Hakkesteegt28-May-07 3:38 
Questioninternetwritefile in vb.net Pin
psiva198425-May-07 2:03
psiva198425-May-07 2:03 
AnswerRe: internetwritefile in vb.net Pin
Dave Kreskowiak25-May-07 3:28
mveDave Kreskowiak25-May-07 3:28 
Questionquery related to vb Pin
Ms. Shaheen25-May-07 1:59
Ms. Shaheen25-May-07 1:59 
AnswerRe: query related to vb Pin
Carter Langley25-May-07 2:21
Carter Langley25-May-07 2:21 
Dim Cnn As ADODB.Connection
Dim Rst As ADODB.Recordset

set cnn = new adodb.connection
Cnn.Open "Your database connection statement goes here"
set rst = new adodb.recordset

rst.open "Your SQL Query Statement",Cnn,adOpenDynamic, adLockOptimistic

you can now manipulate your database information, like add, delete, etc.

hope this helps. this works for VB6 when you have referenced ado.
Questionquery related to vb Pin
Ms. Shaheen25-May-07 1:58
Ms. Shaheen25-May-07 1:58 
AnswerRe: query related to vb Pin
Kschuler25-May-07 7:47
Kschuler25-May-07 7:47 
Questionhow to add state property Pin
d_smit25-May-07 0:41
d_smit25-May-07 0:41 
AnswerRe: how to add state property Pin
Dave Kreskowiak25-May-07 3:21
mveDave Kreskowiak25-May-07 3:21 
Questionpassword protection [modified] Pin
Sonia Gupta25-May-07 0:17
Sonia Gupta25-May-07 0:17 
AnswerRe: password protection Pin
Dave Kreskowiak25-May-07 3:16
mveDave Kreskowiak25-May-07 3:16 
QuestionBackup Dbs in vb.net Pin
gitasnr24-May-07 23:54
gitasnr24-May-07 23:54 
AnswerRe: Backup Dbs in vb.net Pin
Colin Angus Mackay25-May-07 0:07
Colin Angus Mackay25-May-07 0:07 
GeneralRe: Backup Dbs in vb.net Pin
gitasnr25-May-07 0:19
gitasnr25-May-07 0:19 
GeneralRe: Backup Dbs in vb.net Pin
Dave Kreskowiak25-May-07 3:10
mveDave Kreskowiak25-May-07 3:10 
GeneralRe: Backup Dbs in vb.net Pin
Colin Angus Mackay25-May-07 8:03
Colin Angus Mackay25-May-07 8:03 
GeneralRe: Backup Dbs in vb.net Pin
Dave Kreskowiak25-May-07 11:56
mveDave Kreskowiak25-May-07 11:56 
GeneralRe: Backup Dbs in vb.net Pin
Johan Hakkesteegt28-May-07 3:01
Johan Hakkesteegt28-May-07 3:01 
Questionmy.appliation.command line arguments in vbnet Pin
Sonia Gupta24-May-07 23:31
Sonia Gupta24-May-07 23:31 
AnswerRe: my.appliation.command line arguments in vbnet Pin
Colin Angus Mackay25-May-07 0:00
Colin Angus Mackay25-May-07 0:00 
GeneralRe: my.appliation.command line arguments in vbnet Pin
Sonia Gupta25-May-07 0:14
Sonia Gupta25-May-07 0:14 
QuestionOpening Image in Vb from SQL database Pin
Dileep_Vickey24-May-07 23:12
Dileep_Vickey24-May-07 23:12 

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.