Dbi, Oracle, CursorName

2005-10-11 Thread Nardin, Simon
Hi! I'm using perl to access Oracle database. Everything is going well, but now I have a question about using CursorName. I was searching on the net for examples without success how to use cursors with FOR UPDATE and CURRENT OF construct. Is this possible with Oracle using CursorName? Maybe do

Stored procedure problem

2005-10-11 Thread Speedy Gonsales
Hello! http://bugs.mysql.com/bug.php?id=2658 Have somebody found solution for above bug, as I will code myself the solution, but I am asking here to not reinvent the wheel :-) Problem is following: In MySQL 5 you can use stored procedures, which in mysql client return resultsets, but when

Re: Dbi, Oracle, CursorName

2005-10-11 Thread Alexandru STAN
Simon Nardin wrote: Hi! I'm using perl to access Oracle database. Everything is going well, but now I have a question about using CursorName. I was searching on the net for examples without success how to use cursors with FOR UPDATE and CURRENT OF construct. Is this possible with Oracle using

Re: Dbi, Oracle, CursorName

2005-10-11 Thread Charles Jardine
Nardin, Simon wrote, on 11/10/2005 09:05: Hi! I'm using perl to access Oracle database. Everything is going well, but now I have a question about using CursorName. I was searching on the net for examples without success how to use cursors with FOR UPDATE and CURRENT OF construct. Is this