Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 29-05-2010, 08:10 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2009
Posts: 3
Question Need help to choose language for developing DBMS application


I have got a chance to develop a Database software for a local firm which provides Medical retail and whole-sell entities with a software to keep record of their transaction stock etc. They already have a software which is DOS based and has been running for about past 10 years. They are looking forward to change their software with a new, windows based and GUI(interactive and user-friendly) software.

Please suggest me the language for developing this software which can be stand-alone(don't require interpreters to be pre-installed), lite, can make interactive GUI and easy to develop(of course ). Also suggest me DBMS I should use which could be secure, lite and efficient or should I save records in some self-created file with encrypted and patterned texts.

Thank you!!
kumarrohit007 is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-05-2010, 01:52 PM   #2 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Need help to choose language for developing DBMS application

How about a Web Based interface with PHP/RoR coupled with MySQL/PostgreSQL as DBMS backend?
PHP + MySQL could be used for that purpose.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 09-06-2010, 11:24 PM   #3 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Need help to choose language for developing DBMS application

C#/VB .Net as frontend and MySQL (or Access - if database is relatively small) as database.

If you can suggest them to move to Linux, then Java / Python for interface and MySQL for database.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 10-06-2010, 03:19 PM   #4 (permalink)
Broken In
 
Join Date: Oct 2008
Posts: 133
Default Re: Need help to choose language for developing DBMS application

use C# and MsSql
__________________
http://img694.imageshack.us/img694/7417/tempmp.jpg
How am I supposed to meet my freetard friends and talk about Linsux now?
lucifer_is_back is offline   Reply With Quote
Old 10-06-2010, 03:52 PM   #5 (permalink)
Apprentice
 
Join Date: Jun 2008
Posts: 58
Default Re: Need help to choose language for developing DBMS application

Best option is d2k 4.5 with oracle database
anni is offline   Reply With Quote
Old 10-06-2010, 07:19 PM   #6 (permalink)
Apprentice
 
prttal's Avatar
 
Join Date: May 2010
Posts: 55
Default Re: Need help to choose language for developing DBMS application

SQL is best for database management since its syntax is easy. It can work with an application made in Java(if you are ready to install jre on the pc's) and VB.NET for the GUI(.NET Framework required as seen in the name).
prttal is offline   Reply With Quote
Old 10-06-2010, 07:26 PM   #7 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Red face Re: Need help to choose language for developing DBMS application

Quote:
Originally Posted by prttal View Post
SQL is best for database management since its syntax is easy. It can work with an application made in Java(if you are ready to install jre on the pc's) and VB.NET for the GUI(.NET Framework required as seen in the name).
Are mistaking SQL with DBMS ??

SQL is a query language used to retrive data from any DBMS.
Some examples of DBMS are Oracle, MySQL, MS SQL, etc...
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 10-06-2010, 09:06 PM   #8 (permalink)
Super Moderator
 
asingh's Avatar
 
Join Date: May 2008
Location: New Delhi
Posts: 5,548
Default Re: Need help to choose language for developing DBMS application

VB.net for the frontend.
SQL server for the backend. Easy and simple.
__________________
MSI P45 Platinum(BIOS v1.7B)|Q9550[E0]@3.85Ghz@1.320V[453x8.5]MCH@1.184V|ICH@1.55V|DDR_V_Ref_A_B@1.05V|NH-D14|Corsair TWIN2X4096-8500C5(5-5-5-15)@1089Mhz@2.14V
2xHD4890[Xfire]@1000/900[MEM/GPU]|Corsair 650TX|Seagate180GB+80GB+WD1TB|SONY-DVD-R|CM690|2x120mm Scythe Ultra Kaze|DELL S2409W|APC 1100VA|Scythe Kaze Server
Windows 7 Ultimate RTM - 64BIT|Catalyst 10.5 (8.14.10.0753) forced with RadeonPRO|PS3 160GB|Sony 40EX520|AC Ryan POHD Mini|APC 800VA|APC 800VA|D425KT|CM100 Elite|2TB WD|Acer D255

Test your spoiler tags before submitting
asingh is offline   Reply With Quote
Old 11-06-2010, 07:05 PM   #9 (permalink)
Right Off the Assembly Line
 
mandeep444's Avatar
 
Join Date: Jan 2007
Posts: 16
Default Re: Need help to choose language for developing DBMS application

php + mysql. so simple. easy to use...
__________________
mp3 hindi songs:-
www.tataman.blogspot.com
Free Radio Tv Software:-
http://radiotvsoftware.blogspot.com
Hindi Ragni
http://hindiragni.blogspot.com
mandeep444 is offline   Reply With Quote
Old 12-06-2010, 06:40 PM   #10 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2009
Posts: 3
Default Re: Need help to choose language for developing DBMS application

Thanks all, for your informative replies.

@Liverpool_fan : This is what I thought exactly, we got same thinking. But i dropped the idea thinking that for this I would have to install some local web host(if m correct) like apache etc. with PHP and MySQL. This won't do good.

@Garbage : I believe C#/VB .net requires .net framework installed too. Tell me if I am wrong. About moving them to linux. Its not about just one company. I would be making this software for a company which would be sold to thousands of its customers as a new and improved version of there old software. Meaning, Linux on all of those thousand customers.

@lucifer_is_back : does C# requires any base application or runtime environment?

@all : There previous software was made on DBASE(if you all know). They used simple codes similar to fox-pro which was used to access .dbf files, saved it to .prg files compiled to executables. Its was simple, flexible, efficient but lags because of being DOS based. I need to make it GUI based with same features. I am loosing my time, help me soon!!

Thankyou!!
kumarrohit007 is offline   Reply With Quote
Old 14-06-2010, 04:18 PM   #11 (permalink)
Broken In
 
Join Date: Oct 2008
Posts: 133
Default Re: Need help to choose language for developing DBMS application

Quote:
@lucifer_is_back : does C# requires any base application or runtime environment?
yes it requires .Net runtime (mostly bundled with OS itself)
__________________
http://img694.imageshack.us/img694/7417/tempmp.jpg
How am I supposed to meet my freetard friends and talk about Linsux now?
lucifer_is_back is offline   Reply With Quote
Old 14-06-2010, 05:03 PM   #12 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Need help to choose language for developing DBMS application

Quote:
Originally Posted by kumarrohit007 View Post
@Garbage : I believe C#/VB .net requires .net framework installed too. Tell me if I am wrong.
Yes, it does!
Quote:
Originally Posted by kumarrohit007 View Post
About moving them to linux. Its not about just one company. I would be making this software for a company which would be sold to thousands of its customers as a new and improved version of there old software. Meaning, Linux on all of those thousand customers.
For .Net on Linux, there is Project Mono
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 14-06-2010, 05:13 PM   #13 (permalink)
Broken In
 
Join Date: Oct 2008
Posts: 133
Default Re: Need help to choose language for developing DBMS application

Quote:
For .Net on Linux, there is Project Mono
not worth the trouble
__________________
http://img694.imageshack.us/img694/7417/tempmp.jpg
How am I supposed to meet my freetard friends and talk about Linsux now?
lucifer_is_back is offline   Reply With Quote
Old 14-06-2010, 05:18 PM   #14 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Need help to choose language for developing DBMS application

So, you finalized yet or not?
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 16-06-2010, 02:10 AM   #15 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Default Re: Need help to choose language for developing DBMS application

Quote:
Originally Posted by Garbage View Post
Yes, it does!

For .Net on Linux, there is Project Mono
Project Mono is way behind .NET and is not a good option - especially to a newbie to .net. You have got no Visual Studio to program with and you would be ending with lower level assembly stuff and similar problems. So leave it I suppose.

@kumarrohit

If you want the app to be platform independent then choose the greatest language of all time - JAVA. You can use Eclipse to bring native OS interface to java apps. So I suppose you use java and mysql as the requirements. Use swing. If you have queries contact me.
__________________
Vamsi Subhash
visit my blog at www.vamsisubhash.co.cc and taste a bit of IT!
vamsi360 is offline   Reply With Quote
Old 16-06-2010, 03:08 PM   #16 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Need help to choose language for developing DBMS application

Though Java is nice, IMO, Swing sucks!
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
One Giant Command Line MetalheadGautham Open Source 23 24-05-2008 02:31 AM
Please Help Out Guys Official Techie QnA (read only) 2 05-05-2007 02:08 PM
Extensions and Their Definitions Sparsh007 QnA (read only) 3 28-11-2006 07:25 PM
Valuable Sites for Techies sreedevi Tutorials 15 04-10-2005 10:35 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2