| From: | "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com> |
|---|---|
| To: | "Richard Huxton" <dev(at)archonet(dot)com> |
| Cc: | <pgsql-odbc(at)postgresql(dot)org> |
| Subject: | Re: ODBC driver for Windows & future... |
| Date: | 2004-11-30 13:38:07 |
| Message-ID: | 6EE64EF3AB31D5448D0007DD34EEB3412A7541@Herge.rcsinc.local |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
> There is an ODBC=>JDBC gateway out there (closed-source I believe) but
I
> don't know of a .Net one.
I think rather the ODBC driver should wrap the libpq library. The .net
driver has some justification for implementing its own protocol stack
because of marshalling issues; the ODBC has little to gain besides
paying a extra maintenance price which is now being paid in full :-).
There may be some valid reasons why this was done that I'm not aware of,
though.
There are many tangential issues to these projects that make them
difficult...for example internationalization issues that might
discourage the more traditional driver writer.
Merlin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Russ Cobbe | 2004-11-30 14:10:01 | Re: ODBC driver for Windows & future... |
| Previous Message | Richard Huxton | 2004-11-30 12:45:06 | Re: ODBC driver for Windows & future... |