8 messages in com.mysql.lists.javaRe: Fw: help writing JDBC driver| From | Sent On | Attachments |
|---|---|---|
| 21st century fox | 31 May 1999 04:03 | |
| Robert Lebowitz | 04 Jun 1999 07:43 | |
| candide | 04 Jun 1999 07:48 | |
| Tim Endres | 04 Jun 1999 08:46 | |
| candide | 04 Jun 1999 09:33 | |
| Mark Matthew | 04 Jun 1999 17:29 | |
| Michael Widenius | 05 Jun 1999 05:08 | |
| candide | 05 Jun 1999 07:38 |
| Subject: | Re: Fw: help writing JDBC driver![]() |
|---|---|
| From: | candide (ck...@ping.be) |
| Date: | 06/04/1999 09:33:51 AM |
| List: | com.mysql.lists.java |
Hi Tim,
I agree with you. But I said that I didn't want to rewrite everything. In fact, I'd just want to write the beginning of a driver so that: 1) I can fetch the specific data I need from my database for my specific application without resorting to a general-purpose driver, in case this would be a faster method to do a well-know set of actions; 2) I could maybe add functionality to an existing driver, provided I'd then know a little bit about how the general-purpose JDBC API works. Hence, the first thing I really need is information about the communication protocol with mysld. I think I will, at least at the beginning, experiment a little bit with it rather than start to write a new driver. I wonder if one can find this information some place, in the form of a written document (html or txt or whatever), cause I didn't find it by now.
Thanks for your help,
candide kemmler
-----Original Message----- From: Tim Endres <ti...@ice.com> To: candide <ck...@ping.be> Cc: ja...@lists.mysql.com <ja...@lists.mysql.com> Date: vendredi 4 juin 1999 17:37 Subject: Re: Fw: help writing JDBC driver
I believe that you would be far better off starting with MM and trying to add the features you want. Writing all the protocol that will get you to the point that you can do anything interesting seems like a HUGE waste of time and effort. One that has already been expended more than three times...




