Closed Thread
Results 1 to 3 of 3

Thread: Need Help for beginnning Database application

  1. #1
    peep2k is offline Newbie
    Join Date
    Dec 2009
    Posts
    1
    Rep Power
    0

    Need Help for beginnning Database application

    Hello,
    I m new to this forum and this is my first post.
    I have been learning Database Designing (basic concepts,ER diagram,Normalization) for a while now but i was wondering which platform to choose for my database designs.
    There are lots options available like orcale,sql server,ms access which creates lot of confusion for my decision
    Please Help me,i have some experience with java which i m willing to use as my front end(for both web and windows based application)
    Also what is the difference between p-sql t-sql , should i need to learn both of them?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Need Help for beginnning Database application

    It depends HEAVILY on what you're going to do with your application. If you're just doing a small project, I would stick with a free database such as MySQL, PostGRESQL, or SQL Server Express.

    Access is garbage. I would avoid that as much as possible.

    Oracle is also nice, but I'm not sure if they have a free testing version.

    p-sql, t-sql, etc are just different flavors of SQL for specific databases.

    Finally, in business, you are likely to have to support a variety of different types of databases. My company works with Oracle, SQL Server, and Firebird (another free one), which allows us to server almost all of our commercial customers' needs/wishes.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Oct 2008
    Location
    Pahrump, Nevada
    Posts
    787
    Blog Entries
    1
    Rep Power
    20

    Re: Need Help for beginnning Database application

    WingedPanther is right.. Stick with MYSQL and use SQLYOG to access your database server.. Worked perfect for me.. I used to code private servers so I have a LOT of experience in this area... I spent almost 3 years using MYSQL and it has never failed me.

    +Friend Me | My Graphics | Forum Rules | Help Forum | Forum FAQ

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Beginner C# : Application Launcher (Console Application)
    By Jarryd in forum CSharp Tutorials
    Replies: 7
    Last Post: 06-19-2011, 10:49 AM
  2. Beginner Very Basic Database Application in Delphi
    By LuthfiHakim in forum Pascal and Delphi Tutorials
    Replies: 0
    Last Post: 02-20-2011, 01:34 PM
  3. Connecting a database with an application
    By sebkom in forum C# Programming
    Replies: 5
    Last Post: 03-13-2010, 03:32 AM
  4. Choosing the right tools for a database application
    By MoF in forum Database & Database Programming
    Replies: 4
    Last Post: 08-08-2009, 05:27 PM
  5. Easy Web Based Database Application
    By selzer in forum Website Design
    Replies: 2
    Last Post: 01-21-2009, 02:42 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