473,401 Members | 2,127 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,401 software developers and data experts.

Re:stored procedure in oracle-to insert values and get output value

21
hi
can anyone help me to simplify my logic in writing code,
i have ms acess database table.i want to get the data from there(using select command with where clause) and insert into a stored procedure in oracle database.
stored procedure package has 8 i/p fields and 1 output feilds.
when i insert fields i need to get the o/p value from it and update it into ms acess DB table.

My doubt is how to get data from Acess and enter into stored procedure in oracle

Please give me suggestions , it will be a great help for me

Thanks in Advance
Nov 20 '07 #1
2 1718
riyap
21
i understood the oracle procedure
but only question is after excuting the acess db query, how do i assign those values(each field values) to the parameters im passing into oracle procedure
i.e value=???
how do i give the access feilds values to oracle parameters and pass it
Kindly help me
ur help is appreciated
Nov 21 '07 #2
Frinavale
9,735 Expert Mod 8TB
hi
can anyone help me to simplify my logic in writing code,
i have ms acess database table.i want to get the data from there(using select command with where clause) and insert into a stored procedure in oracle database.
stored procedure package has 8 i/p fields and 1 output feilds.
when i insert fields i need to get the o/p value from it and update it into ms acess DB table.

My doubt is how to get data from Acess and enter into stored procedure in oracle

Please give me suggestions , it will be a great help for me

Thanks in Advance
Hi!

Your question is very large so it is very hard to answer.
What language are you developing in?

Do you know how to connect to an Access database?
(see this article if you do not )

Do you know how to connect to an Oracle database?
(see this article if you do not )

Have you seen the .NET article on how to use a database in your proram? This article includes some quick examples on how to access the data retrieved from the database.


What have you tried so far to solve your problem?

-Frinny
Nov 21 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: Chopper | last post by:
I have a stored procedure that takes parameter @description with datatype set to text. In my ASP I have the following: ..Parameters.Append...
3
by: Thiemo Kellner | last post by:
Hi, we have come across the problem that the execution of a stored procedure by our scheduling tool (cronacle -> over db link) fails with the error message: ORA-04068: existing state of...
3
by: Vagif Abilov | last post by:
Hello, I have a question regarding stored procedure desing that provides the optimal performance. Let's say we have a table Products that consists of three columns: Name, Status,...
2
by: marko | last post by:
Hi! I've seen a thread a while ago about undroppable stored procedures on LUW 7 and 8 up to 8.1.4. It's happend to me as well so I wonder if anybody has come up with a solution (upgrade is not...
5
by: Tim::.. | last post by:
Can someone please tell me if it is possible to get the SQL statement from a stored procedure in ASP.NET? Dim Myconn As New SqlConnection(ConfigurationSettings.AppSettings("strConn")) Dim cmd As...
9
by: Rickard | last post by:
Hi Can someone tell me if and how it's possible to let a user exit an execution of a Stored Procedure. As it is right now, the user makes some selections in a form, then clicks the search button....
3
by: Wie | last post by:
I need help. How do I create a stored procedure with SQLCommand? I have tried following string, but it doesn't work. I am using vs.net 2003 professional now. dbCommand.CommandText = _...
6
by: Michal Hlavac | last post by:
hello, I have interesting problem... I have stored procedure, which works good, but only if input is "correct". Correct input is, when $1 is id, which exists in table... If I put non exists id,...
2
by: Kent Anderson | last post by:
We are currently switching to stored procedures for a lot of our database activity. The question has come up about the transactional nature of the stored procedures. I was wondering if stored...
6
by: chessitguy | last post by:
my stored procedure: create procedure ps_title @Title nchar(15) AS SELECT ,Title FROM books Where Title = @Title this is my code. i'm passing variable to sp and getting no results.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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.