Click here to Skip to main content
15,918,742 members
Home / Discussions / Database
   

Database

 
AnswerRe: Datawarehousing in oracle Pin
i.j.russell18-May-10 12:26
i.j.russell18-May-10 12:26 
AnswerRe: Datawarehousing in oracle Pin
Dr.Walt Fair, PE18-May-10 12:45
professionalDr.Walt Fair, PE18-May-10 12:45 
Questioncall an SQL function in VBscript Pin
richa02118-May-10 11:40
richa02118-May-10 11:40 
AnswerRe: call an SQL function in VBscript Pin
Dimitri Witkowski20-May-10 10:12
Dimitri Witkowski20-May-10 10:12 
Questionsql server insert Pin
msomar17-May-10 16:01
msomar17-May-10 16:01 
AnswerRe: sql server insert Pin
Luc Pattyn17-May-10 16:30
sitebuilderLuc Pattyn17-May-10 16:30 
GeneralRe: sql server insert Pin
msomar17-May-10 16:58
msomar17-May-10 16:58 
GeneralRe: sql server insert Pin
Luc Pattyn17-May-10 17:40
sitebuilderLuc Pattyn17-May-10 17:40 
I still don't know what your database is.
I see you are not using SQLParameter; it would almost certainly solve your problem. Read up on it, and use it; it will keep a lot of problems away, SQL injection vulnerability being one of them.

I would not move the data from the textbox through the session array into the SQL command; no need for such a detour. No need for ToString() either, the content of a TextBox is always a string.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: sql server insert Pin
Bernhard Hiller17-May-10 19:43
Bernhard Hiller17-May-10 19:43 
GeneralRe: sql server insert Pin
msomar17-May-10 21:36
msomar17-May-10 21:36 
GeneralRe: sql server insert Pin
T M Gray18-May-10 7:56
T M Gray18-May-10 7:56 
GeneralRe: sql server insert Pin
Luc Pattyn18-May-10 8:45
sitebuilderLuc Pattyn18-May-10 8:45 
GeneralRe: sql server insert Pin
Shameel23-May-10 5:25
professionalShameel23-May-10 5:25 
AnswerRe: sql server insert Pin
Md. Marufuzzaman17-May-10 19:57
professionalMd. Marufuzzaman17-May-10 19:57 
QuestionDatabase Size Issues Pin
Ed Hill _5_16-May-10 22:46
Ed Hill _5_16-May-10 22:46 
AnswerRe: Database Size Issues Pin
loyal ginger17-May-10 1:36
loyal ginger17-May-10 1:36 
GeneralRe: Database Size Issues Pin
Ed Hill _5_17-May-10 10:26
Ed Hill _5_17-May-10 10:26 
GeneralRe: Database Size Issues Pin
loyal ginger17-May-10 14:10
loyal ginger17-May-10 14:10 
AnswerRe: Database Size Issues Pin
David Mujica17-May-10 3:17
David Mujica17-May-10 3:17 
GeneralRe: Database Size Issues Pin
Ed Hill _5_17-May-10 10:27
Ed Hill _5_17-May-10 10:27 
AnswerRe: Database Size Issues Pin
The Man from U.N.C.L.E.17-May-10 3:50
The Man from U.N.C.L.E.17-May-10 3:50 
QuestionGeneric database system Pin
vjvjvjvj16-May-10 22:32
vjvjvjvj16-May-10 22:32 
AnswerRe: Generic database system Pin
R. Giskard Reventlov16-May-10 23:03
R. Giskard Reventlov16-May-10 23:03 
AnswerRe: Generic database system Pin
PIEBALDconsult18-May-10 5:35
mvePIEBALDconsult18-May-10 5:35 
QuestionGetting Database Names from Server Pin
PDTUM16-May-10 10:47
PDTUM16-May-10 10:47 

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.