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

C#

 
GeneralRe: GINA.dll Pin
amal_pro8326-Mar-04 6:27
amal_pro8326-Mar-04 6:27 
GeneralKey event in VS2003 Pin
thomasa25-Mar-04 23:28
thomasa25-Mar-04 23:28 
GeneralRe: Key event in VS2003 Pin
Heath Stewart26-Mar-04 3:30
protectorHeath Stewart26-Mar-04 3:30 
GeneralRe: Key event in VS2003 Pin
thomasa14-Apr-04 3:30
thomasa14-Apr-04 3:30 
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 
Output parameters of a table type are not supported by the System.Data.OleDb, though you could fanagle them somehow and parse the data yourself. I've seen an example of this a long time back, but it isn't a very efficient operation anyway.

Since you're using Oracle, why not use the Oracle.NET provider which is designed specifically for Oracle (just like SQL Server has had System.Data.SqlClient since .NET 1.0). The Oracle.NET provider is shipped with .NET 1.1 and is available for download somewhere on http://msdn.microsoft.com[^] for .NET 1.0 (they call it a beta, but that's only because they planned on releasing it for 1.1).

In System.Data.OracleClientOracleType I don't see any enum member for a table of data, but there is always RAW, which you can use a byte[] array with and parse out the INTs yourself.

 

Microsoft MVP, Visual C#
My Articles
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 
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 

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.