Jeremy, A quick question on the jar file and the java class for the sybase jdbc driver. Where do I require that? I don't see where you include say the oracle or as400, but I see that you load a gem for others. I'm not following. Are you assuming that if there is not a gem for it that the developer will include it in the boot strap of the app?
Thanks, GregD On May 20, 6:47 pm, Jeremy Evans <[email protected]> wrote: > On May 20, 1:05 pm, GregD <[email protected]> wrote: > > > Jeremy, > > > Do you recommend just adding a shared/sybase.rb and follow one of > > those as an example? Do I need to add anything else? Should I add a > > spec and follow like the mssql one? I'd like to knock this out > > quickly. My boss will not understand it if I'm working on this for a > > long time. > > That should work. You'll also need to add a subadapter to wire the > shared adapter to the main adapter. If you are using JDBC with that > sybase connection string, you'll want to add a jdbc sybase subadapter, > as well as a small edit to jdbc.rb to recognize the subadapter. > > Jeremy > > -- > You received this message because you are subscribed to the Google Groups > "sequel-talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/sequel-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
