Closed Thread
Results 1 to 5 of 5

Thread: Small job - Database extraction - Delphi 7 of compliant

  1. #1
    paul. is offline Newbie
    Join Date
    Apr 2007
    Posts
    6
    Rep Power
    0

    Small job - Database extraction - Delphi 7 of compliant

    Im looking for a template of a program that I will further develop to extract data from a binary database file.
    The template should load the file and be able to extract x bytes of data from y address every z bytes.
    As it is a database it should be able to dump the data in a text file where each value is delimited by a tab and each row by a new line.

    By template I mean that I should be able to easily add the x,y and z values for as many columns in the database as I require. I will do so through understanding and manipulating the source code which means it must be written in delphi (7 or compliant) as that is the only software I own.

    I am not fluent enough with delphi to do this alone.
    Thanks for reading

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    paul. is offline Newbie
    Join Date
    Apr 2007
    Posts
    6
    Rep Power
    0
    If anyone can do this, I know it seems mediocre but its really important to me

    Thanks a lot

  4. #3
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    If I knew delphi, I would help you out, but I don't.

  5. #4
    Void's Avatar
    Void is offline Programming Expert
    Join Date
    Jun 2006
    Posts
    410
    Rep Power
    23
    Quote Originally Posted by Sidewinder View Post
    If I knew delphi, I would help you out, but I don't.
    Same here....
    Void

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    It seems like you need to simply read in string data.

    You can get a C/C++/Java/Fortran compiler for free (MinGW) as well as various IDEs, so you are not limited to Delphi.

    It's not very clear how you want to load the data from your description, however.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

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 Most Basic Editing Database in Delphi
    By LuthfiHakim in forum Pascal and Delphi Tutorials
    Replies: 0
    Last Post: 02-27-2011, 07:25 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. Small question regarding database!
    By Trix09 in forum Pascal and Delphi
    Replies: 1
    Last Post: 01-19-2010, 06:31 PM
  4. ADO Delphi and Database link help
    By 2710 in forum Pascal and Delphi
    Replies: 2
    Last Post: 11-06-2009, 02:06 AM
  5. Upgrade for old Delphi+SQL database
    By Trif in forum General Programming
    Replies: 15
    Last Post: 07-14-2009, 10:18 AM

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