Click here to Skip to main content
16,005,181 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDatabase security...? Pin
alex.barylski26-Apr-02 20:42
alex.barylski26-Apr-02 20:42 
AnswerRe: Database security...? Pin
James T. Johnson26-Apr-02 20:59
James T. Johnson26-Apr-02 20:59 
AnswerRe: Database security...? Pin
Philip Patrick26-Apr-02 22:49
professionalPhilip Patrick26-Apr-02 22:49 
GeneralRe: Database security...? Pin
alex.barylski27-Apr-02 11:49
alex.barylski27-Apr-02 11:49 
GeneralDatabase and ASP.Net Pin
Luis Barreira26-Apr-02 18:34
Luis Barreira26-Apr-02 18:34 
GeneralRe: Database and ASP.Net Pin
James T. Johnson26-Apr-02 20:56
James T. Johnson26-Apr-02 20:56 
QuestionConnDB.execute ? Pin
26-Apr-02 13:35
suss26-Apr-02 13:35 
AnswerRe: ConnDB.execute ? Pin
Konstantin Vasserman26-Apr-02 15:21
Konstantin Vasserman26-Apr-02 15:21 
' - is a string separator character in SQL, so you have to double it to use it in strings.

Use Replace(strMyString, "'", "''") on all of your strings before appending them to your SQL statements.
GeneralRe: ConnDB.execute ? Pin
27-Apr-02 13:40
suss27-Apr-02 13:40 
AnswerRe: ConnDB.execute ? Pin
James T. Johnson26-Apr-02 16:53
James T. Johnson26-Apr-02 16:53 
GeneralRe: ConnDB.execute ? Pin
Philip Patrick26-Apr-02 22:32
professionalPhilip Patrick26-Apr-02 22:32 
GeneralRe: ConnDB.execute ? Pin
James T. Johnson26-Apr-02 22:39
James T. Johnson26-Apr-02 22:39 
GeneralRe: ConnDB.execute ? Pin
Philip Patrick26-Apr-02 23:48
professionalPhilip Patrick26-Apr-02 23:48 
AnswerRe: ConnDB.execute ? Pin
Fernando Finelli28-Apr-02 4:00
Fernando Finelli28-Apr-02 4:00 
GeneralSession login Pin
alex.barylski26-Apr-02 8:25
alex.barylski26-Apr-02 8:25 
GeneralRe: Session login Pin
Philip Patrick26-Apr-02 9:43
professionalPhilip Patrick26-Apr-02 9:43 
GeneralRe: Session login Pin
alex.barylski26-Apr-02 15:16
alex.barylski26-Apr-02 15:16 
Questionhmmm ... progress..?? Pin
l a u r e n26-Apr-02 8:16
l a u r e n26-Apr-02 8:16 
AnswerRe: hmmm ... progress..?? Pin
Philip Patrick26-Apr-02 9:46
professionalPhilip Patrick26-Apr-02 9:46 
AnswerRe: hmmm ... progress..?? Pin
Philip Patrick26-Apr-02 9:53
professionalPhilip Patrick26-Apr-02 9:53 
QuestionIIS 5??? Pin
l a u r e n26-Apr-02 6:12
l a u r e n26-Apr-02 6:12 
AnswerRe: IIS 5??? Pin
James T. Johnson26-Apr-02 6:52
James T. Johnson26-Apr-02 6:52 
GeneralCompare Session Var to DataReader Results Pin
Byrd4826-Apr-02 3:03
Byrd4826-Apr-02 3:03 
GeneralPermisions in ASP Pin
25-Apr-02 9:46
suss25-Apr-02 9:46 
GeneralRe: Permisions in ASP Pin
Gerald Schwab25-Apr-02 10:11
Gerald Schwab25-Apr-02 10:11 

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.