Click here to Skip to main content
15,920,468 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Data Type Pin
Sathesh Sakthivel17-Jun-07 16:52
Sathesh Sakthivel17-Jun-07 16:52 
GeneralRe: Data Type Pin
Socheat.Net17-Jun-07 17:23
Socheat.Net17-Jun-07 17:23 
GeneralRe: Data Type Pin
Sathesh Sakthivel17-Jun-07 17:28
Sathesh Sakthivel17-Jun-07 17:28 
GeneralRe: Data Type Pin
Socheat.Net17-Jun-07 17:41
Socheat.Net17-Jun-07 17:41 
GeneralRe: Data Type Pin
Sathesh Sakthivel17-Jun-07 18:01
Sathesh Sakthivel17-Jun-07 18:01 
QuestionWrong database values [modified] Pin
ASPnoob17-Jun-07 12:00
ASPnoob17-Jun-07 12:00 
AnswerRe: Wrong database values Pin
Christian Graus17-Jun-07 12:02
protectorChristian Graus17-Jun-07 12:02 
AnswerRe: Wrong database values Pin
Guffa17-Jun-07 19:02
Guffa17-Jun-07 19:02 
But the data never shows up in the database at all. The insert query that you put in strInsert is never used. You never put the insert query in the command object, you just execute the select query twice.

The insert query is not even possible to execute as it stands. You have to change value to values.

Christians point about sql injections is valid too. You are using parameters for the insert query, why are you not using it on the select query?

---
single minded; short sighted; long gone;

GeneralRe: Wrong database values Pin
ASPnoob17-Jun-07 20:41
ASPnoob17-Jun-07 20:41 
QuestionFinding Control Pin
Tarik Guney17-Jun-07 8:10
Tarik Guney17-Jun-07 8:10 
AnswerRe: Finding Control Pin
Tarik Guney17-Jun-07 9:55
Tarik Guney17-Jun-07 9:55 
AnswerRe: Finding Control Pin
Guffa17-Jun-07 9:58
Guffa17-Jun-07 9:58 
AnswerRe: Finding Control Pin
Christian Graus17-Jun-07 10:13
protectorChristian Graus17-Jun-07 10:13 
GeneralRe: Finding Control Pin
Tarik Guney17-Jun-07 10:47
Tarik Guney17-Jun-07 10:47 
GeneralRe: Finding Control Pin
Christian Graus17-Jun-07 12:01
protectorChristian Graus17-Jun-07 12:01 
Questionauto sending mail Pin
mehran.asg17-Jun-07 8:08
mehran.asg17-Jun-07 8:08 
AnswerRe: auto sending mail Pin
Tarik Guney17-Jun-07 9:44
Tarik Guney17-Jun-07 9:44 
GeneralRe: auto sending mail Pin
mehran.asg17-Jun-07 11:01
mehran.asg17-Jun-07 11:01 
GeneralRe: auto sending mail Pin
Tarik Guney17-Jun-07 11:07
Tarik Guney17-Jun-07 11:07 
AnswerRe: auto sending mail Pin
RepliCrux17-Jun-07 13:19
RepliCrux17-Jun-07 13:19 
QuestionDisplaying two tables in a single Data Griid Pin
vijaybhasker17-Jun-07 7:50
vijaybhasker17-Jun-07 7:50 
AnswerRe: Displaying two tables in a single Data Griid [modified] Pin
Tarik Guney17-Jun-07 9:51
Tarik Guney17-Jun-07 9:51 
AnswerRe: Displaying two tables in a single Data Griid Pin
Saifi Hasan17-Jun-07 18:36
Saifi Hasan17-Jun-07 18:36 
Questionasp:RegularExpressionValidator not working in IE7 Pin
Brendan Vogt17-Jun-07 7:36
Brendan Vogt17-Jun-07 7:36 
QuestionWeb-services Pin
Mikeyyy17-Jun-07 6:28
Mikeyyy17-Jun-07 6:28 

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.