Click here to Skip to main content
15,912,069 members
Home / Discussions / C#
   

C#

 
AnswerRe: String.Format-ting floating point numbers, how? Pin
Seraphin13-Jun-05 3:09
Seraphin13-Jun-05 3:09 
GeneralRe: String.Format-ting floating point numbers, how? Pin
iliyang13-Jun-05 3:21
iliyang13-Jun-05 3:21 
GeneralReflection ... Call Method. Parameter question Pin
Seraphin13-Jun-05 2:57
Seraphin13-Jun-05 2:57 
GeneralRe: Reflection ... Call Method. Parameter question Pin
occcy13-Jun-05 4:07
occcy13-Jun-05 4:07 
GeneralRe: Reflection ... Call Method. Parameter question Pin
Seraphin13-Jun-05 4:45
Seraphin13-Jun-05 4:45 
GeneralSyntax error (missing operator) when deleting with commandbuilder Pin
Hawkmoth13-Jun-05 2:28
Hawkmoth13-Jun-05 2:28 
GeneralRe: Syntax error (missing operator) when deleting with commandbuilder Pin
Nick Parker13-Jun-05 2:56
protectorNick Parker13-Jun-05 2:56 
GeneralRe: Syntax error (missing operator) when deleting with commandbuilder Pin
Hawkmoth13-Jun-05 4:17
Hawkmoth13-Jun-05 4:17 
Hi Nick

Thanks for your help.

The select statment below is from the adaptor right before the updating.
The Delete command is generated from the CommandBuilder.
I will take a look at the analyser. (Not something I've ever used before!!).

SELECT Spex.* FROM Spex

DELETE FROM Spex WHERE ( (spex_id = ?) AND ((? = 1 AND Std_Name IS NULL) OR (Std_Name = ?)) AND ((? = 1 AND ID IS NULL) OR (ID = ?)) AND ((? = 1 AND 400nm IS NULL) OR (400nm = ?)) AND ((? = 1 AND 410nm IS NULL) OR (410nm = ?)) AND ((? = 1 AND 420nm IS NULL) OR (420nm = ?)) AND ((? = 1 AND 430nm IS NULL) OR (430nm = ?)) AND ((? = 1 AND 440nm IS NULL) OR (440nm = ?)) AND ((? = 1 AND 450nm IS NULL) OR (450nm = ?)) AND ((? = 1 AND 460nm IS NULL) OR (460nm = ?)) AND ((? = 1 AND 470nm IS NULL) OR (470nm = ?)) AND ((? = 1 AND 480nm IS NULL) OR (480nm = ?)) AND ((? = 1 AND 490nm IS NULL) OR (490nm = ?)) AND ((? = 1 AND 500nm IS NULL) OR (500nm = ?)) AND ((? = 1 AND 510nm IS NULL) OR (510nm = ?)) AND ((? = 1 AND 520nm IS NULL) OR (520nm = ?)) AND ((? = 1 AND 530nm IS NULL) OR (530nm = ?)) AND ((? = 1 AND 540nm IS NULL) OR (540nm = ?)) AND ((? = 1 AND 550nm IS NULL) OR (550nm = ?)) AND ((? = 1 AND 560nm IS NULL) OR (560nm = ?)) AND ((? = 1 AND 570nm IS NULL) OR (570nm = ?)) AND ((? = 1 AND 580nm IS NULL) OR (580nm = ?)) AND ((? = 1 AND 590nm IS NULL) OR (590nm = ?)) AND ((? = 1 AND 600nm IS NULL) OR (600nm = ?)) AND ((? = 1 AND 610nm IS NULL) OR (610nm = ?)) AND ((? = 1 AND 620nm IS NULL) OR (620nm = ?)) AND ((? = 1 AND 630nm IS NULL) OR (630nm = ?)) AND ((? = 1 AND 640nm IS NULL) OR (640nm = ?)) AND ((? = 1 AND 650nm IS NULL) OR (650nm = ?)) AND ((? = 1 AND 660nm IS NULL) OR (660nm = ?)) AND ((? = 1 AND 670nm IS NULL) OR (670nm = ?)) AND ((? = 1 AND 680nm IS NULL) OR (680nm = ?)) AND ((? = 1 AND 690nm IS NULL) OR (690nm = ?)) AND ((? = 1 AND 700nm IS NULL) OR (700nm = ?)) )

All the best
Hawkmoth
GeneralImplementing a nonvisual control Pin
Jack Bond13-Jun-05 2:00
Jack Bond13-Jun-05 2:00 
GeneralRe: Implementing a nonvisual control Pin
mav.northwind13-Jun-05 2:29
mav.northwind13-Jun-05 2:29 
GeneralCustom Browser Pin
arun_appu13-Jun-05 1:28
arun_appu13-Jun-05 1:28 
GeneralRe: Custom Browser Pin
MoustafaS13-Jun-05 4:16
MoustafaS13-Jun-05 4:16 
GeneralCreate folder and Add user with proper rights. Pin
Anonymous12-Jun-05 23:51
Anonymous12-Jun-05 23:51 
GeneralHi Friends I am Fecing Problem for getting Sum of group field. Pin
Anonymous12-Jun-05 23:15
Anonymous12-Jun-05 23:15 
QuestionA Visual Assist like program? Pin
Khoa Bui12-Jun-05 23:11
Khoa Bui12-Jun-05 23:11 
Generalhelp...help..help Pin
computer_eng12-Jun-05 22:00
computer_eng12-Jun-05 22:00 
GeneralPixel Color Detector Pin
Expert Coming12-Jun-05 21:17
Expert Coming12-Jun-05 21:17 
GeneralC# shutdown event Pin
mabad12-Jun-05 20:46
mabad12-Jun-05 20:46 
GeneralRe: C# shutdown event Pin
the last free name12-Jun-05 21:43
the last free name12-Jun-05 21:43 
GeneralRe: C# shutdown event Pin
mabad12-Jun-05 23:38
mabad12-Jun-05 23:38 
GeneralMS Office development - Outlook Pin
cazzz12-Jun-05 20:22
cazzz12-Jun-05 20:22 
GeneralProblem with a checkedlistbox control Pin
monica2k12-Jun-05 19:56
monica2k12-Jun-05 19:56 
GeneralRe: Problem with a checkedlistbox control Pin
Yulianto.12-Jun-05 21:46
Yulianto.12-Jun-05 21:46 
GeneralRe: Problem with a checkedlistbox control Pin
monica2k13-Jun-05 12:34
monica2k13-Jun-05 12:34 
GeneralRe: Problem with a checkedlistbox control Pin
Yulianto.13-Jun-05 16:18
Yulianto.13-Jun-05 16:18 

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.