Connect to Advantage Database

User avatar
giuliano
Posts: 30
Joined: Mon Sep 25, 2006 8:38 am
Location: ITALY

Re: Connect to Advantage Database

Post by giuliano »

I'm not able.
The package is not available in this ubuntu release.
I not install it . So i don't link in build.sh -
I don't need to print .
Bye
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Connect to Advantage Database

Post by Antonio Linares »

Giuliano,

Ok, fixed.

I am emailing you Harbour and FiveLinux working fine for your Ubuntu distro :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: Connect to Advantage Database

Post by Massimo Linossi »

Hello Antonio.
I'm having the same problems of Giuliano.
Can you send me the libraries and Harbour ?
Thanks a lot.
Massimo

P.S. the libgnomeprintui is impossible to install
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Connect to Advantage Database

Post by Antonio Linares »

Massimo,

Already sent :-)

Please remember that they are for Ubuntu 32 bits

I have not been able to install libgnomeprintui

No idea why apt-get can't get it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: Connect to Advantage Database

Post by Massimo Linossi »

Thank you Antonio.
Installed and the tutor01 is compiling and working perfectly.
You're great, as usual.
Have a nice evening.
Massimo
User avatar
giuliano
Posts: 30
Joined: Mon Sep 25, 2006 8:38 am
Location: ITALY

Re: Connect to Advantage Database

Post by giuliano »

Good morning,
i confirm. Now harbour and FLH works !!!!!
Thank you Antonio.

Have a nice day
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: Connect to Advantage Database

Post by Massimo Linossi »

Good morning.
I need to build a little test to connect to an Advantage Database Server.
In windows there is an rddads.lib and Ace32.lib to link. Is there a place where to find them ?
Thanks a lot.
Massimo
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Connect to Advantage Database

Post by Antonio Linares »

Massimo,

good morning,

do you mean for Windows or for Linux ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: Connect to Advantage Database

Post by Massimo Linossi »

Hi Antonio.
For Linux.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Connect to Advantage Database

Post by Antonio Linares »

Massimo,

I guess that the first step is to try to build Harbour rddads on Linux

Not sure if the rddads makefile works on Linux, so we need to try it

Also I think it may be a good idea to ask Reinaldo for advice :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Connect to Advantage Database

Post by Antonio Linares »

Email already sent to Reinaldo :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Re: Connect to Advantage Database

Post by reinaldocrespo »

Hello Massimo/everyone on this forum!

My preferred ADS server is a Linux Server. It is what I install at most of my clients sites and it is what I use for development and testing. However, I have no idea how to create a Linux application, much less a Linux ADS Client app. All my applications are FWH native Win32 apps that connect to either a Linux or a Windows ADS server.

To build a client Linux application I suspect that -as far as ADS RDDs is concern- all you have to do is include the source .c files in your compile script. That is adsfunc.c, ads1.c, ace32.c. Then make sure you have the appropriate ADS shared objects installed on the target client (Linux) workstation. It should be that simple.

You -all- probably already know that Sybase ADS may run as a windows service or as Linux daemon. Also, the client may be linked to a windows app via .dll or to a Linux app using the shared object (libace.so). This means that our FWH apps may be a native Windows app or a Linux app and our server may be a Linux server or a Windows server and any combination of these.

To build a Linux client app I understand you will need either the remote server or the local server shared objects. The Advantage Client Engine (ACE) and the Advantage Local Server (ALS) are distributed as Linux shared objects. Although not identical, shared objects are very similar to Windows DLLs. The default installation directory for the Advantage libraries is the /usr/lib directory. All Advantage clients link directly to the shared object that matches the version (ex: libace.so.10.0.20). The only shared object you need to distribute with your client app is libace.so.X.Y.Z for client-server (remote server) or libadsloc.so.X.Y.Z for the local server.

I wish I could be of more help on this subject but my experience building native linux apps is very limited. Provided I can find the time and budged the money to acquire FWH for Linux, I will engage on building a FWH Linux application one day.

Please keep us informed on your findings.

Best regards,


Reinaldo.
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: Connect to Advantage Database

Post by Massimo Linossi »

Hello Reinaldo.
Where can I find those c sources ?
Thanks a lot.
Massimo
User avatar
reinaldocrespo
Posts: 918
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Re: Connect to Advantage Database

Post by reinaldocrespo »

They should be part of the compiler's source distribution and usually found on \xharbour\contrib\rdd_ads\ directory.

Hope that helps.
User avatar
Massimo Linossi
Posts: 474
Joined: Mon Oct 17, 2005 10:38 am
Location: Italy

Re: Connect to Advantage Database

Post by Massimo Linossi »

Thanks Reinaldo.
Maybe Antonio can help me with these files for Harbour and Linux.
Post Reply