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

Visual Basic

 
AnswerRe: sql statement Pin
Naji El Kotob18-Jul-07 22:58
Naji El Kotob18-Jul-07 22:58 
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 
MidwestLimey wrote:
Why are you concatenating "select logo from" and " pub_info where pub_id=" ??
This is a better approach:

string.Format("select logo from pub_info where pub_id='{0}'", id)


That will work, but it is still subject to SQL injection attacks.


"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

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 
QuestionCapture image from camera (webcam) ??? Pin
memcaliber18-Jul-07 10:13
memcaliber18-Jul-07 10:13 
AnswerRe: Capture image from camera (webcam) ??? Pin
Dave Kreskowiak18-Jul-07 10:21
mveDave Kreskowiak18-Jul-07 10:21 
AnswerRe: Capture image from camera (webcam) ??? Pin
Naji El Kotob18-Jul-07 11:18
Naji El Kotob18-Jul-07 11:18 
Questionremove invalid character from txt file Pin
jds120718-Jul-07 7:21
jds120718-Jul-07 7:21 
AnswerRe: remove invalid character from txt file Pin
Dave Kreskowiak18-Jul-07 7:31
mveDave Kreskowiak18-Jul-07 7:31 
QuestionDatagrid data Pin
Cory Kimble18-Jul-07 6:49
Cory Kimble18-Jul-07 6:49 
AnswerRe: Datagrid data Pin
Dave Kreskowiak18-Jul-07 6:50
mveDave Kreskowiak18-Jul-07 6:50 

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.