Click here to Skip to main content
15,894,314 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionTransfer of parametres from Internet Explorer in UseControl ActiveX a component Pin
Degun14-Apr-09 0:49
Degun14-Apr-09 0:49 
AnswerRe: Transfer of parametres from Internet Explorer in UseControl ActiveX a component Pin
dojohansen14-Apr-09 7:33
dojohansen14-Apr-09 7:33 
GeneralRe: Transfer of parametres from Internet Explorer in UseControl ActiveX a component Pin
Degun14-Apr-09 19:58
Degun14-Apr-09 19:58 
GeneralRe: Transfer of parametres from Internet Explorer in UseControl ActiveX a component Pin
dojohansen14-Apr-09 21:03
dojohansen14-Apr-09 21:03 
QuestionDetect save from a VS2005 add-in Pin
Christian Wikander13-Apr-09 22:36
Christian Wikander13-Apr-09 22:36 
AnswerRe: Detect save from a VS2005 add-in Pin
dojohansen14-Apr-09 7:36
dojohansen14-Apr-09 7:36 
QuestionHelp with update Pin
hendrikbez13-Apr-09 19:20
hendrikbez13-Apr-09 19:20 
AnswerRe: Help with update Pin
Pete O'Hanlon13-Apr-09 21:55
mvePete O'Hanlon13-Apr-09 21:55 
hendrikbez wrote:
MyOledbCommand.CommandText = "UPDATE Tblokkies SET WHERE leidraad = ?, A1 = ?, A2 = ?, A3 = ?,A4 = ?, A5 = ?, A6 = ?, A7 = ?, A8 = ?, A9 = ?, A10 = ?, A11 = ?, A12 = ?" MyOledbCommand.Parameters.AddWithValue("@string1", Me.TxtLuidraad.Text)


Okay - at least part of your problem lies here. You use positional parameters (?) in your statement, but named parameters in your parameters list. They need to be consistent.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: Help with update Pin
hendrikbez13-Apr-09 22:26
hendrikbez13-Apr-09 22:26 
GeneralRe: Help with update Pin
Eddy Vluggen13-Apr-09 23:11
professionalEddy Vluggen13-Apr-09 23:11 
GeneralRe: Help with update Pin
hendrikbez13-Apr-09 23:59
hendrikbez13-Apr-09 23:59 
GeneralRe: Help with update Pin
Eddy Vluggen14-Apr-09 1:13
professionalEddy Vluggen14-Apr-09 1:13 
GeneralRe: Help with update Pin
hendrikbez14-Apr-09 1:33
hendrikbez14-Apr-09 1:33 
GeneralRe: Help with update Pin
Eddy Vluggen14-Apr-09 6:16
professionalEddy Vluggen14-Apr-09 6:16 
GeneralRe: Help with update Pin
hendrikbez14-Apr-09 23:24
hendrikbez14-Apr-09 23:24 
GeneralRe: Help with update Pin
Eddy Vluggen15-Apr-09 0:11
professionalEddy Vluggen15-Apr-09 0:11 
QuestionConnecting C++.NET with WebService.. Pin
shaina223112-Apr-09 21:13
shaina223112-Apr-09 21:13 
QuestionDatabase connection Pin
EmZan11-Apr-09 2:21
EmZan11-Apr-09 2:21 
AnswerRe: Database connection Pin
0x3c011-Apr-09 2:41
0x3c011-Apr-09 2:41 
GeneralRe: Database connection Pin
EmZan11-Apr-09 3:01
EmZan11-Apr-09 3:01 
GeneralRe: Database connection Pin
0x3c011-Apr-09 3:17
0x3c011-Apr-09 3:17 
GeneralRe: Database connection Pin
EmZan11-Apr-09 6:15
EmZan11-Apr-09 6:15 
GeneralRe: Database connection Pin
Colin Angus Mackay11-Apr-09 6:25
Colin Angus Mackay11-Apr-09 6:25 
GeneralRe: Database connection Pin
EmZan12-Apr-09 20:58
EmZan12-Apr-09 20:58 
GeneralRe: Database connection Pin
Colin Angus Mackay12-Apr-09 22:57
Colin Angus Mackay12-Apr-09 22:57 

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.