Click here to Skip to main content
15,889,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionsql statement Pin
magedhv18-Jul-07 23:13
magedhv18-Jul-07 23:13 
AnswerRe: sql statement Pin
cutequencher20-Jul-07 5:40
cutequencher20-Jul-07 5:40 
QuestionHow to copy database? Pin
help as an alias18-Jul-07 22:58
help as an alias18-Jul-07 22:58 
AnswerRe: How to copy database? Pin
Colin Angus Mackay18-Jul-07 23:33
Colin Angus Mackay18-Jul-07 23:33 
AnswerRe: How to copy database? Pin
Naji El Kotob18-Jul-07 23:53
Naji El Kotob18-Jul-07 23:53 
GeneralRe: How to copy database? Pin
help as an alias18-Jul-07 23:55
help as an alias18-Jul-07 23:55 
Questionsql statement Pin
magedhv18-Jul-07 22:39
magedhv18-Jul-07 22:39 
AnswerRe: sql statement Pin
Naji El Kotob18-Jul-07 22:58
Naji El Kotob18-Jul-07 22:58 
Hi,

You could simply use the following:
Dim strSQL as STring
strSQL = "SELECT * FROM Persons WHERE FirstName LIKE '%" & TextBox1.Text & "%'"
...

But this is not a secure way, SQL Injection could be possible here!

regards,

NajiCo http://www.InsideVB.NET[^]

It's nice 2b important, but it's more important 2b nice...

AnswerRe: sql statement Pin
magedhv18-Jul-07 23:03
magedhv18-Jul-07 23:03 
GeneralRe: sql statement Pin
Colin Angus Mackay18-Jul-07 23:36
Colin Angus Mackay18-Jul-07 23:36 
GeneralRe: sql statement Pin
Colin Angus Mackay18-Jul-07 23:35
Colin Angus Mackay18-Jul-07 23:35 
QuestionCode errors [modified] Pin
ASPnoob18-Jul-07 20:40
ASPnoob18-Jul-07 20:40 
AnswerRe: Code errors Pin
kubben19-Jul-07 1:52
kubben19-Jul-07 1:52 
AnswerRe: Code errors Pin
MidwestLimey20-Jul-07 4:34
professionalMidwestLimey20-Jul-07 4:34 
GeneralRe: Code errors Pin
Paul Conrad20-Jul-07 7:05
professionalPaul Conrad20-Jul-07 7:05 
GeneralRe: Code errors Pin
MidwestLimey20-Jul-07 7:11
professionalMidwestLimey20-Jul-07 7:11 
Questionwindow deployment Pin
Sonia Gupta18-Jul-07 19:33
Sonia Gupta18-Jul-07 19:33 
AnswerRe: window deployment Pin
originSH18-Jul-07 22:25
originSH18-Jul-07 22:25 
AnswerRe: window deployment Pin
manni_n19-Jul-07 5:30
manni_n19-Jul-07 5:30 
QuestionDateTimePicker Pin
nitin318-Jul-07 19:12
nitin318-Jul-07 19:12 
AnswerRe: DateTimePicker Pin
CPallini18-Jul-07 20:43
mveCPallini18-Jul-07 20:43 
GeneralRe: DateTimePicker Pin
originSH18-Jul-07 22:29
originSH18-Jul-07 22:29 
GeneralRe: DateTimePicker Pin
CPallini18-Jul-07 22:36
mveCPallini18-Jul-07 22:36 
GeneralRe: DateTimePicker Pin
CPallini18-Jul-07 22:42
mveCPallini18-Jul-07 22:42 
GeneralRe: DateTimePicker Pin
nitin318-Jul-07 23:10
nitin318-Jul-07 23:10 

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.