Click here to Skip to main content
15,912,329 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: still need help - The error code is 2869 in Vista Pin
Jats_4ru7-May-08 2:24
Jats_4ru7-May-08 2:24 
QuestionCreate a global database connection string using VB.NET Window Form Pin
drexler_kk6-May-08 18:09
drexler_kk6-May-08 18:09 
AnswerRe: Create a global database connection string using VB.NET Window Form Pin
Christian Graus6-May-08 18:13
protectorChristian Graus6-May-08 18:13 
QuestionRe: Create a global database connection string using VB.NET Window Form Pin
drexler_kk6-May-08 19:10
drexler_kk6-May-08 19:10 
AnswerRe: Create a global database connection string using VB.NET Window Form Pin
Christian Graus6-May-08 19:26
protectorChristian Graus6-May-08 19:26 
GeneralRe: Create a global database connection string using VB.NET Window Form Pin
drexler_kk6-May-08 19:42
drexler_kk6-May-08 19:42 
GeneralRe: Create a global database connection string using VB.NET Window Form Pin
Mycroft Holmes7-May-08 19:42
professionalMycroft Holmes7-May-08 19:42 
QuestionCalling a Stored Procedure in DB2 Pin
sagittarian6-May-08 16:39
sagittarian6-May-08 16:39 
I have been working on migrating a old ASP app to asp.net and the VBScript block that calls a DB2 stored procedure looks like this:

oCmd.Prepared = true
Set oParam = oCmd.CreateParameter("RETURN", adsmallInt, 3, 2, 0)
oParam.Precision = 4
oParam.NumericScale = 0
oCmd.Parameters.Append oParam
ExecuteCmd oCmd
oRsReturn = oCmd.Parameters

If someone can tell me how to convert the code to VB.Net that would be great, I don't seem to find the equivalent of the first line and the last line and I don't know how to create similar parameters.

Thanks for reading!
AnswerRe: Calling a Stored Procedure in DB2 Pin
Christian Graus6-May-08 17:50
protectorChristian Graus6-May-08 17:50 
QuestionI am not sure what the correct name is that I should be using Pin
winsane6-May-08 10:58
winsane6-May-08 10:58 
AnswerRe: I am not sure what the correct name is that I should be using Pin
Christian Graus6-May-08 11:47
protectorChristian Graus6-May-08 11:47 
Questionsmall arrow at my form Pin
asha_s6-May-08 6:52
asha_s6-May-08 6:52 
AnswerRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 7:55
mveDave Kreskowiak6-May-08 7:55 
GeneralRe: small arrow at my form Pin
asha_s6-May-08 8:34
asha_s6-May-08 8:34 
GeneralRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 8:44
mveDave Kreskowiak6-May-08 8:44 
QuestionRe: small arrow at my form Pin
asha_s6-May-08 8:54
asha_s6-May-08 8:54 
AnswerRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 9:03
mveDave Kreskowiak6-May-08 9:03 
GeneralRe: small arrow at my form Pin
asha_s7-May-08 3:03
asha_s7-May-08 3:03 
QuestionDataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 6:08
SteveNY6-May-08 6:08 
AnswerRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 8:13
mveDave Kreskowiak6-May-08 8:13 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 8:22
SteveNY6-May-08 8:22 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 8:46
mveDave Kreskowiak6-May-08 8:46 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 11:13
SteveNY6-May-08 11:13 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 19:23
mveDave Kreskowiak6-May-08 19:23 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY7-May-08 11:12
SteveNY7-May-08 11:12 

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.