Missed the dialect part sorry
thanks for your help On Monday, April 28, 2014 4:05:18 PM UTC-4, Rob Sargent wrote: > > ren't you confusing postgres and mysql in the same connection? > > > On 04/28/2014 01:42 PM, [email protected] <javascript:> wrote: > > Class.forName("org.postgresql.Driver").newInstance(); > > > > conn = DriverManager.getConnection(url, "userName", > > "password"); > > > > DSLContext create = DSL.using(conn, SQLDialect.MYSQL); > > > > > > -- 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/d/optout.
