Click here to Skip to main content
15,895,799 members
Home / Discussions / Database
   

Database

 
AnswerRe: Correlated sub query issue Pin
Ashfield14-May-08 3:10
Ashfield14-May-08 3:10 
GeneralRe: Correlated sub query issue Pin
AJ du Plessis14-May-08 4:20
AJ du Plessis14-May-08 4:20 
GeneralRe: Correlated sub query issue Pin
Ashfield14-May-08 21:09
Ashfield14-May-08 21:09 
QuestionSMO get backup file to store on another pc Pin
JoZ CaVaLLo13-May-08 23:33
JoZ CaVaLLo13-May-08 23:33 
AnswerRe: SMO get backup file to store on another pc Pin
Mycroft Holmes14-May-08 20:24
professionalMycroft Holmes14-May-08 20:24 
GeneralRe: SMO get backup file to store on another pc Pin
JoZ CaVaLLo14-May-08 22:42
JoZ CaVaLLo14-May-08 22:42 
GeneralRe: SMO get backup file to store on another pc Pin
Mycroft Holmes14-May-08 22:53
professionalMycroft Holmes14-May-08 22:53 
QuestionAdding a out put parameter in parameter array for OracleHelper class Pin
shames(Sam)13-May-08 22:12
shames(Sam)13-May-08 22:12 
i am trying to add a out put parameter for parameter array like this

string SpName = "USP_SHIPPINGMETHOD";//store procedure name
OracleParameter[] param = {
new OracleParameter("STORESHIPPINGMETHODID",this.StoreShipId),
new OracleParameter("STOREID", this.StoreId),
new OracleParameter("PRICE",this.Price),
new OracleParameter("ONLINESHIPPINGMETHOD",this.OnLineShippingMethodID),
new OracleParameter("ACTIVE",this.Active),
new OracleParameter("PERCENT",this.percent),
new OracleParameter("SHIPPING_METHOD_NAME",this.ShippingMethodName),
new OracleParameter("METHOD_TYPE",this.MethodType),
new OracleParameter("CUSTOMCRITERIAID",this.CriteriaID),
new OracleParameter("QTY",this.Qty),
new OracleParameter("ADDITIONALCOST",this.AdditionalCost),
new OracleParameter("ADDITIONALQTY",this.AdditionalQty),
new OracleParameter("TEMPID",this.AdditionalQty).Direction=ParameterDirection.Output,

};
int r = OracleHelper.ExecuteNonQuery(connection, CommandType.StoredProcedure, SpName, param);
r = int.Parse(param["TEMPID"].Value.ToString());




Error Cannot implicitly convert type 'System.Data.ParameterDirection' to 'System.Data.OracleClient.OracleParameter' (For TempId);



thanks
sam Wink | ;)

Web Developer

QuestionSlow DTS Pin
Member 290588913-May-08 21:08
Member 290588913-May-08 21:08 
AnswerRe: Slow DTS Pin
Ashfield13-May-08 21:16
Ashfield13-May-08 21:16 
QuestionValidating if a varchar column contains int values Pin
JacquesDP13-May-08 20:20
JacquesDP13-May-08 20:20 
AnswerRe: Validating if a varchar column contains int values Pin
Ashfield13-May-08 21:11
Ashfield13-May-08 21:11 
GeneralRe: Validating if a varchar column contains int values Pin
JacquesDP13-May-08 21:13
JacquesDP13-May-08 21:13 
GeneralRe: Validating if a varchar column contains int values Pin
Ashfield13-May-08 21:27
Ashfield13-May-08 21:27 
AnswerRe: Validating if a varchar column contains int values Pin
Blue_Boy13-May-08 21:15
Blue_Boy13-May-08 21:15 
QuestionTo get output of Sysdate in a variable Pin
megha_gharote13-May-08 20:03
megha_gharote13-May-08 20:03 
QuestionMFC application crashed in the dll's function ConnectTransact Pin
Arun Kuriyakkotte Ramachandran13-May-08 15:49
Arun Kuriyakkotte Ramachandran13-May-08 15:49 
QuestionExpense of network traffic Pin
Member 391904913-May-08 11:40
Member 391904913-May-08 11:40 
AnswerRe: Expense of network traffic Pin
Mark J. Miller14-May-08 4:42
Mark J. Miller14-May-08 4:42 
QuestionOracle message, error that makes no sense Pin
eggsovereasy13-May-08 8:27
eggsovereasy13-May-08 8:27 
AnswerRe: Oracle message, error that makes no sense Pin
Blue_Boy13-May-08 8:49
Blue_Boy13-May-08 8:49 
AnswerRe: Oracle message, error that makes no sense Pin
MarkTime13-May-08 9:52
MarkTime13-May-08 9:52 
GeneralRe: Oracle message, error that makes no sense Pin
eggsovereasy13-May-08 9:59
eggsovereasy13-May-08 9:59 
QuestionMS Access VBA command entry problem Pin
Member 450523613-May-08 4:16
Member 450523613-May-08 4:16 
Questionhow to know the host name in oracle 9i. [modified] Pin
ajaych13-May-08 3:40
ajaych13-May-08 3:40 

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.