Dbf/cdx to sql changing

wartiaga
Posts: 212
Joined: Wed May 25, 2016 1:04 am

Dbf/cdx to sql changing

Post by wartiaga »

Hi,

I'm thinking about definitely migrating from dbf/cdx to sql. Which of the 3 options would have a shorter learning curve and time and which is fully mature for upgrading large systems that already work with dbf/cdx? sqlrdd, rddsql or native mariadb fivewin?

Thanks in advance.
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Dbf/cdx to sql changing

Post by nageswaragunupudi »

native mariadb fivewin?
The Best
Regards

G. N. Rao.
Hyderabad, India
User avatar
karinha
Posts: 7884
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: Dbf/cdx to sql changing

Post by karinha »

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
RAMESHBABU
Posts: 626
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

Re: Dbf/cdx to sql changing

Post by RAMESHBABU »

Hi,

I am almost in the process of concluding the conversion my Very Huge Application
from DBFCDX to FiveWins's Native MariaDb Functionality.

There are several ways provided in MariaDb Class with several Examples
using which you can easily adopt MariaDb.

Please go through the examples provided in the forum, under several threads
with "MariaDb" search.

I strongly recommend you to use the Fivewin's MariaDb functionality.

Thanks to Mr.Nageswara Rao and Mr.Antonio for their great contribution to FiveWinners.

-Ramesh Babu P
User avatar
vilian
Posts: 984
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Dbf/cdx to sql changing

Post by vilian »

I'm also recommend you to use the Fivewin's MariaDb functionality.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Dbf/cdx to sql changing

Post by Rick Lipkin »

To All

There are many options moving dbf to Sql and the ADO Class ... Have a look at the sample AdoRick.prg ( AdoRick.Exe ) .. that can be compiled in this example creating and connecting to ms access,... the example creates its own MS Access database and demonstrates the use of using xBrowse as well as using incremental searches .. can also connect to MS Sql Server and Oracle.

Rick
wartiaga
Posts: 212
Joined: Wed May 25, 2016 1:04 am

Re: Dbf/cdx to sql changing

Post by wartiaga »

nageswaragunupudi wrote:
native mariadb fivewin?
The Best
Thank you Mr. Nages

From which version of fivewin mariadb is it functional for my purpose?
wartiaga
Posts: 212
Joined: Wed May 25, 2016 1:04 am

Re: Dbf/cdx to sql changing

Post by wartiaga »

wartiaga
Posts: 212
Joined: Wed May 25, 2016 1:04 am

Re: Dbf/cdx to sql changing

Post by wartiaga »

RAMESHBABU wrote:Hi,

I am almost in the process of concluding the conversion my Very Huge Application
from DBFCDX to FiveWins's Native MariaDb Functionality.

There are several ways provided in MariaDb Class with several Examples
using which you can easily adopt MariaDb.

Please go through the examples provided in the forum, under several threads
with "MariaDb" search.

I strongly recommend you to use the Fivewin's MariaDb functionality.

Thanks to Mr.Nageswara Rao and Mr.Antonio for their great contribution to FiveWinners.

-Ramesh Babu P
Thank you Ramesh!
wartiaga
Posts: 212
Joined: Wed May 25, 2016 1:04 am

Re: Dbf/cdx to sql changing

Post by wartiaga »

vilian wrote:I'm also recommend you to use the Fivewin's MariaDb functionality.
Thank you Vilian! I will try.
wartiaga
Posts: 212
Joined: Wed May 25, 2016 1:04 am

Re: Dbf/cdx to sql changing

Post by wartiaga »

Rick Lipkin wrote:To All

There are many options moving dbf to Sql and the ADO Class ... Have a look at the sample AdoRick.prg ( AdoRick.Exe ) .. that can be compiled in this example creating and connecting to ms access,... the example creates its own MS Access database and demonstrates the use of using xBrowse as well as using incremental searches .. can also connect to MS Sql Server and Oracle.

Rick
Thank you Rick!
User avatar
Otto
Posts: 6378
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Dbf/cdx to sql changing

Post by Otto »

Hello friends,
A question - we have so many adapters in Fivewin. We can practically connect to all databases.
What we cannot do, however, is access a DBF from a web-hosted website with a low-cost provider.
I think this capability would benefit many who still work with DBF.

I have seen the great interest in this topic in modharbour.club. Here, I think, there would be a market for FIVEWIN to gain new users.
One could then collaborate with young programmers.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42256
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Dbf/cdx to sql changing

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6378
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Dbf/cdx to sql changing

Post by Otto »

Dear Antonio,

Thank you.

I hope you’re not still celebrating.

What I don’t quite understand here is how the general HARBOUR functions get to the web server. Do I also need to upload Harbour here, or how does it work?


***


What I mean by PHP access to DBF is, for example, when a FIVEWIN user wants to set up a small homepage for themselves that they can dynamically populate, they have few options to do it quickly.
They need an SQL server, which is associated with extra costs. I think if FIVETECH could offer something for PHP here, there would be a large market for it.
One could then maintain the DBF files offline with FIVEWIN.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Uwe.Diemer
Posts: 98
Joined: Mon Aug 09, 2010 11:00 am

Re: Dbf/cdx to sql changing

Post by Uwe.Diemer »

II also want to change from Ads to MariaDb im using xHarbour should i change to Harbour ?

r´tx
Post Reply