473,378 Members | 1,369 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,378 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 1641

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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.