DBF Client/Server Engine

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Jamal
Posts: 322
Joined: Mon Jul 03, 2017 7:02 pm

DBF Client/Server Engine

Post by Jamal »

Hi All,

It was mentioned sometime ago that a DBF Client/Server Engine in X# similar to ADS could be developed? Any news about this?

Thanks!
Jamal
User avatar
wriedmann
Posts: 3765
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: DBF Client/Server Engine

Post by wriedmann »

Hi Jamal,
Robert is working on the SQL RDD.
https://www.xsharp.eu/articles/x-sql-rdd-beta
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Jamal
Posts: 322
Joined: Mon Jul 03, 2017 7:02 pm

Re: DBF Client/Server Engine

Post by Jamal »

Hi Wolfgang,

Thanks for that, however, I am asking about DBF not SQL.

Jamal
User avatar
wriedmann
Posts: 3765
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: DBF Client/Server Engine

Post by wriedmann »

Hi Jamal,
this means you do not need any SQL interface on this engine?
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Jamal
Posts: 322
Joined: Mon Jul 03, 2017 7:02 pm

Re: DBF Client/Server Engine

Post by Jamal »

Hi Wolfgang,

In the link https://www.xsharp.eu/articles/x-sql-rdd-beta I have not seen a mention of DBF.

Does it support DBF file in as Client/Server using SQL interface? If that's the case, that would be cool.
User avatar
wriedmann
Posts: 3765
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: DBF Client/Server Engine

Post by wriedmann »

Hi Jamal,
it is an RDD based on different SQL engines. It behaves like an DBF table, but is based on SQL databases.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Jamal
Posts: 322
Joined: Mon Jul 03, 2017 7:02 pm

Re: DBF Client/Server Engine

Post by Jamal »

Hi Wolfgang,

Understood. Please refer https://www.xsharp.eu/forum/topic?p=648#p648 from May 21, 2018.

It is similar to my request and this is what I am hoping for.

Jamal
User avatar
wriedmann
Posts: 3765
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Re: DBF Client/Server Engine

Post by wriedmann »

Hi Jamal,
if you need an ADO DataTable directly from a DBF datasource: something like this is already available from the runtime:
in the XSharp.Data library there is a DBDataTable() function, and if lloking there, there may be some other interesting things to explore.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply