Click here to Skip to main content
15,906,645 members
Home / Discussions / Database
   

Database

 
AnswerRe: Transaction in Sql Server 2000 Pin
Hesham Amin1-Mar-07 20:49
Hesham Amin1-Mar-07 20:49 
QuestionPls give clarification about transaction in sql server 2000 Pin
Vinay Dornala1-Mar-07 18:52
Vinay Dornala1-Mar-07 18:52 
AnswerRe: Pls give clarification about transaction in sql server 2000 Pin
gauthee1-Mar-07 20:07
gauthee1-Mar-07 20:07 
QuestionQuery to access excel data.... Pin
AnnnS1-Mar-07 18:45
AnnnS1-Mar-07 18:45 
AnswerRe: Query to access excel data.... Pin
sam#1-Mar-07 19:00
sam#1-Mar-07 19:00 
GeneralRe: Query to access excel data.... Pin
AnnnS1-Mar-07 19:12
AnnnS1-Mar-07 19:12 
GeneralRe: Query to access excel data.... Pin
sam#1-Mar-07 20:57
sam#1-Mar-07 20:57 
GeneralRe: Query to access excel data.... Pin
AnnnS1-Mar-07 21:03
AnnnS1-Mar-07 21:03 
Questionsql Pin
SwaSubhaVijju1-Mar-07 18:42
SwaSubhaVijju1-Mar-07 18:42 
AnswerRe: sql Pin
Hesham Amin1-Mar-07 20:58
Hesham Amin1-Mar-07 20:58 
Questionsql Pin
SwaSubhaVijju1-Mar-07 18:29
SwaSubhaVijju1-Mar-07 18:29 
AnswerRe: sql Pin
Krish - KP1-Mar-07 22:52
Krish - KP1-Mar-07 22:52 
Questionsql Pin
Ajeet mittal1-Mar-07 16:41
Ajeet mittal1-Mar-07 16:41 
AnswerRe: sql Pin
Krish - KP1-Mar-07 17:27
Krish - KP1-Mar-07 17:27 
QuestionSQL Mutiple Like Statements Pin
admoore771-Mar-07 9:07
admoore771-Mar-07 9:07 
AnswerRe: SQL Mutiple Like Statements Pin
Colin Angus Mackay1-Mar-07 11:26
Colin Angus Mackay1-Mar-07 11:26 
You have a hugh security risk in your code. You are passing though a query string value directly to the SQL statement without it being sanitised. If the query string should contain, say, an apostrophe then that will change the meaning of the SQL Statement. If after the apostrophe it contains other SQL text then it could completely change the SQL statement's meaning. I advise you to read about SQL Injection Attacks and tips on how to prevent them[^]


GeneralRe: SQL Mutiple Like Statements Pin
admoore771-Mar-07 14:55
admoore771-Mar-07 14:55 
GeneralRe: SQL Mutiple Like Statements Pin
Colin Angus Mackay1-Mar-07 21:19
Colin Angus Mackay1-Mar-07 21:19 
Questionrelationship creation issue Pin
Saira Tanwir1-Mar-07 6:50
Saira Tanwir1-Mar-07 6:50 
AnswerRe: relationship creation issue Pin
Colin Angus Mackay1-Mar-07 6:56
Colin Angus Mackay1-Mar-07 6:56 
AnswerRe: relationship creation issue Pin
Priya_20071-Mar-07 20:23
Priya_20071-Mar-07 20:23 
GeneralRe: relationship creation issue Pin
Colin Angus Mackay1-Mar-07 21:27
Colin Angus Mackay1-Mar-07 21:27 
QuestionGenerating script file programmatically Pin
Saira Tanwir1-Mar-07 3:52
Saira Tanwir1-Mar-07 3:52 
AnswerRe: Generating script file programmatically Pin
Colin Angus Mackay1-Mar-07 4:20
Colin Angus Mackay1-Mar-07 4:20 
GeneralRe: Generating script file programmatically Pin
Saira Tanwir1-Mar-07 5:25
Saira Tanwir1-Mar-07 5:25 

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.