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

Visual Basic

 
QuestionWindows service class code won't run.... Pin
Brent Lamborn31-Oct-05 6:14
Brent Lamborn31-Oct-05 6:14 
QuestionHow to declare an "any" argument in VB.NET? Pin
rand1931-Oct-05 6:03
rand1931-Oct-05 6:03 
AnswerRe: How to declare an "any" argument in VB.NET? Pin
Richard_Wolf31-Oct-05 13:29
Richard_Wolf31-Oct-05 13:29 
QuestionForm with the last raws empty Pin
Ionas_Had31-Oct-05 4:58
Ionas_Had31-Oct-05 4:58 
QuestionUploading files to a remote server Pin
Qariuki30-Oct-05 23:40
Qariuki30-Oct-05 23:40 
QuestionSSH connection Pin
Spaz8030-Oct-05 20:59
Spaz8030-Oct-05 20:59 
QuestionADODC control and SQL query Pin
jenagan30-Oct-05 17:59
jenagan30-Oct-05 17:59 
AnswerRe: ADODC control and SQL query Pin
MalikRizwan31-Oct-05 21:10
MalikRizwan31-Oct-05 21:10 
jenagan wrote:
With Adodc1
.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
App.Path & "\ot.mdbersist Security Info=False"

sqlStr = "select * from OTJob WHERE epfNo='0122'"
.RecordSource = sqlStr
End With


With Adodc1
.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
App.Path & "\ot.mdbersist Security Info=False"

sqlStr = "select * from OTJob WHERE epfNo='0122'"
.RecordSource = sqlStr
End With


use this :

Dim strEpfNo = "0122"<br />
sqlStr = "select * from OTJob WHERE epfNo='" & strEpfNo & "'" 


R A M


QuestionPrinting a Form in VB.net Like Access 2000 Pin
Rich Locus30-Oct-05 15:24
Rich Locus30-Oct-05 15:24 
AnswerRe: Printing a Form in VB.net Like Access 2000 Pin
Rich Locus30-Oct-05 15:42
Rich Locus30-Oct-05 15:42 
AnswerRe: Printing a Form in VB.net Like Access 2000 Pin
Christian Graus30-Oct-05 16:01
protectorChristian Graus30-Oct-05 16:01 
QuestionInvalidate and Flicker Pin
rwestgraham30-Oct-05 13:51
rwestgraham30-Oct-05 13:51 
AnswerRe: Invalidate and Flicker Pin
Christian Graus30-Oct-05 14:39
protectorChristian Graus30-Oct-05 14:39 
GeneralRe: Invalidate and Flicker Pin
rwestgraham30-Oct-05 16:22
rwestgraham30-Oct-05 16:22 
QuestionRead From Text File Pin
kenexcelon30-Oct-05 11:23
kenexcelon30-Oct-05 11:23 
AnswerRe: Read From Text File Pin
kenexcelon30-Oct-05 11:27
kenexcelon30-Oct-05 11:27 
AnswerRe: Read From Text File Pin
Steve Pullan30-Oct-05 12:30
Steve Pullan30-Oct-05 12:30 
GeneralRe: Read From Text File Pin
kenexcelon31-Oct-05 4:14
kenexcelon31-Oct-05 4:14 
GeneralRe: Read From Text File Pin
Steve Pullan31-Oct-05 13:37
Steve Pullan31-Oct-05 13:37 
Questionwhat control does Word use for its texteditor? (like advanced rich textbox?) Pin
HeroRaven29-Oct-05 19:05
HeroRaven29-Oct-05 19:05 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
Colin Angus Mackay30-Oct-05 5:06
Colin Angus Mackay30-Oct-05 5:06 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
Moonark30-Oct-05 10:28
Moonark30-Oct-05 10:28 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
toxcct31-Oct-05 0:34
toxcct31-Oct-05 0:34 
AnswerRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
cynferdd31-Oct-05 0:37
cynferdd31-Oct-05 0:37 
GeneralRe: what control does Word use for its texteditor? (like advanced rich textbox?) Pin
HeroRaven31-Oct-05 12:46
HeroRaven31-Oct-05 12: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.