Typically the "FROM AS.Control" means that you are querying a table named Control in a database named AS. Only you know the database name and table name that you want. So, fix your select statement. (Hint: you might try using just "FROM Control")
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979372#3979372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979372 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
