Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
CssImport when using Component Exporter by Mikhail Shabarov, 1 month ago
TableQuery Help
I am trying to set up a table query with no luck. Oracle is the back end database.
The following works:
FreeformQuery q1 = new FreeformQuery("SELECT * FROM ATLANTIS.drop_down_master", connectionPool, "DROP_DOWN_MASTER_ID");
But this is not what I want, I want to use a TableQuery:
TableQuery t1 = new TableQuery("ATLANTIS.drop_down_master",connectionPool, new OracleGenerator());
This TableQuery throws a table not found error. What am I doing wrong?
Last updated on
You cannot reply to this thread.