<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I belive the problem is the same as it was in the OGR provider.<br>
It would probably be possible to fix in almost the same way, <br>
but using FDO intersection test instead of OGR intersection tests.<br>
<br>
It would be possible to use the OGR provider for MySQL data, but the
official release is built without MySQL.<br>
I cannot figure out how to build it "linked in" or "delayed-loaded",
thus requiring the mysql.dll to be distributed alongside.<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth, GEOGRAF A/S
</pre>
<br>
<br>
Traian Stanev skrev:
<blockquote
cite="mid:0345418B84C1684C8467DC5A2D7EFF6A043B17A7@msgusaebk01.autodesk.com"
type="cite">
<title>Re: [mapguide-users] RE: OGR and MGOS</title>
<meta http-equiv="Content-Type" content="text/html; ">
<meta content="MSHTML 6.00.6000.16481" name="GENERATOR">
<div>Ah, oops, I misread, you are not using the OGR provider when you
see your selection problem. Just ignore what I said then.</div>
<div> </div>
<blockquote dir="ltr" style="margin-right: 0px;">
<div><font size="2">-----Original Message----- <br>
<b>From:</b> <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a> on behalf
of Traian Stanev <br>
<b>Sent:</b> Thu 7/26/2007 11:23 AM <br>
<b>To:</b> MapGuide Users Mail List; <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<br>
<b>Cc:</b> <br>
<b>Subject:</b> RE: [mapguide-users] RE: OGR and MGOS<br>
<br>
</font></div>
<div> </div>
<div>The selection problem you are describing is fixed in the
latest available build of the OGR provider.</div>
<div> </div>
<div>Traian</div>
<div> </div>
<blockquote dir="ltr" style="margin-right: 0px;">
<div><font size="2">-----Original Message----- <br>
<b>From:</b> <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a> on behalf
of Dhirendra Kumar <br>
<b>Sent:</b> Thu 7/26/2007 3:24 AM <br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a> <br>
<b>Cc:</b> <br>
<b>Subject:</b> Re: [mapguide-users] RE: OGR and MGOS<br>
<br>
</font></div>
<br>
<p><font size="2">Hi Rahul-2,<br>
<br>
Are you sure that OGR 3.2 and MGOS 1.2.0 will work fine and provide<br>
connectivity with MySQL ? But MGOS 1.2.0 come with FDO 3.2.2.0 and OGR<br>
provider also available in version OGR 3.2.2, So for MySQL connectivity
i'll<br>
have to reinstall FDO 3.2 with MGOS .1.2.0 ?. If you have any suggestion<br>
then please replay me. I can establish connection MGOS 1.1.0 with MySQL
but<br>
problem in Layer polygon selection, when i select one polygon then
another<br>
near polygon get highlighted and for this resion my project get stuck.
So i<br>
am searching another FDO provider like postGIS or any good database that<br>
solve my problem. If you have any idea or suggestion then help me.
Thankyou<br>
in Advance.<br>
<br>
Regards,<br>
<br>
Dhirendra kumar<br>
<br>
Rahul-2 wrote:<br>
><br>
> Hi ,<br>
> I think you check your connection string ,it should
be--<br>
> <br>
> POSTGIS<br>
> DataSource -----PG: host=xxxx port=xxxx dbname=xxxx user= xxx<br>
> password=xxx<br>
> ReadOnly--------FALSE<br>
> <br>
> same kind of setting you can try for the MySQL.<br>
> <br>
> DataSource -----PG:dbname=xxxx,user=<br>
> xxx,password=xxx,host=xxxx,port=xxxx<br>
> ReadOnly--------FALSE<br>
> <br>
> I think OGR 3.2 doesn't work properly with MGOS 1.1 so try MGOS
1.2.0<br>
> with FDO 3.2.0.<br>
> <br>
> Cheers<br>
> Max !!<br>
><br>
> nicholda <a class="moz-txt-link-rfc2396E" href="mailto:nicholda@talgov.com"><nicholda@talgov.com></a> wrote:<br>
> <br>
> I have not tried this with MySql. The problems that was
experiencing were<br>
> with PostGis. I resolved it by trying the different OGR's
available. I<br>
> have<br>
> attached the one that I am currently using for PostGis. I hope
this helps.<br>
> Below is also the modifications that need to be made to the
Providers.xml.<br>
><br>
> David<br>
><br>
><br>
> OSGeo.OGRProvider.3.2<br>
> FDO Provider for OGR<br>
> Access to OGR data sources<br>
> False<br>
> 3.2.0.0<br>
> 3.2.0.0<br>
><br>
> C:\Program<br>
> Files\MapGuideOpenSource\Server\Bin\FDO\OGRProvider.dll<br>
><br>
><br>
><br>
><br>
><br>
> Dhirendra Kumar wrote:<br>
>><br>
>> Hi Nicholda,<br>
>><br>
>> I am also using MGOS 1.1 and Mapguide Studio 07, and OGR 3.2
and i can<br>
>> see<br>
>> Datasource and Readonly property, but i can't establish
connection with<br>
>> MySQL Database. you have any idea about this then help me pls.
i enter in<br>
>> connection string in datasource is<br>
>> MYSQL:westholland,user=root,password=psv9570,port=3306, but it
is not<br>
>> working. help me.<br>
>><br>
>> Regards,<br>
>> Dhirendra Kumar<br>
>><br>
>><br>
>> nicholda wrote:<br>
>>><br>
>>> I am also using MGOS 1.1 and Mapguide Studio 07 6.5. I get
a successful<br>
>>> connection, but when I try to create a new layer from
Postgres. I get<br>
>>> the attached error message.<br>
>>><br>
>>><br>
>>><br>
>>> Traian Stanev wrote:<br>
>>>><br>
>>>> I've seen that happen with some builds of the provider
-- Studio does<br>
>>>> not display the connection properties. What version of
MapGuide are you<br>
>>>> using?<br>
>>>><br>
>>>><br>
>>>> -----Original Message-----<br>
>>>> From: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a><br>
>>>> [<a moz-do-not-send="true"
href="mailto:mapguide-users-bounces@lists.osgeo.org">mailto:mapguide-users-bounces@lists.osgeo.org</a>]
On Behalf Of Rahul<br>
>>>> Sent: Wednesday, May 16, 2007 3:05 AM<br>
>>>> To: MapGuide Users Mail List<br>
>>>> Subject: RE: [mapguide-users] OGR and MGOS<br>
>>>><br>
>>>> _______________________________________________<br>
>>>> mapguide-users mailing list<br>
>>>> <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
>>>> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
>>>> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> mapguide-users mailing list<br>
>>>> <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
>>>> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
>>>> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
>>>><br>
>>>><br>
>>> <a moz-do-not-send="true"
href="http://www.nabble.com/file/p10663767/Error.JPG">http://www.nabble.com/file/p10663767/Error.JPG</a><br>
>>><br>
>><br>
>><br>
> <a moz-do-not-send="true"
href="http://www.nabble.com/file/p11781363/OGRProvider.dll">http://www.nabble.com/file/p11781363/OGRProvider.dll</a>
OGRProvider.dll<br>
> --<br>
> View this message in context:<br>
> <a moz-do-not-send="true"
href="http://www.nabble.com/OGR-and-MGOS-tf3728865s16610.html#a11781363">http://www.nabble.com/OGR-and-MGOS-tf3728865s16610.html#a11781363</a><br>
> Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
><br>
> _______________________________________________<br>
> mapguide-users mailing list<br>
> <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
><br>
><br>
> <br>
> ---------------------------------<br>
> Be a better Heartthrob. Get better relationship answers from
someone who<br>
> knows.<br>
> Yahoo! Answers - Check it out.<br>
> _______________________________________________<br>
> mapguide-users mailing list<br>
> <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
><br>
><br>
<br>
--<br>
View this message in context: <a moz-do-not-send="true"
href="http://www.nabble.com/OGR-and-MGOS-tf3728865s16610.html#a11805486">http://www.nabble.com/OGR-and-MGOS-tf3728865s16610.html#a11805486</a><br>
Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</font></p>
</blockquote>
</blockquote>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
</pre>
</blockquote>
</body>
</html>