Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionmouse events vb.net 2005 Pin
Sonia Gupta10-May-07 23:34
Sonia Gupta10-May-07 23:34 
AnswerRe: mouse events vb.net 2005 Pin
Christian Graus10-May-07 23:46
protectorChristian Graus10-May-07 23:46 
GeneralRe: mouse events vb.net 2005 Pin
harsh_c11-May-07 0:55
professionalharsh_c11-May-07 0:55 
GeneralRe: mouse events vb.net 2005 Pin
Christian Graus11-May-07 1:55
protectorChristian Graus11-May-07 1:55 
QuestionTalk to an EPP server Pin
shahid_isb8510-May-07 23:21
shahid_isb8510-May-07 23:21 
QuestionVBA-Excel: User Name and eMail Problem [modified] Pin
RichardBerry10-May-07 22:50
RichardBerry10-May-07 22:50 
QuestionUpdate Table gets message "parameter has no default value" Pin
keninfo10-May-07 22:10
keninfo10-May-07 22:10 
AnswerRe: Update Table gets message "parameter has no default value" Pin
Dave Kreskowiak11-May-07 3:31
mveDave Kreskowiak11-May-07 3:31 
You created four parameter objects, but you didn't assign values to any of the parameters. You can change that by doing something like this:
command.Parameters.Add(new OleDbParameter("@NummerNaam", OleDb.OleDbType.VarChar, 20, "Nummer_Naam")).Value = somevalue
command.Parameters.Add(new OleDbParameter("@AgentNummer", OleDb.OleDbType.Integer, 10, "Agentnummer").Value = somevalue
command.Parameters.Add(new OleDbParameter("@AgentNaam", OleDb.OleDbType.VarChar, 20, "Agentnaam").Value = somevalue



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Update Table gets message "parameter has no default value" Pin
keninfo11-May-07 4:43
keninfo11-May-07 4:43 
GeneralRe: Update Table gets message "parameter has no default value" Pin
keninfo11-May-07 5:17
keninfo11-May-07 5:17 
QuestionEvent and Functions Pin
Sonia Gupta10-May-07 21:52
Sonia Gupta10-May-07 21:52 
AnswerRe: Event and Functions Pin
Christian Graus10-May-07 23:32
protectorChristian Graus10-May-07 23:32 
AnswerRe: Event and Functions Pin
GgAben11-May-07 3:11
GgAben11-May-07 3:11 
AnswerRe: Event and Functions Pin
TwoFaced11-May-07 7:51
TwoFaced11-May-07 7:51 
QuestionList assemblies Pin
Sonia Gupta10-May-07 21:16
Sonia Gupta10-May-07 21:16 
AnswerRe: List assemblies Pin
Dave Kreskowiak11-May-07 3:23
mveDave Kreskowiak11-May-07 3:23 
Questionhow can i give access permission to Active directory user in vb.net Pin
koolprasad200310-May-07 21:14
professionalkoolprasad200310-May-07 21:14 
AnswerRe: how can i give access permission to Active directory user in vb.net Pin
Dave Kreskowiak11-May-07 3:21
mveDave Kreskowiak11-May-07 3:21 
Questionnewbie: class enum query Pin
aitch4210-May-07 21:09
aitch4210-May-07 21:09 
AnswerRe: newbie: class enum query Pin
Christian Graus10-May-07 21:37
protectorChristian Graus10-May-07 21:37 
GeneralRe: newbie: class enum query Pin
aitch4210-May-07 22:25
aitch4210-May-07 22:25 
GeneralRe: newbie: class enum query Pin
Christian Graus11-May-07 0:59
protectorChristian Graus11-May-07 0:59 
GeneralRe: newbie: class enum query Pin
aitch4211-May-07 6:29
aitch4211-May-07 6:29 
Questiondeployment process in vb.net Pin
Sonia Gupta10-May-07 20:41
Sonia Gupta10-May-07 20:41 
AnswerRe: deployment process in vb.net Pin
Christian Graus10-May-07 20:45
protectorChristian Graus10-May-07 20:45 

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.