Closed Thread
Results 1 to 8 of 8

Thread: Best Language for Database Development?

  1. #1
    bjl
    bjl is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    Best Language for Database Development?

    Hey everyone, I was hoping I could get some help as my church would like me to build a database of names, duties they are trained for, last time they've worked, etc. and then use a program to generate a monthly listing of people assigned to various jobs that then rotates each month.

    My problem, however, is that the only language I know how to do this in (Common Lisp) was nixed by the network people who decided they wanted a compiled language since they believe an interpreted language would be to difficult to use for the non-technical staff that would be using the program. So, what I need is a language that is relatively easy to learn (I have about 6 - 8 months to design, code, and implement the project) and good for just this sort of problem.

    Thanks, bjl

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Best Language for Database Development?

    Just about every language is capable of doing this. Since you are looking for an easy language to learn I would suggest C# or Visual Basic. The .NET libraries and Visual Studio make adding a database data source trivial and do most of the work for you.

  4. #3
    bjl
    bjl is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    Re: Best Language for Database Development?

    Thanks, I think I'll look into C#. I should have included in the original post that a bonus would be if the database was easily accessed by a network, and am I correct in assuming that C# would allow me to do this relatively easily?

  5. #4
    Jordan Guest

    Re: Best Language for Database Development?

    Yes, you can add the database data source (under the "Data" file menu item in Visual Studio) as an external server/database or local file. You can then use a query builder (similar to Access) to even develop all of your queries (as well as joins and views). Once added you just drag it onto your C# Form and it will actually implement a toolbar and database view. Pressing the forward or back buttons on the toolbar (once the program is ran) will cause the next entry in the database to appear.

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Best Language for Database Development?

    Another option is to do this in Access, with a little VBA code and some forms. What you are talking about doing is probably going to remain a small enough project that you shouldn't need to worry about it growing out of control.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #6
    Jordan Guest

    Re: Best Language for Database Development?

    Winged has a valid point. Access would probably be the quickest and easiest method to achieve what you are looking for.

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Best Language for Database Development?

    As a quick note, you could also use OpenOffice to do the same thing, if the cost of Access will be an issue.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #8
    bjl
    bjl is offline Newbie
    Join Date
    Oct 2008
    Posts
    8
    Rep Power
    0

    Re: Best Language for Database Development?

    If by Access you mean Microsoft Access than the cost shouldn't be a problem. I'll look into it. Thanks a bunch for the quick responses.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Database Of The English Language?
    By Kyle Joseph Klouzal in forum General Programming
    Replies: 7
    Last Post: 06-30-2011, 12:08 PM
  2. JOOMLA French Language MySQL Database Update Character Errors!!
    By equatorlounge in forum Database & Database Programming
    Replies: 4
    Last Post: 02-07-2010, 11:41 PM
  3. Best Language to Use that works with IE - Fastest language at runtime
    By j.smith1981 in forum General Programming
    Replies: 10
    Last Post: 09-18-2009, 05:46 AM
  4. uploading database records in the access database in vb.net
    By Diana86 in forum Visual Basic Programming
    Replies: 0
    Last Post: 11-20-2008, 10:50 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