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
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
Comment