Re: [OSGeo-Discuss] Db connect

2010-03-03 Thread Ravi
Hi, this is the output Pl educate me.. what does it indicate, among many others 1.The connection works ?? Ravi Element 0: 010320847F0100750185EB5DC924CD2141F81548992FAE3C4135542EE00CCD214174280385D9AD3C4173DD0BD6E1CC2141486F267C77AD3C41D14CB04E2FCD2141909A9B9D74AD3C413F2FB808B9

Re: [OSGeo-Discuss] Db connect

2010-03-03 Thread Dave Patton
On 2010/03/02 7:01 PM, Ravi wrote: Hi, am using OSGeo4W bundle and the apache and php there in. Apache installed OK showing as aservice and in the browser http:\\localhost issues the OSGeo4w welcome screen and phpthere on with the following wish to connect to PGSQL 8.4 and postGIS there in wi

[OSGeo-Discuss] OGR problem

2010-03-03 Thread Pablo Carreira
Hi, I have an OGR problem, if someone have a sugestion I would apreciate: I'am trying to export some vectors to Mysql but I got the following problem: ERROR 1: MySQL error message:Duplicate entry '1' for key 'OGR_FID' For every vector it try to use the same OGR_FID and at the end It exp

Re: [OSGeo-Discuss] Db connect

2010-03-03 Thread Dave Patton
On 2010/03/02 7:01 PM, Ravi wrote: Hi, am using OSGeo4W bundle and the apache and php there in. Apache installed OK showing as aservice and in the browser http:\\localhost issues the OSGeo4w welcome screen and phpthere on with the following wish to connect to PGSQL 8.4 and postGIS there in wi

Re: [OSGeo-Discuss] Db connect

2010-03-03 Thread Ricky Jacob
Hi, In this line: $query = “SELECT * FROM rjybound”; Add a ';' to it like this. $query = “SELECT * FROM rjybound*;*”; Guess it should work. Ricky On Wed, Mar 3, 2010 at 12:31 PM, Ravi wrote: > Hi, > even when $dbhandle is changed to $db_handle > gives error > Parse error: syntax error, unex

Re: [OSGeo-Discuss] Db connect

2010-03-03 Thread Ravi
Hi, even when $dbhandle is changed to $db_handle gives error Parse error: syntax error, unexpected '=' in C:\OSGeo4W\apache\htdocs\lu.php on line 2 Is using Vista Home is an issue Ravi Kumar --- On Wed, 3/3/10, Robert Hollingsworth wrote: > From: Robert Hollingsworth > Subject: Re: [OSGeo-Di

RE: [OSGeo-Discuss] Db connect

2010-03-03 Thread Ravi
Hi Kumaran, phpinfo(); (needs another ?> before ;) phpinfo()?>; it is displaying what it should. Ravi Kumar --- On Wed, 3/3/10, Kumaran Narayanaswamy wrote: > From: Kumaran Narayanaswamy > Subject: RE: [OSGeo-Discuss] Db connect > To: "'OSGeo Discussions'" > Date: Wednesday, 3 Marc