Click here to Skip to main content
15,916,692 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUser Defined query Pin
Landon Spann9-Jan-06 11:40
Landon Spann9-Jan-06 11:40 
AnswerRe: User Defined query Pin
Dave Kreskowiak9-Jan-06 12:23
mveDave Kreskowiak9-Jan-06 12:23 
GeneralRe: User Defined query Pin
Colin Angus Mackay9-Jan-06 21:06
Colin Angus Mackay9-Jan-06 21:06 
GeneralRe: User Defined query Pin
Dave Kreskowiak10-Jan-06 2:57
mveDave Kreskowiak10-Jan-06 2:57 
GeneralRe: User Defined query Pin
Landon Spann10-Jan-06 4:00
Landon Spann10-Jan-06 4:00 
GeneralRe: User Defined query Pin
Dave Kreskowiak10-Jan-06 11:37
mveDave Kreskowiak10-Jan-06 11:37 
GeneralRe: User Defined query Pin
Landon Spann11-Jan-06 4:01
Landon Spann11-Jan-06 4:01 
AnswerRe: User Defined query Pin
Christian Graus9-Jan-06 12:33
protectorChristian Graus9-Jan-06 12:33 
In addition to Dave's comments, you should NEVER use the text from a textbox in a select like this without first cleaning it to protect from injection attacks.

Like Dave said, you're really lost at sea here, you need to abandon this project for now, buy a beginners book and work through it. One other point - you should never keep the default variable names. What makes textbox1 different from textbox2 ? How about txtInput and txtOutput. See how that would make your code more readable ?


Christian Graus - Microsoft MVP - C++
QuestionTab page issues Pin
eatwork9-Jan-06 10:04
eatwork9-Jan-06 10:04 
AnswerRe: Tab page issues Pin
Christian Graus9-Jan-06 11:56
protectorChristian Graus9-Jan-06 11:56 
GeneralRe: Tab page issues Pin
eatwork9-Jan-06 12:43
eatwork9-Jan-06 12:43 
GeneralRe: Tab page issues Pin
Christian Graus9-Jan-06 12:45
protectorChristian Graus9-Jan-06 12:45 
GeneralRe: Tab page issues Pin
eatwork12-Jan-06 6:06
eatwork12-Jan-06 6:06 
QuestionShutdown Parameters Pin
Adam6669-Jan-06 9:34
Adam6669-Jan-06 9:34 
AnswerRe: Shutdown Parameters Pin
ToddHileHoffer9-Jan-06 10:02
ToddHileHoffer9-Jan-06 10:02 
GeneralRe: Shutdown Parameters Pin
Colin Angus Mackay9-Jan-06 12:07
Colin Angus Mackay9-Jan-06 12:07 
AnswerRe: Shutdown Parameters Pin
Colin Angus Mackay9-Jan-06 12:06
Colin Angus Mackay9-Jan-06 12:06 
AnswerRe: Shutdown Parameters Pin
Dave Kreskowiak9-Jan-06 12:15
mveDave Kreskowiak9-Jan-06 12:15 
QuestionFinding records matching values between 2 parameterized values? Pin
Erwin_Br9-Jan-06 9:12
Erwin_Br9-Jan-06 9:12 
QuestionLooping enum elements? Pin
matsnas9-Jan-06 2:34
matsnas9-Jan-06 2:34 
AnswerRe: Looping enum elements? Pin
Duncan Edwards Jones9-Jan-06 3:15
professionalDuncan Edwards Jones9-Jan-06 3:15 
GeneralRe: Looping enum elements? Pin
matsnas9-Jan-06 3:24
matsnas9-Jan-06 3:24 
AnswerRe: Looping enum elements? Pin
J4amieC9-Jan-06 3:19
J4amieC9-Jan-06 3:19 
Questionresizing the width of columns in datagrid with datatable Pin
Pravin H9-Jan-06 0:52
Pravin H9-Jan-06 0:52 
AnswerRe: resizing the width of columns in datagrid with datatable Pin
Dave Kreskowiak9-Jan-06 5:08
mveDave Kreskowiak9-Jan-06 5:08 

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.