Click here to Skip to main content
15,888,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Questionpng lossless resize Pin
JellyCoe4-Feb-13 5:39
JellyCoe4-Feb-13 5:39 
AnswerRe: png lossless resize Pin
237414-Feb-13 6:54
237414-Feb-13 6:54 
QuestionCustom Tab Control that I found on here Pin
NSoft Studios3-Feb-13 13:10
NSoft Studios3-Feb-13 13:10 
AnswerRe: Custom Tab Control that I found on here Pin
Dave Kreskowiak3-Feb-13 13:19
mveDave Kreskowiak3-Feb-13 13:19 
GeneralRe: Custom Tab Control that I found on here Pin
NSoft Studios3-Feb-13 13:44
NSoft Studios3-Feb-13 13:44 
GeneralRe: Custom Tab Control that I found on here Pin
Richard MacCutchan3-Feb-13 22:40
mveRichard MacCutchan3-Feb-13 22:40 
QuestionRetrieving Custom Attributes Pin
Dominick Marciano1-Feb-13 21:34
professionalDominick Marciano1-Feb-13 21:34 
AnswerRe: Retrieving Custom Attributes Pin
Eddy Vluggen2-Feb-13 2:11
professionalEddy Vluggen2-Feb-13 2:11 
QuestionSearch criteria - classic asp not working Pin
miss78631-Jan-13 4:01
miss78631-Jan-13 4:01 
AnswerRe: Search criteria - classic asp not working Pin
Eddy Vluggen31-Jan-13 10:18
professionalEddy Vluggen31-Jan-13 10:18 
GeneralRe: Search criteria - classic asp not working Pin
miss7866-Feb-13 1:03
miss7866-Feb-13 1:03 
GeneralRe: Search criteria - classic asp not working Pin
Eddy Vluggen6-Feb-13 7:11
professionalEddy Vluggen6-Feb-13 7:11 

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.