473,399 Members | 3,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Error with OracleParameterCollection after upgrading to 1.1

Probably been asked before but I cannot find a resolution:

I receive the following error when calling a stored proc in Oracle but
this works with v1.0 of the framework:

The OracleParameter with ParameterName 'p_Subscriber_ID' is already
contained by another OracleParameterCollection.

Any help would be appreciated!

Renae

Code snippet:

Dim ps As New OracleParameterCollection

ps.Add(New OracleParameter("p_Subscriber_ID",
OracleType.VarChar, 9, ParameterDirection.Input, False, 0, 0, "",
DataRowVersion.Default, PstrSubscriberId))
ps.Add(New OracleParameter("p_Subscriber_Password",
OracleType.VarChar, 15, ParameterDirection.Input, False, 0, 0, "",
DataRowVersion.Default, PstrPassword))
ps.Add(New OracleParameter("p_Result_Msg",
OracleType.VarChar, 256, ParameterDirection.Output, True, 0, 0, "",
DataRowVersion.Default, MDbNull))
ps.Add(New OracleParameter("p_Error_Msg",
OracleType.VarChar, 256, ParameterDirection.Output, True, 0, 0, "",
DataRowVersion.Default, MDbNull))
Jul 21 '05 #1
0 1644

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Laszlo | last post by:
Hi everybody I am a beginner in Perl DBI. The following dummy code " #!c:\perl\bin\perl.exe # use DBI; "
0
by: Mike Chirico | last post by:
With mysql-4.1.1-alpha, using any User Defined Function ( UDF) at the query execution stage, on Linux 2.6, gave me the following error: "ERROR 2013 (HY000): Lost connection to MySQL server...
5
by: DU | last post by:
Hi! I really need to understand what is so-called browser error correction mechanisms. Can you explain this? I read somewhere (and I no longer can find where I read that) that browsers try to...
0
by: Renae | last post by:
Probably been asked before but I cannot find a resolution: I receive the following error when calling a stored proc in Oracle but this works with v1.0 of the framework: The OracleParameter...
13
by: Shawn | last post by:
After upgrading to IIS 6.0 /Windows Server 2003 Standard Ed, I get the following error message for regular .asp pages. How can I fix this? HTTP Error 403 403.1 Forbidden: Execute Access...
3
by: Meher Malakapalli | last post by:
Hi, I have converted a VB 6 App to VB.NET App but when I try to run the application in the VB.NET IDE I get the following compile error. 'ScaleTop' is not a member of...
2
by: Ivan | last post by:
Hi, I experienced a problem while upgrading from DB2 UDB LUW Workgroup edition 7.2 FixPak 10a to Workgroup Server edition 8.2 FixPak 12. The install wizard said the upgrade was successful but none...
0
by: Vids | last post by:
Hi, We are doing migration of web service from VS2003 to VS2005 After upgrading the project I m trying to add a web reference to the web service. While adding web reference it shows all the web...
4
by: adam.timberlake | last post by:
Me again! I am trying to create a currency converter function for my eCommerce that still pet treats. I am a little short on money recently and so cannot afford a programmer. Can somebody tell me...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.