Click here to Skip to main content
15,893,564 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to hide caption and still able to size the window? Pin
AghaKhan2-Sep-07 10:21
AghaKhan2-Sep-07 10:21 
GeneralRe: How to hide caption and still able to size the window? Pin
Christian Graus2-Sep-07 11:49
protectorChristian Graus2-Sep-07 11:49 
QuestionSave Pin
Assaf822-Sep-07 6:28
Assaf822-Sep-07 6:28 
AnswerRe: Save Pin
Christian Graus2-Sep-07 6:44
protectorChristian Graus2-Sep-07 6:44 
GeneralRe: Save Pin
Assaf822-Sep-07 6:48
Assaf822-Sep-07 6:48 
GeneralRe: Save Pin
Christian Graus2-Sep-07 6:57
protectorChristian Graus2-Sep-07 6:57 
GeneralRe: Save Pin
Assaf822-Sep-07 7:01
Assaf822-Sep-07 7:01 
GeneralRe: Save Pin
Christian Graus2-Sep-07 7:07
protectorChristian Graus2-Sep-07 7:07 
Then your code that passes the SQL to the data base is plainly where the problem is. You can check when you call the data layer as to how many rows were affected, that's a good place to start.

Using stored procs is another option worth exploring. Depending on where your data comes from, your current code could have you wide open for injection attacks.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Save Pin
Assaf822-Sep-07 7:13
Assaf822-Sep-07 7:13 
GeneralRe: Save Pin
Christian Graus2-Sep-07 7:24
protectorChristian Graus2-Sep-07 7:24 
GeneralRe: Save Pin
Assaf822-Sep-07 7:28
Assaf822-Sep-07 7:28 
GeneralRe: Save Pin
Christian Graus2-Sep-07 7:32
protectorChristian Graus2-Sep-07 7:32 
GeneralRe: Save Pin
Assaf822-Sep-07 7:38
Assaf822-Sep-07 7:38 
GeneralRe: Save Pin
Christian Graus2-Sep-07 7:39
protectorChristian Graus2-Sep-07 7:39 
GeneralRe: Save Pin
Assaf822-Sep-07 7:42
Assaf822-Sep-07 7:42 
GeneralRe: Save Pin
Christian Graus2-Sep-07 8:32
protectorChristian Graus2-Sep-07 8:32 
GeneralRe: Save Pin
Mark Churchill2-Sep-07 19:04
Mark Churchill2-Sep-07 19:04 
AnswerRe: Save Pin
Guffa2-Sep-07 6:52
Guffa2-Sep-07 6:52 
GeneralRe: Save Pin
Assaf822-Sep-07 7:17
Assaf822-Sep-07 7:17 
GeneralRe: Save Pin
Christian Graus2-Sep-07 7:25
protectorChristian Graus2-Sep-07 7:25 
GeneralRe: Save Pin
Guffa2-Sep-07 8:27
Guffa2-Sep-07 8:27 
GeneralRe: Save Pin
Assaf822-Sep-07 8:29
Assaf822-Sep-07 8:29 
GeneralRe: Save Pin
Christian Graus2-Sep-07 8:33
protectorChristian Graus2-Sep-07 8:33 
GeneralRe: Save Pin
Pete O'Hanlon2-Sep-07 9:54
mvePete O'Hanlon2-Sep-07 9:54 
Questioninvoking static method by type name Pin
AndrusM2-Sep-07 1:14
AndrusM2-Sep-07 1:14 

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.