Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi,
Could it be an option for you to change your SQL query to
select top 2 lower(master_title) as some_alias from rehab.master_title (nolock)
The thing is we are using org.w3c.dom.Document to parse SQL result as XML and parentheses seems to be a problem for XML (in column name).
Please let us know if it works as well.
Regards,
Dragica
/www.eviware.com
Could it be an option for you to change your SQL query to
select top 2 lower(master_title) as some_alias from rehab.master_title (nolock)
The thing is we are using org.w3c.dom.Document to parse SQL result as XML and parentheses seems to be a problem for XML (in column name).
Please let us know if it works as well.
Regards,
Dragica
/www.eviware.com