Hi everyone This is really an embarassing issue. I am using JBOSS & Sybase. In the following statement:
Statment stmt = connection.createStatement(); boolean results= stmt.execute(sqlCommand); When I ran the query directly from sql client, it ran correctly. But when ran it from the application, it missed interperted the sql statement. Any concatenated parameter name with white spaces was wrongly read. Is there anyone has any idea? Best Regards badam571 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171879#4171879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171879 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
