Gambin Dejan wrote:
> Hi,
> 
> I am using the latest pmapper version (3.2-beta2). I am trying to make
> an external join to Oracle database. I have installed MDB2 PEAR package
> and I have succesfully (after many trials/errors) made a connection
> using a sample PHP script. The point was I had to configure the oci8
> connect string differently because it couldn't find tnsnames.ora and I
> have used the direct naming method so my conect string now is something
> like:
> "oci8://username:[EMAIL PROTECTED]:1521/?service=server_databas
> e_service"

I don't see what should be special with that DSN definition, it's 
exactly the example from the docs.


> 
> In p.mapper, it is successfully connected but I am getting error (using
> debug=3): "PHP Fatal error:  Call to undefined function:
> MDB2_Driver_oci8::getAll(). in
> C:\Projekti\GIS\WebGIS\ms4w\Apache\php\PEAR\MDB2.php on line 1936"
> 
> I can see in PEAR documentation getAll method exists so something else
> must be the problem.

Seems like getAll has been removed from the default methods and requires 
the 'extended' module. I will check to get it solved, but first I have 
to dig out sample data again since I practically never use joins.

armin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to