August 2010
Intermediate to advanced
412 pages
8h 59m
English
config.xml in your favorite text editor.config.xml. This line should be within the structure of a Zone tag with name as dbZone.config.xml:Original code:
<DatabaseManager active="false"> <Driver>sun.jdbc.odbc.JdbcOdbcDriver</Driver> <ConnectionString>jdbc:odbc:sfsTest</ConnectionString> <!-- Example connecting to MySQL <Driver>org.gjt.mm.mysql.Driver</Driver> <ConnectionString>jdbc:mysql://192.168.0.1:3306/sfsTest </ConnectionString> --> <UserName>yourname</UserName> <Password>yourpassword</Password> <TestSQL><![CDATA[SELECT COUNT(*) FROM contacts]]></TestSQL>
<DatabaseManager ...
Read now
Unlock full access