i´m stucked for a couple of weeks with a RESULT_JOIN in pmapper

believe me ive read everything, but i can not get it done, really

im building my city maps and i my metadata for the layer im working is

METADATA
  "DESCRIPTION"  "Inmuebles"
   "RESULT_FIELDS" "ADREMA, MANZANA, SUPERFICIE, CUENTA"
  "RESULT_HEADERS" "Adrema, Manzana, Superficie, Cuenta"
   "LAYER_ENCODING" "UTF-8"
  "ows_title"      "Parcelas"
   "RESULT_JOIN" "odbc://user:p...@localhost/SQLMPL||inmueb...@adrema
@0...@cuenta||Adrema||0"
END

i even tested my odbc connection through a single file like this:

<?php
require_once 'DB.php';

$dsn = 'odbc://user:p...@localhost/SQLMPL';
$options = array(
    'debug'       => 2,
    'portability' => DB_PORTABILITY_ALL,
);

$db =& DB::connect($dsn, $options);
if (PEAR::isError($db)) {
    die($db->getMessage());
}

// ...

$db->disconnect();
?>

and it works great (if i dont specify the user or pass it gives me an error,
and so on)

but when i try my maps with the web browser, the "loading" spinning wheel
keeps spinning and i got no error logs.

im desperate, i dont know what to do

any idea?
---
Gustavo Insaurralde
Analista Programador en Sistemas
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to