NM Windows got me again. Use to using ':' in the CLASSPATH and not ';'. 20+ years on Unix systems and a Mac at home, getting use to developing on Windows is just so much fun. l just luv MicroSuck.
GregD On May 21, 8:16 am, GregD <[email protected]> wrote: > To be more specific: In the jdbc.rb for h2, I see > JDBC.load_gem('h2'), but for oracle and as400, I see the jdbc driver > being referenced. I looking to where I should require sybase's > jconn2.jar and/or jconn3.jar. > > Thanks, > > GregD > > On May 21, 8:05 am, GregD <[email protected]> wrote: > > > > > > > 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 > > 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 > 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.
