Click here to Skip to main content
15,907,392 members
Home / Discussions / Web Development
   

Web Development

 
Questioncross browser a:active in CSS Pin
248912814-May-08 1:39
248912814-May-08 1:39 
AnswerRe: cross browser a:active in CSS Pin
Shog914-May-08 5:44
sitebuilderShog914-May-08 5:44 
GeneralRe: cross browser a:active in CSS Pin
248912814-May-08 22:36
248912814-May-08 22:36 
GeneralRe: cross browser a:active in CSS Pin
Shog915-May-08 4:10
sitebuilderShog915-May-08 4:10 
Questiondatabase Pin
rose19613-May-08 23:30
rose19613-May-08 23:30 
AnswerRe: database Pin
Christian Graus14-May-08 0:06
protectorChristian Graus14-May-08 0:06 
AnswerRe: database Pin
47_MasoN_4716-May-08 3:17
professional47_MasoN_4716-May-08 3:17 
QuestionAdding Out put parameter in Parameter array for Oracle Helper class Pin
shames(Sam)13-May-08 22:15
shames(Sam)13-May-08 22:15 
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

Web Developer

Questionget homepage of client browser Pin
Mahdi 8216102113-May-08 18:37
Mahdi 8216102113-May-08 18:37 
AnswerRe: get homepage of client browser Pin
Shog913-May-08 18:57
sitebuilderShog913-May-08 18:57 
GeneralRe: get homepage of client browser Pin
Christian Graus14-May-08 0:07
protectorChristian Graus14-May-08 0:07 
GeneralRe: get homepage of client browser Pin
Shog914-May-08 5:40
sitebuilderShog914-May-08 5:40 
AnswerRe: get homepage of client browser Pin
47_MasoN_4716-May-08 3:35
professional47_MasoN_4716-May-08 3:35 
Questionsend mail through asp Pin
idsanjeevjha12-May-08 22:06
idsanjeevjha12-May-08 22:06 
AnswerRe: send mail through asp Pin
Christian Graus12-May-08 22:30
protectorChristian Graus12-May-08 22:30 
QuestionRe: send mail through asp Pin
idsanjeevjha12-May-08 23:03
idsanjeevjha12-May-08 23:03 
AnswerRe: send mail through asp Pin
Christian Graus13-May-08 0:26
protectorChristian Graus13-May-08 0:26 
GeneralRe: send mail through asp Pin
idsanjeevjha13-May-08 1:11
idsanjeevjha13-May-08 1:11 
AnswerRe: send mail through asp Pin
Vasudevan Deepak Kumar16-May-08 0:16
Vasudevan Deepak Kumar16-May-08 0:16 
AnswerRe: send mail through asp Pin
Poonam Gandash13-May-08 3:36
Poonam Gandash13-May-08 3:36 
GeneralASP.Net web hosting [modified] Pin
The Web Developer12-May-08 14:28
The Web Developer12-May-08 14:28 
GeneralRe: ASP.Net web hosting Pin
Christian Graus12-May-08 14:32
protectorChristian Graus12-May-08 14:32 
GeneralRe: ASP.Net web hosting Pin
The Web Developer12-May-08 14:40
The Web Developer12-May-08 14:40 
GeneralRe: ASP.Net web hosting Pin
keyboard warrior12-May-08 14:43
keyboard warrior12-May-08 14:43 
GeneralRe: ASP.Net web hosting Pin
The Web Developer12-May-08 14:48
The Web Developer12-May-08 14:48 

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.