You usually don’t have to set properties, the u/p is passed by the TAF.


You do need to set the Witango data source name as both the value of the ID=”” 
attribute and the <DSN></DSN> element.



SO:



<?xml version="1.0" encoding="ISO-8859-1" ?>

<!DOCTYPE JDBCINI SYSTEM "jdbcini.dtd">

<JDBCINI Version="0x00010000">

            <DataSources>

                        <DataSource ID="myDSN">

                                    <DSN>myDSN</DSN>

                                    
<DriverClass>com.filemaker.jdbc.Driver</DriverClass>

                                    
<URL>jdbc:filemaker://127.0.0.1/AILcomments</URL>

                                    <Properties>

                                                <Property ID="">

                                                            <Name></Name>

                                                            <Value></Value>

                                                </Property>

                                    </Properties>

                                    </DataSource>

            </DataSources>

</JDBCINI>



Robert



From: Wayne Irvine [mailto:[email protected]]
Sent: Friday, March 04, 2011 12:56 AM
To: [email protected]
Subject: Re: Witango-Talk: xDBC?





On 04/03/2011, at 4:11 PM, Robert Shubert wrote:



This error usually means that you did not setup the jdbc.ini file.



I now have this in the jdbc.ini:



<?xml version="1.0" encoding="ISO-8859-1" ?>

<!DOCTYPE JDBCINI SYSTEM "jdbcini.dtd">

<JDBCINI Version="0x00010000">

            <DataSources>

                        <DataSource ID="">

                                    <DSN></DSN>

                                    
<DriverClass>com.filemaker.jdbc.Driver</DriverClass>

                                    
<URL>jdbc:filemaker://127.0.0.1/AILcomments</URL>

                                    <Properties>

                                                <Property ID="">

                                                            <Name></Name>

                                                            <Value></Value>

                                                </Property>

                                    </Properties>

                                    </DataSource>

            </DataSources>

</JDBCINI>



Do I have to set any of the Properties? Are these used for the username and 
password or is that handled by the TAF?



Wayne





  _____

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



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

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

Reply via email to