4 messages in com.mysql.lists.plusplusRe: MySQL++ API| From | Sent On | Attachments |
|---|---|---|
| Vladimir Ciobanu | 31 Jan 2002 11:22 | |
| David B. Held | 31 Jan 2002 12:52 | |
| Andrew Crum | 31 Jan 2002 13:10 | |
| David B. Held | 31 Jan 2002 13:23 |
| Subject: | Re: MySQL++ API![]() |
|---|---|
| From: | Andrew Crum (acru...@pherret.com) |
| Date: | 01/31/2002 01:10:16 PM |
| List: | com.mysql.lists.plusplus |
Just because the C++ API to MySQL isn't pure crap, doesn't mean the database is. Having a horrible C++ API isn't grounds for switching a database.
I've tried to use the following C++ APIs for MySQL:
-MySQL++: I couldn't get it to compile under cygwin. And if I did, I would have to distribute the cygwin source as well....not cool.
- mysqlcppapi (mysqlcppapi.sourceforge.net): I couldn't get it to compile under cygwin.
- dbconnect (dbconnect.sourceforge.net): This is still a little premature, but it is well worth a look at. I'm currently trying it out and so far, I like it. With a simple change of one variable, I can connect to Oracle. But, like I said, it's still an infant, and needs some work. It's lacking a lot of advanced features to each database, but you just need to do simple queries, this is highly recommended.
I don't want to create a Psql vs. MySQL war...they both have their advantages. Enough said.
----- Original Message ----- From: "David B. Held" <dhe...@codelogicconsulting.com> To: <plus...@lists.mysql.com> Sent: Thursday, January 31, 2002 3:52 PM Subject: Re: MySQL++ API
-----Original Message----- From: Vladimir Ciobanu <psy...@tex.ro> To: plus...@lists.mysql.com <plus...@lists.mysql.com> Date: Thursday, January 31, 2002 01:25 PM Subject: MySQL++ API
It is quite unfortunate that such a good SQL server as MySQL has such a horrible C++ API. Since I started using it I had all sorts of troubles like being unable to use gcc-3.0.x because the patch is corrupted. I would've expected better from you. [...]
Kinda makes you want to look at PostGres, huh?
Dave




