Click here to Skip to main content
15,916,412 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to add Listview subitem with For Loop Pin
kurja-kurdoh19-Feb-13 6:38
kurja-kurdoh19-Feb-13 6:38 
GeneralRe: How to add Listview subitem with For Loop Pin
Richard MacCutchan19-Feb-13 6:59
mveRichard MacCutchan19-Feb-13 6:59 
GeneralRe: How to add Listview subitem with For Loop Pin
kurja-kurdoh19-Feb-13 18:02
kurja-kurdoh19-Feb-13 18:02 
GeneralRe: How to add Listview subitem with For Loop Pin
Richard MacCutchan19-Feb-13 21:50
mveRichard MacCutchan19-Feb-13 21:50 
Questionvb6 code for grow island or grow valley game Pin
Shiela Alvarez7-Feb-13 14:25
Shiela Alvarez7-Feb-13 14:25 
AnswerRe: vb6 code for grow island or grow valley game Pin
Dave Kreskowiak7-Feb-13 18:48
mveDave Kreskowiak7-Feb-13 18:48 
GeneralRe: vb6 code for grow island or grow valley game Pin
Shiela Alvarez23-Feb-13 4:34
Shiela Alvarez23-Feb-13 4:34 
GeneralRe: vb6 code for grow island or grow valley game Pin
Dave Kreskowiak23-Feb-13 5:16
mveDave Kreskowiak23-Feb-13 5:16 
QuestionThis File has been modified outside the source editor. Pin
QuickBooksDev5-Feb-13 3:53
QuickBooksDev5-Feb-13 3:53 
QuestionRe: This File has been modified outside the source editor. Pin
Eddy Vluggen5-Feb-13 5:05
professionalEddy Vluggen5-Feb-13 5:05 
AnswerRe: This File has been modified outside the source editor. Pin
QuickBooksDev5-Feb-13 7:23
QuickBooksDev5-Feb-13 7:23 
AnswerRe: This File has been modified outside the source editor. Pin
Eddy Vluggen5-Feb-13 9:30
professionalEddy Vluggen5-Feb-13 9:30 
GeneralRe: This File has been modified outside the source editor. Pin
QuickBooksDev5-Feb-13 9:49
QuickBooksDev5-Feb-13 9:49 
GeneralRe: This File has been modified outside the source editor. Pin
Eddy Vluggen5-Feb-13 10:01
professionalEddy Vluggen5-Feb-13 10:01 
GeneralRe: This File has been modified outside the source editor. Pin
QuickBooksDev6-Feb-13 0:02
QuickBooksDev6-Feb-13 0:02 
QuestionUse Stored Procedure with VB6 ADODC Pin
Yusuf Mohammad4-Feb-13 22:57
Yusuf Mohammad4-Feb-13 22:57 
AnswerRe: Use Stored Procedure with VB6 ADODC Pin
Eddy Vluggen5-Feb-13 0:46
professionalEddy Vluggen5-Feb-13 0:46 
GeneralRe: Use Stored Procedure with VB6 ADODC Pin
Yusuf Mohammad5-Feb-13 1:06
Yusuf Mohammad5-Feb-13 1:06 
AnswerRe: Use Stored Procedure with VB6 ADODC Pin
Eddy Vluggen5-Feb-13 3:17
professionalEddy Vluggen5-Feb-13 3:17 
AnswerRe: Use Stored Procedure with VB6 ADODC Pin
Richard Deeming5-Feb-13 1:31
mveRichard Deeming5-Feb-13 1:31 
It's difficult to find documentation for this - all of the VB6 documentation on MSDN has been retired.

Looking at the .NET compatibility wrapper[^], you should have a property called CommandType, which you need to set to adCmdStoredProc (or 4 if the constant isn't defined).

I don't think there's any way to pass parameters to the query, other than using an ADODB.Command to manually execute the query and assigning the results to the Recordset property on the ADODC control.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Use Stored Procedure with VB6 ADODC Pin
CHill606-Feb-13 3:52
mveCHill606-Feb-13 3:52 
GeneralRe: Use Stored Procedure with VB6 ADODC Pin
Dave Kreskowiak6-Feb-13 5:43
mveDave Kreskowiak6-Feb-13 5:43 
AnswerRe: Use Stored Procedure with VB6 ADODC Pin
Yusuf Mohammad5-Feb-13 2:05
Yusuf Mohammad5-Feb-13 2:05 
QuestionIN Visual Studio 2010 Pin
htet htet soe 4-Feb-13 22:44
htet htet soe 4-Feb-13 22:44 
AnswerRe: IN Visual Studio 2010 Pin
Simon_Whale4-Feb-13 23:17
Simon_Whale4-Feb-13 23:17 

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.