Click here to Skip to main content
15,887,135 members
Home / Discussions / Database
   

Database

 
AnswerRe: Performance in Microsoft SQL Server Pin
Prasanta_Prince6-May-11 19:22
Prasanta_Prince6-May-11 19:22 
QuestionNeed some Oracle help if possible [modified] Pin
Michael J. Eber4-May-11 10:12
Michael J. Eber4-May-11 10:12 
AnswerRe: Need some Oracle help if possible Pin
Chris Meech5-May-11 3:37
Chris Meech5-May-11 3:37 
GeneralRe: Need some Oracle help if possible Pin
Michael J. Eber5-May-11 8:16
Michael J. Eber5-May-11 8:16 
GeneralRe: Need some Oracle help if possible Pin
jschell5-May-11 8:30
jschell5-May-11 8:30 
GeneralRe: Need some Oracle help if possible Pin
Michael J. Eber5-May-11 8:47
Michael J. Eber5-May-11 8:47 
GeneralRe: Need some Oracle help if possible Pin
jschell6-May-11 11:04
jschell6-May-11 11:04 
GeneralRe: Need some Oracle help if possible Pin
Chris Meech5-May-11 8:31
Chris Meech5-May-11 8:31 
It looks as though you are assigning the result of the function call to a variable and the types of the two do not match. The function is going to return a BOOL type and the variable is of type OracleRefCursor.

Not sure if this will work, but instead of ExecuteNonQuery(), would you be able to ExecuteQuery(string) instead and then check the value of the parameter. The parameter should be defined as type BOOL as well.
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

GeneralRe: Need some Oracle help if possible Pin
Michael J. Eber5-May-11 8:49
Michael J. Eber5-May-11 8:49 
GeneralRe: Need some Oracle help if possible Pin
Chris Meech5-May-11 8:53
Chris Meech5-May-11 8:53 
AnswerRe: Need some Oracle help if possible Pin
SilimSayo5-May-11 8:47
SilimSayo5-May-11 8:47 
QuestionHow to recover identity ID after insert in MSSQL 2008? Pin
Igor Jas3-May-11 7:15
Igor Jas3-May-11 7:15 
AnswerRe: How to recover identity ID after insert in MSSQL 2008? Pin
DaveAuld3-May-11 7:34
professionalDaveAuld3-May-11 7:34 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
Igor Jas3-May-11 11:07
Igor Jas3-May-11 11:07 
AnswerRe: How to recover identity ID after insert in MSSQL 2008? Pin
PIEBALDconsult4-May-11 1:38
mvePIEBALDconsult4-May-11 1:38 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
jschell4-May-11 8:47
jschell4-May-11 8:47 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
Mycroft Holmes5-May-11 3:46
professionalMycroft Holmes5-May-11 3:46 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
Chris Meech5-May-11 3:54
Chris Meech5-May-11 3:54 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
jschell5-May-11 8:07
jschell5-May-11 8:07 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
Igor Jas5-May-11 9:24
Igor Jas5-May-11 9:24 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
Mycroft Holmes5-May-11 12:30
professionalMycroft Holmes5-May-11 12:30 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
jschell6-May-11 10:50
jschell6-May-11 10:50 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
Mycroft Holmes5-May-11 12:27
professionalMycroft Holmes5-May-11 12:27 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
PIEBALDconsult5-May-11 14:24
mvePIEBALDconsult5-May-11 14:24 
GeneralRe: How to recover identity ID after insert in MSSQL 2008? Pin
Mycroft Holmes5-May-11 15:12
professionalMycroft Holmes5-May-11 15: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.