FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Apollo
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Apollo
Posted: Fri Apr 15, 2016 04:20 PM
Hi,
someone can tell me if apollodb can be used by a xHarbour / Fivewin program.
From what I read in http://www.apollodb.com the answer is no.
I wrote two days ago but no answer.

In other words I will open, read and edit my original dbf tables through their apollodbserver? (server side)
But what about my xHarbour/Fivewin program? (client side)

Many thanks to all
marco
Marco Boschi
info@marcoboschi.it
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Apollo
Posted: Wed Nov 29, 2017 04:54 PM

UP!

Marco Boschi
info@marcoboschi.it
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Apollo
Posted: Thu Nov 30, 2017 07:48 PM

As I recall, many many years ago Apollo was able to work with the commercial version of xharbour, but perhaps not.

I would be curious if it would work with a Harbour version ... built using MSVC and Harbour ...

Of course if you can't get an answer from them .....

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Apollo
Posted: Fri Dec 01, 2017 11:28 AM

Dear Tim,
They did non answer me :cry:

I still forward my demand

:idea:

Marco Boschi
info@marcoboschi.it
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Apollo
Posted: Fri Dec 01, 2017 07:00 PM

Hello Marco,
I am not clear if you want to link in Apollo in a Fivewin program or if you want to connect to dbf/cdx from another language.
I used VB6 / VB.net with Apollo simultaneously with my FIVEWIN program without any problems. But direct access not the database server.
Best regards,
Otto

Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Apollo
Posted: Fri Dec 01, 2017 10:39 PM

Otto,

Did you use Apollo with FWH ? Which compiler ( Pelles, Borland, MSVC ) ?

I would want to use FWH with Harbour and MSVC and work with the Apollo server ... which would provide me some nice distribution options.

It's sad they have not replied to this question.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Apollo
Posted: Sat Dec 02, 2017 12:46 AM

Hello Tim,
no I used VB and from there direct access not the database Server.
Best regards,
Otto

Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Apollo
Posted: Sun Dec 03, 2017 05:37 PM

Otto,
sometimes I think that if a customer asks to me to work with my fivewin programs from several remote locations througth vpn slow speed I have no solution. Probably Apollo is a product that allows remote access to data. Only apporting little modifications in my software if the dbf tables are local to client in which exe is running there is a direct access to dbf tables otherwise requests ar managed by Apollo server-side and client- side. At least I hope.

Marco Boschi
info@marcoboschi.it
Posts: 555
Joined: Wed Jul 31, 2013 01:14 PM
Re: Apollo
Posted: Mon Dec 04, 2017 12:25 AM

Hi Marco. Some times ago I try too with Apollo, without success.

Try http://www.kresin.ru/en/letodb.html

Best regards
Ruben Dario Fernandez

Dario Fernandez

FWH 2501, Harbour, MVS2022 Community, MySql & MariaDB, Dbf/Cdx VSCode.

Maldonado - Uruguay
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Apollo
Posted: Mon Dec 04, 2017 06:08 PM

Ruben,

It looks like the site has not been updated in over a year. Is that still an active product ? Have you used it with FWH ? How about data objects ? Are transactions separate or do all database calls need to be revised to the transaction model shown in the FAQ ?

Thanks

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 555
Joined: Wed Jul 31, 2013 01:14 PM
Re: Apollo
Posted: Mon Dec 04, 2017 07:34 PM

Tim, the page is updated. The new version is dated 2016. Include Libs the exes and a manager too.(connection managger)
I'm tesing right now. It's easy to make it wotk.
In my test I did not use data objects till now, I'll will test.
I,m not use transactions now, because I'm just testing. Transactions are supported, look into FAQ.
2.17 b3 version is the last (2016). I believe that this project is alive.
Best regards
Ruben Dario Fernandez

Dario Fernandez

FWH 2501, Harbour, MVS2022 Community, MySql & MariaDB, Dbf/Cdx VSCode.

Maldonado - Uruguay
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Apollo
Posted: Mon Dec 04, 2017 07:46 PM

Ruben,

Thanks for the info. At first reading the FAQ, it seemed like you could just add in the RDD and all would work, but then it showed the Transaction sample and I didn't understand if that meant all the code had to be written that way.

I am also curious about performance. The discussion on setup for the server shows it can have problems and slow down significantly. I hope you will share what you find.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 555
Joined: Wed Jul 31, 2013 01:14 PM
Re: Apollo
Posted: Mon Dec 04, 2017 08:47 PM

Ok. Tim, I'm testing.
"I'll be back"
Regards
Ruben Dario Fernandez

Dario Fernandez

FWH 2501, Harbour, MVS2022 Community, MySql & MariaDB, Dbf/Cdx VSCode.

Maldonado - Uruguay
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Apollo
Posted: Thu Jan 18, 2018 08:16 AM

Ruben,
is it possible to download two exe files?
Server Side: the server and Client Side such as a browse of a dbf table?
I'm curious to try it through a vpn

Many thanks

Marco Boschi
info@marcoboschi.it

Continue the discussion