p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > C# and C > C# 2005 > C# 2005
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
C# 2005 For discussion of Visual C# 2005.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old March 13th, 2007, 05:54 AM
Registered User
 
Join Date: Mar 2007
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Oracle Stored Procedure

Hi
I am using Oracle 10G
I have a stored procedure which takes to input parameter and updates a row in a table

I am using the following code in C#

_cmd.CommandText = "Exec UpdateEmployee (" + custId + "," + name + ");";
_cmd.commandtype=commandtype.text;
_cmd.ExecuteNonQuery();

The above does not work for oracle database but works fine for sql server. Please help.

I do not know the names of stored procedure parameters at run time. I can just use their position




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
.net with oracle stored procedure vgsgowrisankar C# 2005 1 April 16th, 2008 04:14 PM
Create and executing an oracle stored procedure Venstar Oracle 1 January 10th, 2006 05:10 AM
How to set Oracle Stored Procedure Timeout jcslam Oracle 0 October 18th, 2004 04:38 AM
Calling an Oracle Stored Procedure booksnore2 BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 2 October 1st, 2004 10:35 AM
arrays and stored procedure in oracle Munawwar Oracle 1 March 12th, 2004 04:34 AM



All times are GMT -4. The time now is 04:13 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc