Click here to Skip to main content
16,004,969 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: To insert a new record in asp.net [modified] Pin
ADY00727-May-06 10:22
ADY00727-May-06 10:22 
GeneralRe: To insert a new record in asp.net [modified] Pin
Colin Angus Mackay27-May-06 10:34
Colin Angus Mackay27-May-06 10:34 
GeneralRe: To insert a new record in asp.net Pin
ADY00727-May-06 11:13
ADY00727-May-06 11:13 
GeneralRe: To insert a new record in asp.net Pin
Colin Angus Mackay27-May-06 11:16
Colin Angus Mackay27-May-06 11:16 
GeneralRe: To insert a new record in asp.net Pin
ADY00727-May-06 11:22
ADY00727-May-06 11:22 
GeneralRe: To insert a new record in asp.net Pin
ADY00727-May-06 11:23
ADY00727-May-06 11:23 
GeneralRe: To insert a new record in asp.net Pin
ADY00727-May-06 11:57
ADY00727-May-06 11:57 
GeneralRe: To insert a new record in asp.net Pin
Colin Angus Mackay27-May-06 13:52
Colin Angus Mackay27-May-06 13:52 
I've never come across this exception message before, so I'm guessing that it is becuase Access does not understand named parameters. So remove the parameter name. i.e.
cmd.Parameters.Add(firstValue)
cmd.Parameters.Add(secondValue)



"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)

My: Website | Blog
GeneralRe: To insert a new record in asp.net Pin
ADY00727-May-06 14:14
ADY00727-May-06 14:14 
GeneralRe: To insert a new record in asp.net Pin
Colin Angus Mackay27-May-06 14:49
Colin Angus Mackay27-May-06 14:49 
GeneralRe: To insert a new record in asp.net Pin
ADY00729-May-06 10:39
ADY00729-May-06 10:39 
GeneralRe: To insert a new record in asp.net Pin
Colin Angus Mackay29-May-06 12:19
Colin Angus Mackay29-May-06 12:19 
QuestionUpdate cookies Pin
J Liang27-May-06 3:16
J Liang27-May-06 3:16 
AnswerRe: Update cookies Pin
Guffa27-May-06 4:00
Guffa27-May-06 4:00 
GeneralRe: Update cookies Pin
J Liang27-May-06 4:49
J Liang27-May-06 4:49 
GeneralRe: Update cookies Pin
J Liang27-May-06 4:56
J Liang27-May-06 4:56 
QuestionDisabling Alt & Windows key Pin
Serpent66627-May-06 3:15
Serpent66627-May-06 3:15 
Questionhow it works Pin
vidyashankar27-May-06 1:54
vidyashankar27-May-06 1:54 
AnswerRe: how it works Pin
Guffa27-May-06 5:09
Guffa27-May-06 5:09 
Questionclass library Pin
vidyashankar27-May-06 1:52
vidyashankar27-May-06 1:52 
AnswerRe: class library Pin
Tamimi - Code27-May-06 2:33
Tamimi - Code27-May-06 2:33 
AnswerRe: class library Pin
Yuvi Panda27-May-06 2:33
Yuvi Panda27-May-06 2:33 
AnswerRe: class library Pin
Tamimi - Code27-May-06 2:43
Tamimi - Code27-May-06 2:43 
Questionvb.net vs vb Pin
vidyashankar27-May-06 1:50
vidyashankar27-May-06 1:50 
AnswerRe: vb.net vs vb Pin
Kevin McFarlane27-May-06 2:21
Kevin McFarlane27-May-06 2:21 

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.