Hi:
I get 
com.sybase.jdbc2.jdbc.SybSQLException: SET CHAINED command not allowed within 
multi-statement transaction

When executing this inside jboss:

  | Select 
  | convert(varchar(10),a.DateTime,103) 
  | + ' '
  | + convert(varchar(8),a.DateTime,108) 
  | from myTable a where  a.Id = 29384
  | 


Funnily enough , this is not a multi-statement and  of course the sql works 
when I run directly in sybase.

Any ideas?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911155#3911155

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911155


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to