You could check the config file , maybe has the command definition , omit the
table definition,
for example :
<config>
<Command name="getAll" SQL="select * from DEMO " kind="Select">
<resultDescription ...../>
.....
</Command>
<Table tableName="DEMO">>
<Column columnName="xxx"></column>
......
</Table>
</config>
litaojian
2007-09-04
发件人: Chu, Wing (Exchange)
发送时间: 2007-08-30 06:34:17
收件人: [email protected]
抄送:
主题: Having problem with null values in my DAS
I am wondering if anyone came across this.
I have a simple select A,B,C from TABLE1 where A=?
I have no problem get the DataObject back when all the values are not null.
However, if any one of the value is null. I would get an object but the values
and the list is null.
This seems not right to me. Is there a configuration that I miss?
I am working with Oracle 10g
Thanks,
Wing