Advantage Database Server

This forum is meant for questions and discussions about the X# language and tools
Post Reply
mygnkmail-tech@yahoo.com
Posts: 12
Joined: Sat Dec 05, 2015 7:01 pm

Advantage Database Server

Post by mygnkmail-tech@yahoo.com »

Is there any news on the integration of ADS?

Thanks
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Advantage Database Server

Post by robert »

I am not sure what you expect to hear.

We are finishing the compiler support for the VO an Vulcan dialect at this moment and will work on the runtime (including the macro compiler) after that.

As part of the runtime we will create RDDs, and what I can promise is that we will also include an Advantage RDD. We will use the ACE API to talk with ADS. The RDD will be very much like the Advantage RDDs from Sybase (SAP).
I am not sure about the time frame for all of this.

What I can say is that we have already started with the RDD system, but the RDD system depends on the macro compiler, and we have not started with this compiler yet.
I expect that the Macro compiler will be relatively easy to implement, because it will share most of its code with the normal compiler, but it will not be a one day job.


Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
mygnkmail-tech@yahoo.com
Posts: 12
Joined: Sat Dec 05, 2015 7:01 pm

Advantage Database Server

Post by mygnkmail-tech@yahoo.com »

Hi Robert,

I know it is difficult to project time frames; however, do you think ADS integration would be completed within the next 12 months?

Thanks
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Advantage Database Server

Post by robert »

mygnkmail-tech@yahoo.com wrote:Hi Robert,

I know it is difficult to project time frames; however, do you think ADS integration would be completed within the next 12 months?

Thanks
Yes, I am sure about that.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
mygnkmail-tech@yahoo.com
Posts: 12
Joined: Sat Dec 05, 2015 7:01 pm

Advantage Database Server

Post by mygnkmail-tech@yahoo.com »

That's great. Thanks
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Advantage Database Server

Post by Chris »

And it is also worth pointing out that ADS is already working with x#, by using the BYOR concept.

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
mygnkmail-tech@yahoo.com
Posts: 12
Joined: Sat Dec 05, 2015 7:01 pm

Advantage Database Server

Post by mygnkmail-tech@yahoo.com »

BYOR?
FFF
Posts: 1521
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Advantage Database Server

Post by FFF »

Bring Your Own Runtime ;)
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Advantage Database Server

Post by Chris »

As Karl said, BYOR stands for Bring Your Own Runtime, you can find more info about this concept in the FAQ section and previous announcements in this website. Every ADS rdd dll that has been released for vulcan in the past was built against a certain version of the vulcan runtime and according to BYOR, if you have a license for that runtime, you can already use that ADS rdd from x#, too.

Some months later x# will include its own runtime and at that time the x# specific version of the ADS rdd will be using the x# runtime dlls instead.

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Post Reply