Click here to Skip to main content
15,903,012 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Starting Point in an ArrayList Pin
Colin Angus Mackay8-Jun-07 0:42
Colin Angus Mackay8-Jun-07 0:42 
QuestionRe: Starting Point in an ArrayList Pin
Brendan Vogt8-Jun-07 2:53
Brendan Vogt8-Jun-07 2:53 
AnswerRe: Starting Point in an ArrayList Pin
Colin Angus Mackay8-Jun-07 3:09
Colin Angus Mackay8-Jun-07 3:09 
QuestionRegional settings in vb.net Pin
ttornado7-Jun-07 21:57
professionalttornado7-Jun-07 21:57 
AnswerRe: Regional settings in vb.net Pin
Dave Kreskowiak8-Jun-07 3:57
mveDave Kreskowiak8-Jun-07 3:57 
QuestionPassing a parameter to a stored procedure Pin
Nine_7-Jun-07 21:56
Nine_7-Jun-07 21:56 
AnswerRe: Passing a parameter to a stored procedure Pin
Manas Bhardwaj8-Jun-07 0:32
professionalManas Bhardwaj8-Jun-07 0:32 
AnswerRe: Passing a parameter to a stored procedure Pin
Colin Angus Mackay8-Jun-07 0:44
Colin Angus Mackay8-Jun-07 0:44 
Nine_ wrote:
Who can tell me how?


Did you mean: How do I do this?

If I answer "Who can tell me how?" then my answer would have to be "I can" - but that is not very helpful to you. Is it?

The SqlCommand object has a Parameters property. You just need to Add your parameters to it.

e.g.

cmd.Paramters.Add("@SomeParameter", someValue)


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Passing a parameter to a stored procedure Pin
szukuro8-Jun-07 1:50
szukuro8-Jun-07 1:50 
GeneralRe: Passing a parameter to a stored procedure Pin
Colin Angus Mackay8-Jun-07 2:34
Colin Angus Mackay8-Jun-07 2:34 
GeneralRe: Passing a parameter to a stored procedure Pin
Nine_8-Jun-07 4:44
Nine_8-Jun-07 4:44 
QuestionArrayList "Columns" Pin
Brendan Vogt7-Jun-07 21:27
Brendan Vogt7-Jun-07 21:27 
AnswerRe: ArrayList "Columns" Pin
Manas Bhardwaj8-Jun-07 0:33
professionalManas Bhardwaj8-Jun-07 0:33 
AnswerRe: ArrayList "Columns" Pin
Christian Graus8-Jun-07 0:59
protectorChristian Graus8-Jun-07 0:59 
QuestionCreating Reports in Excel thru VB 2005 Pin
v1i9n6o7d7-Jun-07 20:58
v1i9n6o7d7-Jun-07 20:58 
AnswerRe: Creating Reports in Excel thru VB 2005 Pin
Johan Hakkesteegt7-Jun-07 21:20
Johan Hakkesteegt7-Jun-07 21:20 
QuestionRe: Creating Reports in Excel thru VB 2005 [modified] Pin
v1i9n6o7d8-Jun-07 1:11
v1i9n6o7d8-Jun-07 1:11 
AnswerRe: Creating Reports in Excel thru VB 2005 Pin
Johan Hakkesteegt8-Jun-07 2:00
Johan Hakkesteegt8-Jun-07 2:00 
QuestionAbsolute path information is required Pin
Manoj Bandgar7-Jun-07 20:55
Manoj Bandgar7-Jun-07 20:55 
AnswerRe: Absolute path information is required Pin
Manoj Bandgar10-Jun-07 21:23
Manoj Bandgar10-Jun-07 21:23 
AnswerRe: Absolute path information is required Pin
Manoj Bandgar12-Jun-07 21:55
Manoj Bandgar12-Jun-07 21:55 
QuestionGenerate code from REGistry file Pin
Mickey017-Jun-07 19:49
Mickey017-Jun-07 19:49 
AnswerRe: Generate code from REGistry file Pin
Dave Kreskowiak8-Jun-07 3:46
mveDave Kreskowiak8-Jun-07 3:46 
Questionsending sms from PC using VB.Net Pin
saraswathy1437-Jun-07 19:02
saraswathy1437-Jun-07 19:02 
AnswerRe: sending sms from PC using VB.Net Pin
MatrixCoder7-Jun-07 20:01
MatrixCoder7-Jun-07 20:01 

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.