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

Visual Basic

 
AnswerRe: Multiple Generic TypeParams in a VB.NET Class Definition? Pin
Dave Kreskowiak19-Dec-06 4:41
mveDave Kreskowiak19-Dec-06 4:41 
GeneralRe: Multiple Generic TypeParams in a VB.NET Class Definition? Pin
Netricity20-Dec-06 10:59
Netricity20-Dec-06 10:59 
Questionhow I make virtual serial port to my usb port? Pin
Agbaria Ahmad18-Dec-06 23:16
Agbaria Ahmad18-Dec-06 23:16 
AnswerRe: how I make virtual serial port to my usb port? Pin
Dave Kreskowiak19-Dec-06 3:07
mveDave Kreskowiak19-Dec-06 3:07 
AnswerRe: how I make virtual serial port to my usb port? Pin
roo42620-Dec-06 16:15
roo42620-Dec-06 16:15 
Questiongetting rows from more than 1 criteria? [modified] Pin
Eric Georgiades18-Dec-06 22:12
Eric Georgiades18-Dec-06 22:12 
AnswerRe: getting rows from more than 1 criteria? Pin
Dave Kreskowiak19-Dec-06 3:03
mveDave Kreskowiak19-Dec-06 3:03 
GeneralRe: getting rows from more than 1 criteria? Pin
tbryce31119-Dec-06 5:59
tbryce31119-Dec-06 5:59 
I don't think the code is exact for an access database, but if it where sql, as a part of your data connection you apply the member variable.

<br />
Dim Sql1 As String<br />
<br />
sSql1 = " Select * where id like '%'"<br />
<br />
'connection<br />
"osql -S " & [Server] & " -d " & [database] & " -U [User] -P [Password] " & "-Q """ & sSql1 & """" & " -n -o """ <br />

GeneralRe: getting rows from more than 1 criteria? Pin
Eric Georgiades19-Dec-06 6:25
Eric Georgiades19-Dec-06 6:25 
GeneralRe: getting rows from more than 1 criteria? Pin
tbryce31119-Dec-06 7:36
tbryce31119-Dec-06 7:36 
GeneralRe: getting rows from more than 1 criteria? Pin
Eric Georgiades19-Dec-06 7:51
Eric Georgiades19-Dec-06 7:51 
QuestionTo Dave Kreskowiak . Pin
Agbaria Ahmad18-Dec-06 20:36
Agbaria Ahmad18-Dec-06 20:36 
AnswerRe: To Dave Kreskowiak . Pin
Dave Kreskowiak19-Dec-06 2:57
mveDave Kreskowiak19-Dec-06 2:57 
AnswerRe: To Dave Kreskowiak . Pin
Dave Kreskowiak19-Dec-06 2:57
mveDave Kreskowiak19-Dec-06 2:57 
QuestionWhay I dont have the &quot;system.io.ports&quot; class ? [modified] Pin
Agbaria Ahmad18-Dec-06 20:28
Agbaria Ahmad18-Dec-06 20:28 
AnswerRe: Whay I dont have the &quot;system.io.ports&quot; class ? Pin
Michael P Butler18-Dec-06 22:20
Michael P Butler18-Dec-06 22:20 
GeneralRe: Whay I dont have the &quot;system.io.ports&quot; class ? Pin
Agbaria Ahmad18-Dec-06 23:18
Agbaria Ahmad18-Dec-06 23:18 
QuestionInserting Data along with HtmlTags. Pin
vin107018-Dec-06 19:34
vin107018-Dec-06 19:34 
AnswerRe: Inserting Data along with HtmlTags. Pin
Guffa19-Dec-06 1:32
Guffa19-Dec-06 1:32 
GeneralRe: Inserting Data along with HtmlTags. Pin
vin107019-Dec-06 1:42
vin107019-Dec-06 1:42 
QuestionRequired Urgent. Pin
RAHUL200618-Dec-06 19:33
RAHUL200618-Dec-06 19:33 
AnswerRe: Required Urgent. Pin
The ANZAC18-Dec-06 21:03
The ANZAC18-Dec-06 21:03 
GeneralRe: Required Urgent. Pin
Dave Kreskowiak19-Dec-06 2:54
mveDave Kreskowiak19-Dec-06 2:54 
GeneralRe: Required Urgent. Pin
Paul Conrad19-Dec-06 5:21
professionalPaul Conrad19-Dec-06 5:21 
GeneralRe: Required Urgent. Pin
Dave Kreskowiak19-Dec-06 5:37
mveDave Kreskowiak19-Dec-06 5:37 

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.