Oh.. sorry sure.  This example os for two db's.  I could not see the syntax 
which makes sense when illustrated like this-


<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE JDBCINI SYSTEM "jdbcini.dtd">
<JDBCINI Version="0x00010000">
        <DataSources>

                <DataSource ID="database1.fp7">
                        <DSN>database1</DSN>
                        <DriverClass>com.filemaker.jdbc.Driver</DriverClass>
                        <URL>jdbc:filemaker://127.0.0.1/database1.fp7</URL>
                        <Properties>
                                <Property ID="">
                                        <Name></Name>
                                        <Value></Value>
                                </Property>
                        </Properties>
                </DataSource>


                <DataSource ID="database12.fp7">
                        <DSN>database12</DSN>
                        <DriverClass>com.filemaker.jdbc.Driver</DriverClass>
                        <URL>jdbc:filemaker://127.0.0.1/database2.fp7</URL>
                        <Properties>
                                <Property ID="">
                                        <Name></Name>
                                        <Value></Value>
                                </Property>
                        </Properties>
                </DataSource>

        </DataSources>
</JDBCINI>


This is for three.  Get the idea?

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE JDBCINI SYSTEM "jdbcini.dtd">
<JDBCINI Version="0x00010000">
        <DataSources>

                <DataSource ID="database1.fp7">
                        <DSN>database1</DSN>
                        <DriverClass>com.filemaker.jdbc.Driver</DriverClass>
                        <URL>jdbc:filemaker://127.0.0.1/database1.fp7</URL>
                        <Properties>
                                <Property ID="">
                                        <Name></Name>
                                        <Value></Value>
                                </Property>
                        </Properties>
                </DataSource>


                <DataSource ID="database12.fp7">
                        <DSN>database12</DSN>
                        <DriverClass>com.filemaker.jdbc.Driver</DriverClass>
                        <URL>jdbc:filemaker://127.0.0.1/database2.fp7</URL>
                        <Properties>
                                <Property ID="">
                                        <Name></Name>
                                        <Value></Value>
                                </Property>
                        </Properties>
                </DataSource>


                        <DataSource ID="database7.fp7">
                        <DSN>database7</DSN>
                        <DriverClass>com.filemaker.jdbc.Driver</DriverClass>
                        <URL>jdbc:filemaker://127.0.0.1/database7.fp7</URL>
                        <Properties>
                                <Property ID="">
                                        <Name></Name>
                                        <Value></Value>
                                </Property>
                        </Properties>
                </DataSource>

        </DataSources>
</JDBCINI>



----------------------------------------

To unsubscribe from this list, please send an email to [email protected] 
with "unsubscribe witango-talk" in the body.

Reply via email to