hi to you all!

I've just signed in and have a question! nice, huh?

So here it goes: Has anyone ever tried to run php + oracle?

i am having slow trouble, and i saw that some of the mysql

functions are not present at the oci or ora functions on php.

for example: mysql_data_seek()....

can anyone help me?

    I currently have a trial running with Oracle and PHP no problem.
    However I am using ODBC rathre than PHP's built in Oracle functionality.
    What specific problems are you having?
    🙂

      Something like mysql_data_seek can be overcome with a simple loop. I use php with oracl, pgsql, and mysql, and haven't found anything lacking from any of the functions that normal operation would need.

        Take a look at the Oracle 8 functions . They have all the functionality one should need, including cursor manipulation (with multiple cursors 🆒 ), objects and transactions.

          what is the oracle equivalence of mysql_data_seek() function?

          when the fectch result is huge, mysql_data_seek() can help to fetch chunks of data.

          How should I do for Oracle database?

            Write a Reply...