Closed Thread
Results 1 to 4 of 4

Thread: Help novice choosing language for app with sql db

  1. #1
    cople is offline Newbie
    Join Date
    Jul 2009
    Posts
    21
    Rep Power
    0

    Help novice choosing language for app with sql db

    I want to adapt an Access db I wrote into an application. It is a checkbook/budget program that will need a sql db.

    I'll be installing it on a handful of friends and familiy's computers, none of whom know much about computers. All of their computers are Windows.

    I've taken a C++ class (console apps only) so I am slightly familiar with objects, but whatever language I choose, I will be learning as I go.

    One thing I've been thinking is that I want to to avoid (as much as humanly and foreseeably possible) having to troubleshoot conflicts, etc, between my program and their computers. Because of that, my top, highest, number one, absolutely most important priority is to narrow down the options to the ones with the best chance of having the least amount of conflicts with OS's and other programs on their computers as possible.

    I'm sure that many platforms would handle my app easily, and I know that each has pros and cons. I'm looking for the few ones that are the most stable and give the least amount of problems from computer to computer. Both from the ease of the install process and when/if a newer version of the platform gets installed on the computer. I have to learn whatever I choose anyway. I'm ready to dive in. But I want to choose as carefully as possible.

    Thanks all.

    Update: I wanted to also mention that I don't want to do anything browser based. I used to work in IT support and saw too many times how browsers' settings can break apps.
    Last edited by cople; 02-18-2010 at 11:44 AM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    cdg10620's Avatar
    cdg10620 is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Texas
    Posts
    387
    Blog Entries
    3
    Rep Power
    12

    Re: Help novice choosing language for app with sql db

    Quote Originally Posted by cople View Post
    I want to adapt an Access db I wrote into an application. It is a checkbook/budget program that will need a sql db.

    I'll be installing it on a handful of friends and familiy's computers, none of whom know much about computers. All of their computers are Windows.

    I've taken a C++ class (console apps only) so I am slightly familiar with objects, but whatever language I choose, I will be learning as I go.

    One thing I've been thinking is that I want to to avoid (as much as humanly and foreseeably possible) having to troubleshoot conflicts, etc, between my program and their computers. Because of that, my top, highest, number one, absolutely most important priority is to narrow down the options to the ones with the best chance of having the least amount of conflicts with OS's and other programs on their computers as possible.

    I'm sure that many platforms would handle my app easily, and I know that each has pros and cons. I'm looking for the few ones that are the most stable and give the least amount of problems from computer to computer. Both from the ease of the install process and when/if a newer version of the platform gets installed on the computer. I have to learn whatever I choose anyway. I'm ready to dive in. But I want to choose as carefully as possible.

    Thanks all.
    I would personally use C# or VB to program something like that. You can write a Windows Forms application. I think that would be your best bet.
    -CDG10620
    Software Developer

  4. #3
    cople is offline Newbie
    Join Date
    Jul 2009
    Posts
    21
    Rep Power
    0

    Re: Help novice choosing language for app with sql db

    Quote Originally Posted by cdg10620 View Post
    I would personally use C# or VB to program something like that. You can write a Windows Forms application. I think that would be your best bet.
    Thanks, cdg. Does "write a Windows Forms application" mean use C# (or VB) for the language and Windows Forms for the gui?

  5. #4
    cdg10620's Avatar
    cdg10620 is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Texas
    Posts
    387
    Blog Entries
    3
    Rep Power
    12

    Re: Help novice choosing language for app with sql db

    Quote Originally Posted by cople View Post
    Thanks, cdg. Does "write a Windows Forms application" mean use C# (or VB) for the language and Windows Forms for the gui?
    That means that you will use either C# OR VB one or the other. You will use one of those for the code behind and then design the GUI. You will probably need to get a copy of Visual Studio. Most of the express versions are fully functional. For your SQL DB you can also download SQL Management Studio Express.

    Let me know if you need any other information.
    -CDG10620
    Software Developer

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Advice on choosing a programming language
    By DoktorD1313 in forum General Programming
    Replies: 5
    Last Post: 07-08-2011, 09:16 AM
  2. Novice needs help with C#
    By jendomatic in forum C# Programming
    Replies: 5
    Last Post: 10-11-2009, 09:11 AM
  3. Choosing the right language / data structure / Interface
    By ups in forum General Programming
    Replies: 1
    Last Post: 09-20-2008, 07:11 AM
  4. Choosing the right language
    By Athene in forum General Programming
    Replies: 30
    Last Post: 09-01-2008, 01:12 PM
  5. Choosing a language
    By realhipcat in forum General Programming
    Replies: 2
    Last Post: 05-27-2007, 01:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts