Hello Justin,

I'm guessing that you may not have spelled STUDY correctly? Did you
create the schema in upper-case only letters? What does the following
query return on the JDBC connection that you've specified?

SELECT DISTINCT table_schema
FROM information_schema.tables

Cheers
Lukas

2012/4/16 Justin <[email protected]>:
> Hi all,
>
> First I apologize if I double-post this.
>
> I am attempting to use JOOQ to generate code for a SqlServer 2008 database.
>  Things seem to run fine in the generator, but the only output I get is two
> source files, one is named after my inputSchema(Study), while the other is
> called StudyFactory.  Neither of them seem to really have anything to do
> with the tables in my database .  I think that I am configuring the
> inputSchema field incorrectly, but can't seem to figure out what I am doing
> wrong.  I've attached the console output from running the code generator and
> my configuration file.
>
> Any help is greatly appreciated.
>
> Thank you for your time and consideration,
> Justin

Reply via email to