Click here to Skip to main content
16,005,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMultiple Generic TypeParams in a VB.NET Class Definition? Pin
Netricity18-Dec-06 23:35
Netricity18-Dec-06 23:35 
AnswerRe: Multiple Generic TypeParams in a VB.NET Class Definition? Pin
Netricity19-Dec-06 1:20
Netricity19-Dec-06 1:20 
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 
i'm really enjoying the simplicity in how to pull data in vb.net 2005
i've got a data source (pointing to an access db),
i throw a few controls in my form, i open that cute database designer
add my query which selects various fields from a table WHERE (ID=?)
and voila, i can pull data in my program.

but now i don't want to get data "where id = ?" only, but i want "where id = ? or id = ? or ..."
so i tried "WHERE (?)" but u arent allowed to pass sql code, only parameters. (obvious)

in other words i want to be able to easily execute my own sql statement.

does anyone know the easiest, least painful way to do this ?

(that is without going into connecting to the database, declaring a gazzilion things just to execute 1 line of sql, and pass them back to a datatable type)




-- modified at 8:10 Tuesday 19th December, 2006
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 
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 "system.io.ports" class ? [modified] Pin
Agbaria Ahmad18-Dec-06 20:28
Agbaria Ahmad18-Dec-06 20:28 
AnswerRe: Whay I dont have the "system.io.ports" class ? Pin
Michael P Butler18-Dec-06 22:20
Michael P Butler18-Dec-06 22:20 
GeneralRe: Whay I dont have the "system.io.ports" 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 

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.