Re: [mapguide-users] Need an FDO connection...
Milan Lazecky
el.migno at post.cz
Mon May 7 13:09:28 EDT 2007
Thank you very very much!
Now it works!!!
>
> This is example for King Oracle Provider
> Use ../mapguide/mapagent/index.html and go to Service API -> Resource ->
> SetResource, set Resource Id and use this file as header
>
> <?xml version="1.0" encoding="utf-8"?>
> <ResourceDocumentHeader
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xsi:noNamespaceSchemaLocation="ResourceDocumentHeader-1.0.0.xsd">
> <General>
> <IconName>FeatureSource</IconName>
> </General>
> <Security xsi:noNamespaceSchemaLocation="ResourceSecurity-1.0.0.xsd">
> <Inherited>true</Inherited>
> </Security>
> </ResourceDocumentHeader>
>
>
> next, use this file as content
>
> <?xml version="1.0" encoding="utf-8"?>
> <FeatureSource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd">
> <Provider>King.Oracle</Provider>
> <Parameter>
> <Name>Username</Name>
> <Value>Your_Username</Value>
> </Parameter>
> <Parameter>
> <Name>Password</Name>
> <Value>Your_Password</Value>
> </Parameter>
> <Parameter>
> <Name>Service</Name>
> <Value>orcl</Value>
> </Parameter>
> <Parameter>
> <Name>OracleSchema</Name>
> <Value>Your_schema</Value>
> </Parameter>
> </FeatureSource>
>
>
> Regards
> andibaso
> --
> View this message in context:
> http://www.nabble.com/Need-an-FDO-connection...-tf3644777s16610.html#a10306628
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
>
More information about the mapguide-users
mailing list