Hello everyone. I am a programmer since many years but I am quite new to DBs, so let say this question might sound a bit strange...
The main idea is that I would like to learn some new languages/tools capable of improving my proficiency in DB programming.
I have just finished a couple of projects about DB and MySQL, a couple of stand alone applications (.exe). So far, time was not that critical, I did not care too much about efficiency. So, due to my C/C++ background, I used the native MySQL API in C, which I wrapped in some C++ classes. I used the .Net framework in C++ with managed extensions for interfaces. That was what I already knew, no other reasons for this choice!
This combination was not working bad, but it suffered from two main problems: too slow to implement interfaces (data grids, windows, buttons and so on) and a bit too limited in the choice of controls (this may be due to .Net), for instance the data grid controls are very poor, having very few parameters.
I was wondering if using all the "connectors" provided by Java, VB and maybe another language/framework was offering me faster implementation. For instance, I was amazed how fast one can make an interface by using Access, in spite of some flexibility I guess. Then, I was wandering about richer interfaces than .Net. I do not have the old VB6 but someone told me there were more controls.
My goal would be building small/medium stand alone applications, sometimes to integrate them with web oriented versions of them, though this is not the main priority.
Thanks for suggestions, and I hope this is a good start for an interesting discussion.
Have a good day,
Luca
The main idea is that I would like to learn some new languages/tools capable of improving my proficiency in DB programming.
I have just finished a couple of projects about DB and MySQL, a couple of stand alone applications (.exe). So far, time was not that critical, I did not care too much about efficiency. So, due to my C/C++ background, I used the native MySQL API in C, which I wrapped in some C++ classes. I used the .Net framework in C++ with managed extensions for interfaces. That was what I already knew, no other reasons for this choice!
This combination was not working bad, but it suffered from two main problems: too slow to implement interfaces (data grids, windows, buttons and so on) and a bit too limited in the choice of controls (this may be due to .Net), for instance the data grid controls are very poor, having very few parameters.
I was wondering if using all the "connectors" provided by Java, VB and maybe another language/framework was offering me faster implementation. For instance, I was amazed how fast one can make an interface by using Access, in spite of some flexibility I guess. Then, I was wandering about richer interfaces than .Net. I do not have the old VB6 but someone told me there were more controls.
My goal would be building small/medium stand alone applications, sometimes to integrate them with web oriented versions of them, though this is not the main priority.
Thanks for suggestions, and I hope this is a good start for an interesting discussion.
Have a good day,
Luca