[mapguide-users] Need an FDO connection...
andibaso
ab.annas at gmail.com
Thu May 3 12:07:54 EDT 2007
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.
More information about the mapguide-users
mailing list