Click here to Skip to main content
16,006,768 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Form Loading.. Pin
icowa19-Sep-05 16:26
icowa19-Sep-05 16:26 
GeneralRe: Form Loading.. Pin
Briga19-Sep-05 21:53
Briga19-Sep-05 21:53 
QuestionSimple Problem Pin
tatchung14-Sep-05 20:59
tatchung14-Sep-05 20:59 
AnswerRe: Simple Problem Pin
ciacia14-Sep-05 21:42
ciacia14-Sep-05 21:42 
GeneralRe: Simple Problem Pin
tatchung14-Sep-05 22:10
tatchung14-Sep-05 22:10 
QuestionUsing NetSessionDel in VB.Net Pin
Paul_Taylor14-Sep-05 20:59
Paul_Taylor14-Sep-05 20:59 
QuestionPassing ADODB.Connection Object to Function Pin
shoaibnawaz14-Sep-05 20:40
shoaibnawaz14-Sep-05 20:40 
AnswerRe: Passing ADODB.Connection Object to Function Pin
ciacia15-Sep-05 0:00
ciacia15-Sep-05 0:00 
HI,
I Have made a small change in you code . you initialize the ADODB object in called procedure insted of calling procedure.
here is the code
calling procedure

Dim CN As ADODB.Connection
Call SetDBConf(CN)

and

Public Sub SetDBConf(CN As ADODB.Connection)
Set CN = New ADODB.Connection
CN.Provider = "Microsoft.JET.OLEDB.4.0"
CN.Properties("Data Source") = "c:\frmmain\pathsoft.mdb"
CN.Open
MsgBox "opend"

End Sub



i think this will solve your problem......
bye
Regards
ciacia
Questionftp problem from dotnet? Pin
Tridip Bhattacharjee14-Sep-05 19:57
professionalTridip Bhattacharjee14-Sep-05 19:57 
AnswerRe: ftp problem from dotnet? Pin
Vasudevan Deepak Kumar14-Sep-05 22:24
Vasudevan Deepak Kumar14-Sep-05 22:24 
GeneralRe: ftp problem from dotnet? Pin
Tridip Bhattacharjee21-Sep-05 3:02
professionalTridip Bhattacharjee21-Sep-05 3:02 
Questionhow to do scheduling writing code? Pin
Tridip Bhattacharjee14-Sep-05 19:56
professionalTridip Bhattacharjee14-Sep-05 19:56 
AnswerRe: how to do scheduling writing code? Pin
LeenaSo14-Sep-05 20:14
LeenaSo14-Sep-05 20:14 
QuestionSendKeys and Internet Explorer Please Help Pin
Daniel Lopez14-Sep-05 18:27
Daniel Lopez14-Sep-05 18:27 
AnswerRe: SendKeys and Internet Explorer Please Help Pin
rwestgraham15-Sep-05 9:55
rwestgraham15-Sep-05 9:55 
Questionsubtracting decimal values in textboxes Pin
BORN...again!14-Sep-05 15:49
BORN...again!14-Sep-05 15:49 
AnswerRe: subtracting decimal values in textboxes Pin
Steve Pullan14-Sep-05 16:11
Steve Pullan14-Sep-05 16:11 
GeneralRe: subtracting decimal values in textboxes Pin
BORN...again!14-Sep-05 16:21
BORN...again!14-Sep-05 16:21 
GeneralRe: subtracting decimal values in textboxes Pin
Dave Kreskowiak14-Sep-05 16:30
mveDave Kreskowiak14-Sep-05 16:30 
GeneralRe: subtracting decimal values in textboxes Pin
Steve Pullan14-Sep-05 16:57
Steve Pullan14-Sep-05 16:57 
GeneralRe: subtracting decimal values in textboxes Pin
BORN...again!14-Sep-05 21:18
BORN...again!14-Sep-05 21:18 
QuestionCom ports Pin
Anonymous14-Sep-05 9:39
Anonymous14-Sep-05 9:39 
AnswerRe: Com ports Pin
Steve Pullan14-Sep-05 14:31
Steve Pullan14-Sep-05 14:31 
QuestionDataGrid Help Pin
Killian8514-Sep-05 9:32
Killian8514-Sep-05 9:32 
AnswerRe: DataGrid Help Pin
shoaibnawaz14-Sep-05 20:58
shoaibnawaz14-Sep-05 20:58 

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.