Hi Vijay,

>So i was just wondering if there is
> something like Visual
> Basic that can be used for developing frontends in
> linux. 

You can use QT Designer for making things easier.But
You can do only very basic things like layouts
etc.Later you'll have to write events which are called
signals and slots in Linux front end development
terms.

> I would like to use MySQL / PostgreSQL as backend.
> Now can somebody of you recommend me which database
> is better 

In fact that depends on the kind of applications you
are trying to develope.If you are planning
client/server kind of application, better stick onto
databases like oracle, as they have good concurrency
and locking mechanisms.mySQL and PostgreSQL are used
for medium sized websites and i don't think they have
good concurrency controls which are very much needed
for client/server applications.

>I'm not very
> much comfortable
> with C++ 

QT uses high level C++.

> any books on frontend and database development in
> linux that would
Wrox Publication's "Beginning Linux Programming" by
Richard Stones and Neil Mathew.

Wrox Publication's "Professional Linux Programming"
which covers gtk, QT etc.

Regards,
Prashanth

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. 
http://im.yahoo.com

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to