Replace Advantage Database Server

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
rwooters
Posts: 13
Joined: Fri Mar 04, 2016 10:56 pm

Replace Advantage Database Server

Post by rwooters »

Hi All,

We are, in addition to moving to X#, having to replace our Advantage Database Server.

Any suggestion on a good replacement?
What database server are you Guy's using?

Thanks,

Richard Wooters
User avatar
Otto
Posts: 174
Joined: Wed Sep 30, 2015 6:22 pm

Replace Advantage Database Server

Post by Otto »

SQL Server
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Replace Advantage Database Server

Post by wriedmann »

First I had decided for Firebird, but corrected to PostgreSQL and SQLite.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

Replace Advantage Database Server

Post by Phil Hepburn »

Hi Richard,

I moved directly from DBF to MS SQL Server, many years ago, and started with version 2005 SQL server - and have moved through many newer versions since. All were fine, and worked OK!

I have never had any issues at all, and there are also free versions to suit a developer and a small local network, as well as a small single machine.

Currently I run my son's large engineering database in the cloud with Azure - it was easy to upload the one million plus records with a free tool MS supplied. This DB started life in a Vulcan app and then was moved to LINQ with C# and "Linq 2 SQL".

Now when I open VS 2015 / 2017 this cloud DB is easily available at the click of a mouse. Quite brilliant. See attached images :-
cloudSQL_01.jpg
cloudSQL_01.jpg (103.88 KiB) Viewed 309 times
cloudSQL_02.jpg
cloudSQL_02.jpg (148.37 KiB) Viewed 309 times
To make such a DB available to any / many user(s) - and the very latest MSSS version we don't need to setup a virtual machine - just opt for a SQL Azure database. I get mine (Azure time) free as part of my Prof VS package. I also get all the SQL Server versions too.

When I return from Cologne (going in the morning) and get back to writing and researching the X# new eNotes eBook, I will do a full explanation of what is on offer from Microsoft as regards SQL. They do a local simplified version a bit like SQLite.

Personally, I feel that cost is not a good reason to keep clear of MSSS, as in recent years MS have done some good things to open up to small users the power of their Big Brother (and very mature) product.

I have tried SQLite and it works, but I only used it because at the time there was not an alternative for Mobile and WinRT devices. I definitely prefer the full MSSS offering.

Oh! - just thought, I would always use a flavour of SQL which will work through Entity Framework 6 or later. EF6 is just too good to miss just because the flavour of the SQL server does not play ball with it. To me this is a BIG concern and issue.

HTH,
Phil.
Wales, UK.
User avatar
rwooters
Posts: 13
Joined: Fri Mar 04, 2016 10:56 pm

Replace Advantage Database Server

Post by rwooters »

Thanks, Otto, Wolfgang and Phil for your input.

These are all great choices and I'm looking into all of them, including some of my own.

PostgreSQL
MS SQL
MySQL
MariaDB

This is a big decision for us and I'd like to make the most informed decision I can. What I'm looking for in a database server is similar properties to the Advantage Database Server (ADS).
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Replace Advantage Database Server

Post by wriedmann »

hi Richard,
SQL is very different from DBF and ADS, it is a completly different approach.
It is now more than 10 years I'm using SQL in different flavours, but my main database has remained DBF.

I have selected SQLite only for local and configuration data because it is fast and easy to copy.

My decision for PostgreSQL has been because it seems to be the most powerful of the free databases. With MySQL I had several data corruption issues because of power failures, but they occur on my customer sites (small business).
The most stable product I know is Oracle, but it haves a cost, and it is not so easy to configure as I would like.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
mhsabado
Posts: 4
Joined: Wed Sep 30, 2015 8:17 am

Replace Advantage Database Server

Post by mhsabado »

Hi,

You may want to check Firebird 3 and it has Android port if you're targeting mobile db. See https://www.firebirdsql.org/en/firebird-3-0/#Android

From Harbour, there also exist LetoDB as an opensource alternative for ADS. There's also a fork of the former as LetoDBf and some ADS users are testing it as drop-in replacement without changes from their existing code with far better performance than their current ADS implementation as they have reported. I'm also using it (LetoDBf) in production and very satisfied with the stability and performance but I don't have experience with ADS.

Regards,
Maro
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Replace Advantage Database Server

Post by ic2 »

Hello Phil,

Currently I run my son's large engineering database in the cloud with Azure

Apart from my built in resistance to almost anything Microsoft offers, which for me is reason enough to stay away from Azure or MSSS, I have one other objective. The great thing of DBF files is that it is so easy to just work on one dbf (e.g. replace it with a backup file) and -more important- it is so easy to copy it to other PC's. All off line. When I travel everything I may need to help customers, my employees or just to do some work, is on my tablet-laptop. And in most places I travel, internet is absent or dreadfully slow (I have 150/15 here). So a Azure based database may be a good idea if you don't have a server (and/or have a fast and very reliable connection) but it's not portable.

I acknowledge that having data via cloud services has it advantages. But as soon as it's the only option (e.g. Office 2016 help, this forum instead of the NG, Azure databases) I don't want to use to use it - or better said: I can't use it as quite a few weeks in the year we will not be able to!

Dick
Post Reply