View Single Post
  #2 (permalink)  
Old 04-01-2008, 11:29 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,057
Last Blog:
wxWidgets is NOT code ...
Rep Power: 24
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default Re: How to Make IT Dictionary Software ?

FireBird is a good database that was open-sourced from Borland's Interbase DB. You can really use most any DB, however. The real question, however, is what do you want to create? Using a database for a calculator program, for instance, makes almost no sense.

Do you know the basic programming constructs? Loops, if-then-else, etc? Will you have to create new components or just use the ones that are part of Delphi? Have you done any Delphi/Pascal programming in the past? How about Java (you can carry over a LOT of Java concepts to Delphi)?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Reply With Quote