topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 7:02 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: WANTED: Delphi guy for tiny app  (Read 6748 times)

crono

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 179
    • View Profile
    • Donate to Member
WANTED: Delphi guy for tiny app
« on: September 19, 2006, 02:17 PM »
Hi Coders :)

I have a question which doesn't really fit to the Coding Snack section, so I post it here.
Has anyone of you expirience with "Absolute Database" from ComponentAce (Delphi / C++)? The Download for personal use is free, but it does not work with Delphi Personal Edition (which is the only one I have). I need a simple commandline App, which allows me to connect to a DB, fire some queries and getting back the resultset. Background info: I use a PIM which does not offer automatic exports and syncing. But I know that the Data is stored in an AbsolutDB Database. ODBC is not an option :(. I figure something like this

export -dbfile="../../pim.db" -queryfile="../export.sql" -outfile="../export.xml"

The Outfile could be as simple as
<resultset>
    <row>
        <column_name1>value</column_name1>
        <column_name2>value</column_name3>
        <column_name3>value</column_name3>
    </row>
</resultset>

So the question is: Did anyone know a tool which provides me this? Or is someone in the right mood coding the little thing?

tchikien

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 34
    • View Profile
    • Donate to Member
Re: WANTED: Delphi guy for tiny app
« Reply #1 on: September 20, 2006, 05:31 AM »
I can code it with C++ Builder.
If you like, I will code and try to finish soon.
And i have a question: Does anyone know which embeded database engine is best in performance and easy to use with Delphi/C++ Builder?.

crono

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 179
    • View Profile
    • Donate to Member
Re: WANTED: Delphi guy for tiny app
« Reply #2 on: September 22, 2006, 11:06 AM »
Hi tchikien,

sorry for the late reply. It would be great and really helpfull if you could do this :)

Blaster

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 85
    • View Profile
    • Donate to Member
Re: WANTED: Delphi guy for tiny app
« Reply #3 on: September 22, 2006, 04:22 PM »
SQL AM can help you with access databases...
And it's for free...

http://www.nbsoft.dc...ds/SQL_AM1_setup.zip

tchikien

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 34
    • View Profile
    • Donate to Member
Re: WANTED: Delphi guy for tiny app
« Reply #4 on: September 22, 2006, 11:27 PM »
Hi Crono,
I will make it for you, hopefully early next week.
But I think Absolute Database has password protected feature, so you must have the password to open if the database file is password protected.

crono

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 179
    • View Profile
    • Donate to Member
Re: WANTED: Delphi guy for tiny app
« Reply #5 on: September 23, 2006, 05:09 AM »
So cool tchikien - thank you very much :) The DB I want to connect is not password protected  :)

tchikien

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 34
    • View Profile
    • Donate to Member
Re: WANTED: Delphi guy for tiny app
« Reply #6 on: September 24, 2006, 01:24 AM »
Hi Crono,
Here is the program, see the test.bat file for example of how to use it.

crono

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 179
    • View Profile
    • Donate to Member
Re: WANTED: Delphi guy for tiny app
« Reply #7 on: September 24, 2006, 10:29 AM »
Oh Boy - this is so cool - works 100% perfect for me - Thank you very very much  :Thmbsup: