Click here to Skip to main content
15,889,651 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to get size of Image Stored in Database? Pin
sumit703424-Apr-09 2:07
sumit703424-Apr-09 2:07 
QuestionNeed SQL query correction ! Pin
soulidentities23-Apr-09 22:44
soulidentities23-Apr-09 22:44 
AnswerRe: Need SQL query correction ! Pin
Henry Minute24-Apr-09 0:27
Henry Minute24-Apr-09 0:27 
AnswerRe: Need SQL query correction ! Pin
i.j.russell24-Apr-09 1:58
i.j.russell24-Apr-09 1:58 
GeneralRe: Need SQL query correction ! Pin
soulidentities24-Apr-09 3:49
soulidentities24-Apr-09 3:49 
GeneralRe: Need SQL query correction ! Pin
Colin Angus Mackay24-Apr-09 7:32
Colin Angus Mackay24-Apr-09 7:32 
AnswerRe: Need SQL query correction ! Pin
i.j.russell24-Apr-09 9:56
i.j.russell24-Apr-09 9:56 
AnswerRe: Need SQL query correction ! Pin
Colin Angus Mackay24-Apr-09 7:31
Colin Angus Mackay24-Apr-09 7:31 
You should be using parameterised queries rather than injecting values into a SQL Statement. This is easy for data elements like the ID value, but slightly more difficult, yet doable, for the table name. As it stands your code is vulnerable to attack.


QuestionNeed to retrive attribute Name Pin
Satish - Developer23-Apr-09 20:59
Satish - Developer23-Apr-09 20:59 
QuestionDon't want to give stored proc to client? Pin
devvvy23-Apr-09 20:51
devvvy23-Apr-09 20:51 
AnswerRe: Don't want to give stored proc to client? Pin
Ashfield23-Apr-09 20:58
Ashfield23-Apr-09 20:58 
GeneralCan you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
devvvy23-Apr-09 21:02
devvvy23-Apr-09 21:02 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
Ashfield24-Apr-09 1:25
Ashfield24-Apr-09 1:25 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
devvvy24-Apr-09 2:50
devvvy24-Apr-09 2:50 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
Eddy Vluggen24-Apr-09 4:23
professionalEddy Vluggen24-Apr-09 4:23 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
devvvy24-Apr-09 15:12
devvvy24-Apr-09 15:12 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
Ashfield24-Apr-09 8:19
Ashfield24-Apr-09 8:19 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
devvvy24-Apr-09 15:11
devvvy24-Apr-09 15:11 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
Ashfield25-Apr-09 7:35
Ashfield25-Apr-09 7:35 
GeneralRe: Can you encrypt stored proc? (M$SQL, MySQL Sybase and Oracle?) Pin
devvvy25-Apr-09 10:36
devvvy25-Apr-09 10:36 
AnswerRe: Don't want to give stored proc to client? Pin
Henry Minute24-Apr-09 0:36
Henry Minute24-Apr-09 0:36 
GeneralRe: Don't want to give stored proc to client? Pin
devvvy24-Apr-09 2:52
devvvy24-Apr-09 2:52 
AnswerRe: Don't want to give stored proc to client? Pin
www.Developerof.NET24-Apr-09 9:11
www.Developerof.NET24-Apr-09 9:11 
AnswerRe: Don't want to give stored proc to client? Pin
Mycroft Holmes27-Apr-09 19:21
professionalMycroft Holmes27-Apr-09 19:21 
QuestionROW_NUMBER() problem Pin
Yulianto.23-Apr-09 20:31
Yulianto.23-Apr-09 20:31 

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.