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

Visual Basic

 
Questionproblem with SQL connection Pin
shahid_isb8529-May-07 22:57
shahid_isb8529-May-07 22:57 
Questiontext box validation in vb.net Pin
sreenivas197729-May-07 22:53
sreenivas197729-May-07 22:53 
AnswerRe: text box validation in vb.net Pin
Christian Graus29-May-07 23:11
protectorChristian Graus29-May-07 23:11 
QuestionDataGridView checkbox column problem Pin
paukiPkk29-May-07 22:28
paukiPkk29-May-07 22:28 
AnswerRe: DataGridView checkbox column problem Pin
shally_7930-May-07 3:12
shally_7930-May-07 3:12 
GeneralRe: DataGridView checkbox column problem Pin
paukiPkk30-May-07 5:12
paukiPkk30-May-07 5:12 
QuestionMS-Access Database Pin
Sonia Gupta29-May-07 18:32
Sonia Gupta29-May-07 18:32 
AnswerRe: MS-Access Database Pin
Christian Graus29-May-07 18:36
protectorChristian Graus29-May-07 18:36 
You can write a type of proc for later versions of Access. For earlier versions, all you can do is sanitise the input yourself, the main thing is to make sure you double quotes, so " and ' become "" and '' within the string. If it's a string, it's going to be fine. If it terminates a string, then anything after it becomes SQL. You should do this anyhow, either get rid of quotes, or prepare them to be passed through to the database.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: MS-Access Database Pin
Sonia Gupta29-May-07 19:01
Sonia Gupta29-May-07 19:01 
GeneralRe: MS-Access Database Pin
Dave Sexton29-May-07 22:07
Dave Sexton29-May-07 22:07 
Questionhow get columns value from listview [modified] Pin
carsell29-May-07 18:30
carsell29-May-07 18:30 
AnswerRe: how get columns value from listview Pin
Sonia Gupta29-May-07 18:35
Sonia Gupta29-May-07 18:35 
Questiontrouble with login Pin
Hakmeh Mohannad29-May-07 13:09
Hakmeh Mohannad29-May-07 13:09 
AnswerRe: trouble with login Pin
Christian Graus29-May-07 13:44
protectorChristian Graus29-May-07 13:44 
GeneralRe: trouble with login Pin
Hakmeh Mohannad29-May-07 14:02
Hakmeh Mohannad29-May-07 14:02 
GeneralRe: trouble with login Pin
Christian Graus29-May-07 14:30
protectorChristian Graus29-May-07 14:30 
GeneralRe: trouble with login Pin
Paul Conrad29-May-07 17:03
professionalPaul Conrad29-May-07 17:03 
GeneralRe: trouble with login Pin
Christian Graus29-May-07 18:32
protectorChristian Graus29-May-07 18:32 
GeneralRe: trouble with login Pin
Paul Conrad29-May-07 17:05
professionalPaul Conrad29-May-07 17:05 
AnswerRe: trouble with login [modified] Pin
Dave Kreskowiak29-May-07 14:19
mveDave Kreskowiak29-May-07 14:19 
GeneralRe: trouble with login Pin
Colin Angus Mackay29-May-07 21:48
Colin Angus Mackay29-May-07 21:48 
GeneralRe: trouble with login Pin
Dave Kreskowiak30-May-07 3:05
mveDave Kreskowiak30-May-07 3:05 
GeneralRe: trouble with login Pin
Colin Angus Mackay30-May-07 6:38
Colin Angus Mackay30-May-07 6:38 
GeneralRe: trouble with login Pin
Dave Kreskowiak30-May-07 7:51
mveDave Kreskowiak30-May-07 7:51 
GeneralRe: trouble with login Pin
Colin Angus Mackay30-May-07 8:13
Colin Angus Mackay30-May-07 8:13 

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.