Hi, I have been playing around with jOOQ (connecting to a SQL Server instance) and I came across a problem with the tutorial on jOOQ website.
http://www.jooq.org/tutorial.php#step4 The following snippet of code is present in the tutorial: Factory create = new Factory(conn, SQLDialect.MYSQL); I think this way of creating a connection is no longer supported in jOOQ. I think the correct way is to create and use an instance of org.jooq.impl.Executor https://github.com/jOOQ/jOOQ/blob/master/jOOQ-test/examples/org/jooq/examples/AdventureWorks.java Thank you, Rushi -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
