Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralPanel AutoScroll Pin
Krinitsky25-Mar-04 15:20
Krinitsky25-Mar-04 15:20 
GeneralRe: Panel AutoScroll Pin
Heath Stewart26-Mar-04 3:24
protectorHeath Stewart26-Mar-04 3:24 
GeneralOracle Stored Procedure Returns Table Pin
jm200225-Mar-04 13:00
jm200225-Mar-04 13:00 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart25-Mar-04 13:57
protectorHeath Stewart25-Mar-04 13:57 
GeneralRe: Oracle Stored Procedure Returns Table Pin
jm200226-Mar-04 3:37
jm200226-Mar-04 3:37 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart26-Mar-04 4:34
protectorHeath Stewart26-Mar-04 4:34 
GeneralRe: Oracle Stored Procedure Returns Table Pin
jm200226-Mar-04 3:53
jm200226-Mar-04 3:53 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart26-Mar-04 4:45
protectorHeath Stewart26-Mar-04 4:45 
That information would've been helpful in the first post. Smile | :)

That documentation you mentioned in the sibling post above didn't specify what OleDbType to use, did it? If you could find an OLE DB tool (there was a good one that came with VB6, but I can't remember what it was called) that gave your the actual DBTYPE_* types of parameters it gets back, you could match those up using information in the OleDbType enumeration documentation. It's apparently possible since it was mentioned in those docs you could, so matching it up to an OleDbType seems to be the only hurdle, unless of course the functionality you need is buried in the C++ OLE DB interfaces and isn't encapsulated in .NET's OLE DB classes. Here's to hope! Beer | [beer]

I took a look at the OLE DB SDK and found something you probably won't like, though: there is a DBTYPE_ARRAY defined in OLE DB that you can combine with whatever array item type you want, but it isn't exposed in .NET's OLE DB classes.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Oracle Stored Procedure Returns Table Pin
jm200226-Mar-04 7:36
jm200226-Mar-04 7:36 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart26-Mar-04 7:44
protectorHeath Stewart26-Mar-04 7:44 
Questionchange webservice address at runtime? Pin
visiontec25-Mar-04 12:35
visiontec25-Mar-04 12:35 
AnswerRe: change webservice address at runtime? Pin
Heath Stewart25-Mar-04 13:52
protectorHeath Stewart25-Mar-04 13:52 
AnswerRe: change webservice address at runtime? Pin
Mazdak25-Mar-04 19:54
Mazdak25-Mar-04 19:54 
GeneralDataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
bentai25-Mar-04 9:59
bentai25-Mar-04 9:59 
GeneralRe: Dataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
Heath Stewart25-Mar-04 14:03
protectorHeath Stewart25-Mar-04 14:03 
GeneralRe: Dataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
bentai29-Mar-04 4:29
bentai29-Mar-04 4:29 
GeneralRe: Dataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
Heath Stewart29-Mar-04 5:14
protectorHeath Stewart29-Mar-04 5:14 
GeneralPassing BStr by refrence to unmanaged dll Pin
schnee2k325-Mar-04 9:45
schnee2k325-Mar-04 9:45 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
Dave Kreskowiak25-Mar-04 12:03
mveDave Kreskowiak25-Mar-04 12:03 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
schnee2k325-Mar-04 12:10
schnee2k325-Mar-04 12:10 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
Dave Kreskowiak25-Mar-04 12:49
mveDave Kreskowiak25-Mar-04 12:49 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
schnee2k325-Mar-04 13:05
schnee2k325-Mar-04 13:05 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
Heath Stewart25-Mar-04 13:46
protectorHeath Stewart25-Mar-04 13:46 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
schnee2k325-Mar-04 14:21
schnee2k325-Mar-04 14:21 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
Dave Kreskowiak25-Mar-04 14:56
mveDave Kreskowiak25-Mar-04 14:56 

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.