Closed Thread
Results 1 to 10 of 10

Thread: database dephi ... maybe ? need explanation

  1. #1
    Amonijack is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    56
    Rep Power
    0

    database dephi ... maybe ? need explanation

    Hai. I wanna make school data, diary .. there will be names and rating for my classroom, another one ... etc.
    I like to do this in delphi becouse in school we learning this language.
    some explain for this ? how will look like ? from where i should start ?
    thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

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

    Re: database dephi ... maybe ? need explanation

    What do you want it to look like?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Amonijack is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    56
    Rep Power
    0

    Re: database dephi ... maybe ? need explanation

    School diary .. i mean ...
    Name

    Rating


    other info ..

    i am thinking that there must be database ... but i dont how to create and connect with delphi code ..

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

    Re: database dephi ... maybe ? need explanation

    Start with deciding how you will store it in memory. That will drive whether you need a database and what it should look like. What type of database to you intend to use? That will also be important.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Amonijack is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    56
    Rep Power
    0

    Re: database dephi ... maybe ? need explanation

    I didn't decite, still, becouse i dont know work with database. Can you suggest me the easyest ? I want to make some program like school diary but electronic version.
    So, there will be name, rate, number .. etc. All of this components i like put up from keyboard. I must have database, i know. View bold.

  7. #6
    2710 is offline Programmer
    Join Date
    Sep 2008
    Posts
    108
    Rep Power
    0

    Re: database dephi ... maybe ? need explanation

    Well, Im assuming you want to link delphi with Database. Thats what im currently doing. Its quite complicated if you dont know how to start. You have to use ADOs and JET engines and Connections etc.

  8. #7
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: database dephi ... maybe ? need explanation

    It looks to me as the best here was to save the data to a data file, which of course could be a file database...
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

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

    Re: database dephi ... maybe ? need explanation

    I'll second Orjan's statement. If databases are intimidating you, save it to file.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  10. #9
    Amonijack is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    56
    Rep Power
    0

    Re: database dephi ... maybe ? need explanation

    Where i should start with learning database ? Give me some advice .... give me information who i will need and you think i need.
    thanks ...

  11. #10
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: database dephi ... maybe ? need explanation

    Best is to start learning SQL, which is the very most used language to use databases. try this tutorial for example: SQL Tutorial
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. In need of explanation and direction
    By legacy in forum General Programming
    Replies: 1
    Last Post: 09-22-2011, 11:15 AM
  2. Some Explanation
    By firoz.raj in forum Visual Basic Programming
    Replies: 0
    Last Post: 11-18-2009, 09:40 PM
  3. I need EXPLANATION!
    By MathX in forum C and C++
    Replies: 23
    Last Post: 08-16-2009, 09:31 AM
  4. Need Explanation please
    By ld_pvl in forum Java Help
    Replies: 2
    Last Post: 12-18-2008, 07:49 PM
  5. Submit function... Explanation?
    By Rammer124 in forum JavaScript and CSS
    Replies: 7
    Last Post: 02-05-2008, 12:25 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