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

Visual Basic

 
QuestionDataGridView Pin
Assaf821-Aug-07 3:15
Assaf821-Aug-07 3:15 
AnswerRe: DataGridView Pin
Rupesh Kumar Swami1-Aug-07 3:32
Rupesh Kumar Swami1-Aug-07 3:32 
QuestionRe: DataGridView Pin
Assaf821-Aug-07 11:42
Assaf821-Aug-07 11:42 
QuestionStoring bengali data into a SQL server Pin
halder_rajib1-Aug-07 2:14
halder_rajib1-Aug-07 2:14 
AnswerRe: Storing bengali data into a SQL server Pin
Colin Angus Mackay1-Aug-07 8:41
Colin Angus Mackay1-Aug-07 8:41 
QuestionChanging taskbar properties. Pin
The ANZAC1-Aug-07 1:56
The ANZAC1-Aug-07 1:56 
Questionparsing user input to Create Filter SQL Pin
MartyK20071-Aug-07 1:55
MartyK20071-Aug-07 1:55 
AnswerRe: parsing user input to Create Filter SQL Pin
Craster1-Aug-07 2:44
Craster1-Aug-07 2:44 
This screams one thing, and screams it loud - SQL injection attacks.[^].

You do not want to take user input and directly construct an SQL query from it. What you want to do instead is create an SQL Stored Procedure on the server that will perform your select statement, and pass the user entered values to it.

Some info on calling SQL Stored Procedures from VB.NET.[^]
GeneralRe: parsing user input to Create Filter SQL Pin
MartyK20071-Aug-07 3:02
MartyK20071-Aug-07 3:02 
Questionconvert an array to a string Pin
sixecho1-Aug-07 1:43
sixecho1-Aug-07 1:43 
AnswerRe: convert an array to a string Pin
_mubashir1-Aug-07 1:49
_mubashir1-Aug-07 1:49 
AnswerRe: convert an array to a string Pin
Tom Deketelaere1-Aug-07 1:54
professionalTom Deketelaere1-Aug-07 1:54 
AnswerRe: convert an array to a string Pin
Luc Pattyn1-Aug-07 2:54
sitebuilderLuc Pattyn1-Aug-07 2:54 
QuestionName of offending code Pin
Johan Hakkesteegt31-Jul-07 23:34
Johan Hakkesteegt31-Jul-07 23:34 
AnswerRe: Name of offending code Pin
Christian Graus31-Jul-07 23:54
protectorChristian Graus31-Jul-07 23:54 
GeneralRe: Name of offending code Pin
Johan Hakkesteegt1-Aug-07 20:02
Johan Hakkesteegt1-Aug-07 20:02 
AnswerRe: Name of offending code Pin
Steven J Jowett31-Jul-07 23:58
Steven J Jowett31-Jul-07 23:58 
GeneralRe: Name of offending code Pin
Johan Hakkesteegt1-Aug-07 20:00
Johan Hakkesteegt1-Aug-07 20:00 
AnswerRe: Name of offending code Pin
Luc Pattyn1-Aug-07 0:27
sitebuilderLuc Pattyn1-Aug-07 0:27 
GeneralRe: Name of offending code Pin
Johan Hakkesteegt1-Aug-07 19:59
Johan Hakkesteegt1-Aug-07 19:59 
QuestionError when display report in crystal report viewer Pin
Mekong River31-Jul-07 22:56
Mekong River31-Jul-07 22:56 
QuestionC# code to vb.net Pin
Ahmad Zaidi31-Jul-07 22:00
Ahmad Zaidi31-Jul-07 22:00 
AnswerRe: C# code to vb.net Pin
Christian Graus31-Jul-07 22:02
protectorChristian Graus31-Jul-07 22:02 
AnswerRe: C# code to vb.net Pin
eyes200731-Jul-07 22:10
eyes200731-Jul-07 22:10 
GeneralRe: C# code to vb.net Pin
Ahmad Zaidi31-Jul-07 22:18
Ahmad Zaidi31-Jul-07 22:18 

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.