New version of wxMySQL

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
metalogic
Super wx Problem Solver
Super wx Problem Solver
Posts: 307
Joined: Fri Oct 08, 2004 8:21 am
Location: Area 51
Contact:

Post by metalogic »

I'm curious (or ignorant): Why do we need a wx specific wrapper? Is there any value over the standard MySQL C++ API?

- Santiago
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

I'm curious (or ignorant): Why do we need a wx specific wrapper? Is there any value over the standard MySQL C++ API?
If you don't need it, then don't use it. There were some people, who interested on this project. I do not force to use my component.
metalogic
Super wx Problem Solver
Super wx Problem Solver
Posts: 307
Joined: Fri Oct 08, 2004 8:21 am
Location: Area 51
Contact:

Post by metalogic »

No need to get testy :)

I'm really not trying to take away from your effort in any way. I'm just asking a genuine question: What would I get from a wx specific library that I wouldn't get from the official MySQL library.

For all I know, I might be interested in your project. I'm just looking for some info.

- Santiago
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

more simplicity and presentation
metalogic
Super wx Problem Solver
Super wx Problem Solver
Posts: 307
Joined: Fri Oct 08, 2004 8:21 am
Location: Area 51
Contact:

Post by metalogic »

Ah. Thank you.

- Santiago
buildere
Super wx Problem Solver
Super wx Problem Solver
Posts: 358
Joined: Thu Oct 28, 2004 3:45 pm
Location: Costa Rica

T-Rex?

Post by buildere »

Does someone knows something about what happened to this API? It's developer? I can't find anything, the link is broken, and nothing from google. :?:
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

The project is frozen.
I'll resume the work in July.
If you need this components, just send me an e-mail and I'll send'em to you.
buildere
Super wx Problem Solver
Super wx Problem Solver
Posts: 358
Joined: Thu Oct 28, 2004 3:45 pm
Location: Costa Rica

Post by buildere »

T-Rex wrote:The project is frozen.
I'll resume the work in July.
If you need this components, just send me an e-mail and I'll send'em to you.
Hi, thanks. I ask because some guy is complaining on why he must use wxODBC on another thread (on a MySQL DB) and I thought to refer him to your project, but then I realized the link was down.

Also, I would like to create a component for wxDevCpp for this API (I've been thinking about this from some time ago), but don't have enough time right now and don't know if wxMySQL is ready to be deployed with that IDE in the first place. But anyway, I would like if you send me the code, maybe I can find some time to work on this (the IDE component wrapper, not the component itself), if you like the idea.
I will send you an email.

Thanks.
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

All suggestions are welcomed ;)
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

Hey, people!
I have some progress with this project...
BUT now I have a little problem... :shock:
I've managed how to insert data into MySQL table using MYSQL_STMT but I can't fetch data from this table. :?
Here is the latest developement stapshot of wxMySQL (using MySQL-5.0.2a API).
http://rexlab.narod.ru/projects/wxMySQL ... 09_dev.rar
Take a look at wxMySQLRecordsetTest. This sample writes the data to the table using MYSQL_STSMT and after that it should fetch the data from this table, but.... it doesn't work.
It seems that I used correct sequence of actions, the same as mentioned in chapter 21.2.7.58 of MySQL manual but I still can't get it work.
Can anybody tell me what is my problem? Maybe I missed something?

Regards,
T-Rex
Post Reply