|
Hi, I’m
using SQL Server and I’m seeing the “/ by zero” error aswell. Is
there anything I can do in my config file below to work around the error? I’ve
tried matching capitalization as suggested for Oracle earlier. Ever the
optimist J Great
tool, looking forward to using it in a project as soon as I get over this bump J. Cheers, Kev <?xml version="1.0"
encoding="UTF-8"?> <!DOCTYPE abatorConfiguration PUBLIC
"-//Apache Software Foundation//DTD Abator for iBATIS Configuration
1.0//EN"
"http://ibatis.apache.org/dtd/abator-config_1_0.dtd"> <abatorConfiguration> <abatorContext> <!-- TODO: Add Database Connection
Information --> <jdbcConnection
driverClass="com.microsoft.sqlserver.jdbc.SQLServerDriver"
connectionURL="jdbc:sqlserver://myserver.test.com:1433;DatabaseName=testdb" userId="TESTDB" password="TESTDB"> <classPathEntry
location="C:/development/eclipse/workspace/AbatorTest/WebRoot/WEB-INF/lib/sqljdbc.jar"
/> </jdbcConnection> <javaModelGenerator
targetPackage="com.test.database.ibatis.abator"
targetProject="AbatorTest" /> <sqlMapGenerator
targetPackage="com.test.database.ibatis.sqlmap"
targetProject="AbatorTest" /> <daoGenerator type="IBATIS"
targetPackage="com.test.database.ibatis.dao"
targetProject="AbatorTest" /> <table schema="testdb"
tableName="COMPANY"> <property name="trimStrings"
value="true" /> </table> </abatorContext> </abatorConfiguration> |
- Abator - Java Code Generator for iBATIS - Runtime E... Denis Vladimirov
- Re: Abator - Java Code Generator for iBATIS - ... Jeff Butler
- Re: Abator - Java Code Generator for iBATI... Denis Vladimirov
- Re: Abator - Java Code Generator for i... Jeff Butler
- Re: Abator - Java Code Generator f... Denis Vladimirov
- Re: Abator - Java Code Genera... Jeff Butler
- Re: Abator - Java Code Generator for iBATIS - ... Broderick, Kevin
- Re: Abator - Java Code Generator for iBATI... Jeff Butler
- Re: Abator - Java Code Generator for i... Jeff Butler
- Re: Abator - Java Code Generator f... Jeff Butler
- Insertion into multiple tables in a tr... John Chien
- Re: Insertion into multiple tables... Larry Meadors
- the return result of insert, ... John Chien
- Re: the return result of ... Leonardo Kenji Shikida
- Re: the return result... Larry Meadors
- RE: the return result... Meindert
- Re: the return result... Larry Meadors
