Hopoe it helps, Just finsihed my short cookbok on how to connect to mysql via JDBC Just have a look at http://www.apocm.de/witango/index.html
Christian > Von: Dale Graham <[EMAIL PROTECTED]> > Antworten an: [EMAIL PROTECTED] > Datum: Mon, 21 Jul 2003 08:32:31 -0400 > An: [EMAIL PROTECTED] > Betreff: Re: Witango-Talk: JDBC in OS X Dev Studio > > When I tried this approach, it did not work. I got a "no suitable > driver" error message when I attempted to load the tables from the > workspace. (PS, if I use "test" in the setup, the Studio crashes) > > I have the jar file in /Library/Java/Extensions > I also added this address to CLASSPATH in the environment.plist file > and re-logged in. > No dice. > > On Sunday, July 20, 2003, at 09:37 AM, Phil Wade wrote: > >> Put the MySQL-ConnectorJ-3.0.6.jar in your /Library/Java/Extensions >> directory. If you want to put the drivers else where on your HD make >> sure >> that you have a CLASSPATH configured with the absolute path to the >> driver in >> the environment.plist for your login. >> >> Start the Dev Studio (make sure you are using 5.09) and configure the >> JDBC >> data source like the example attached. If the JDBC driver in a >> datasource >> cannot be loaded by the JVM, JDBC will be inactive in the dev studio. >> >> Phil >> >> On 20/7/03 3:01 PM, "Steve Smith" <[EMAIL PROTECTED]> wrote: >> >>> That's what I'm looking for as well. In addition to making sure that I >>> have the JDBC pieces for MySQL installed in the correct places. >>> >>> So if there is anyone out there that has been successful, can they >>> please share with the rest of us? >>> >>> Thanks, >>> >>> Steve Smith >>> >>> Oakbridge Information Solutions >>> Office: (519) 624-4388 >>> GTA: (416) 606-3885 >>> Fax: (519) 624-3353 >>> Cell: (416) 606-3885 >>> Email: [EMAIL PROTECTED] >>> Web: http://www.oakbridge.ca >>> >>> On Sunday, July 20, 2003, at 12:54 AM, Roland Dumas wrote: >>> >>>> I'd like to know what you're supposed to put in the form that comes >>>> up >>>> for a new jdbc datasource.... >>>> >>>> On Saturday, July 19, 2003, at 09:20 PM, Steve Smith wrote: >>>> >>>>> I was finally able to get some time to play with this and Dale's >>>>> suggestion to remove the jdbc.ini file worked perfectly. I now see >>>>> the JDBC in my workspace and JDBC is no longer grayed out in the >>>>> menus. However now I'm attempting to get a new JDBC datasource set >>>>> up >>>>> to connect to MySQL running on the same machine. >>>>> >>>>> Has anyone had any success with connecting from the OS X Dev Studio >>>>> to MySQL using JDBC and if so, can I pick their brain? I want to >>>>> make >>>>> sure that I have all of the required pieces in the right locations. >>>>> >>>> >>>> _____________________________________________________________________ >>>> __ >>>> _ >>>> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf >>>> >>>> >>> >>> ______________________________________________________________________ >>> __ >>> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf >> >> >> _______________________________________________________________________ >> _ >> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf<MySQL JDBC >> settings.pdf> > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
