ADS - The future is <sadly> now so where do you go ?

Re: ADS - The future is <sadly> now so where do you go ?

Postby Giovany Vecchi » Tue Apr 26, 2022 1:57 am

I went to look at some examples in MySql. I will explain a situation.
1-Open the data dictionary of the present registry office. Ex: \\Server\UNC\Folder\MyDictionary.add
2-I'm going to UNION the AGENT's Document linking it to another data dictionary that is in the central registry office on the internet. Ex: \\201.64.98.121:2660\UNC\Folder\DictionaryCenter.add
This is to record in a temporary table that will be merged with two more tables later for reporting purposes.

How would you do this in MySql ?
Here's a simple example I use.

Code: Select all  Expand view

Select
    Tb01.cAgeCompareceuDoc ,
    Tb01.nAtoNumero ,
    Tb01.nAtoLivro ,
    Tb01.nAtoFolha FROM N_AUT_DOCUMENTOS AS Tb01
    Where Tb01.nAtoLivro = _nLivro_Lanca_ and Tb01.cAgeCompareceuNome <> ''  
Union Select
    Tb02.cAgeCompareceuDoc ,
    Tb02.nAtoNumero ,
    Tb02.nAtoLivro ,
    Tb02.nAtoFolha FROM CartDistribuidor.N_AUT_DOCUMENTOS AS Tb02
Where Tb02.nAtoLivro = _nLivro_Lanca_ and Tb02.cAgeCompareceuNome <> ''
                __ORDER_BY__  ;
 

From CartDistribuidor is a LINK referring to the address \\201.64.98.121:2660\UNC\Folder\DictionaryCenter.add recorded in the ad data dictionary for direct targeting by SQL commands.
User avatar
Giovany Vecchi
 
Posts: 207
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

Re: ADS - The future is <sadly> now so where do you go ?

Postby Giovany Vecchi » Tue Apr 26, 2022 4:17 pm

Another example:

Code: Select all  Expand view

Servidor01 > DicCentral = \201.100.10.10\UNC\Carpeta\DicCentral.add //Central
Servidor02 > Cartorio01 = \201.100.10.11\UNC\Carpeta\Diccionario.add // Notario 01
Servidor03 > Cartorio02 = \201.100.10.12\UNC\Carpeta\Dicionario.add// Notario 02

Select Tb01., Tb02., Tb03.*
From Tb01 AS DicCentral.AGENTES
Inner Join Tb02 AS Cartorio01.PROTESTO ON cDocument = DicCentral.cDocRecent
Inner outher Join Tb03 AS Cartorio02.PROTESTO ON cDocument = DicCentral.cDocRecent
 
User avatar
Giovany Vecchi
 
Posts: 207
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

Re: ADS - The future ( UPDATED -FINAL WORD)

Postby TimStone » Fri May 06, 2022 4:15 pm

I have finally obtained OFFICIAL answers regarding ADS, and it's future:

1). Advantage Database Server reached End of Life on December 31, 2021.
2). The product will be user supported only starting 1/1/2023. Until then, individual questions will be answered ( if you can find someone to do so ).
3). ADS will NOT, repeat, NOT be released into open source, nor will the source code be made available to any other parties.
4). Though it is officially ended, additional seats can still be purchased for the last release ( dated 2015, v. 12 ). They are available on the portal at full price.
5). If Microsoft makes changes to the OS that would render ADS unusable ( without modification ), SAP will NOT modify the software in any way.

As a software developer/publisher for 40 years ( starting in 1982 with dBase II ), I would never consider selling my clients an expensive piece of software that was this dated, and had absolutely no guarantee it would be usable in even the near future.

So, it is absolutely time to move away from this product. Though I'm not happy to be spending the time to modify a very large, and intricate, application, fairness to my clients will require this change.

I'm disappointed, but not surprised.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: ADS - The future is <sadly> now so where do you go ?

Postby Carles » Fri May 06, 2022 6:37 pm

Dear Tim,

Every app has a deadline, everyone. this is the truth. We have to be aware of this in order to move ahead of this moment. What is the solution? Stop or evolve? And in most cases, how? Technology goes faster than us...

C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: ADS - The future is <sadly> now so where do you go ?

Postby TimStone » Sat May 07, 2022 12:35 am

Carles,

I've been doing this for the past 40 years, so I have evolved. However, at my age, I just want to keep my clients happy with updates, and I'm not trying to compete in the newest programming styles and languages.

Frankly, the reason I don't "stop" is because clients actually have called me and asked me to not do that. So I do continue, but I also focus my time with family, my garden, travel, and hobbies.

Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: ADS - The future is <sadly> now so where do you go ?

Postby Carles » Sat May 07, 2022 6:47 am

Tim,

Then you have your paradigm solved... :D
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: ADS - The future is <sadly> now so where do you go ?

Postby Otto » Sat May 07, 2022 7:40 am

Hello Tim,
it is good that you mention that ADS might have a problem with a later version of Windows.

I am sure Antonio and the FIVEWIN team will provide us with a solution for this as well.

Fivetech has always had solutions.
CLIPPER->HARBOUR,
DOS->WINDOWS,
WINDOWS METROSTYLE we had no problems,
now WINDOWS 11 everything works.
Remember PoketPC for WINDOWS. Fivetech also had a solution for this problem.

Latest innovation from FIVETECH is mod harbour!

And if your software is used professionally, you can switch to WINDOWS Server and RDP.
We still have WINDOWS Server 2008 in production. So, you will not have any problems in the next decade.


Have a nice Sunday and best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6005
Joined: Fri Oct 07, 2005 7:07 pm

Re: ADS - The future is <sadly> now so where do you go ?

Postby TimStone » Sat May 07, 2022 6:29 pm

Otto,

A few years back, Microsoft turned off their Network Discovery feature that allowed ADS to query if a server existed. Suddenly, all installs failed. It also created massive problems for other Client Server systems.

Then, Five Tech could have done nothing to resolve the problem. However, at the time, Advantage was still receiving support, and we discovered that we could hardcode the server IP address ( which was done with an IP address ) and restore the connection.

While this may seem simple, it requires a static IP for the server. You might reply that should be a normal setup, but small businesses often were using the default IP address ( dynamic ) that was provided by their router, and had no idea how to setup their computer with a static IP.

So, yes, Microsoft does make changes in their Windows system that may well create problems with ADS and I imagine some people will appreciate the heads up now so they can also plan for their transition. With all the production efforts that the FiveWin team have going now, I would prefer they complete existing projects rather than have new problems to tackle. I've been waiting for 8 months for the completion of the RTF printing integration into the Printer class. It's part way there, but not complete.

As for mod harbour ... that is another project ... but Antonio did share a different approach is already under development by the team.

You also mention RDP. My clients have small networks, and many use a Windows 11 computer as the "server". I use Windows Remote Desktop from my iMac 27 to my Dell AIO where my programming resides. It works fine. However, it appears to me in this sitution, Win 11 will only support a single RDP session at a time, so how does that work for 4 workstations ? Also, 4 concurrent users would need 4 separate programs running on the server if I understand the process.

Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: ADS - The future is <sadly> now so where do you go ?

Postby Otto » Sat May 07, 2022 7:24 pm

Tim,

>I've been waiting for 8 months for the completion of the RTF printing integration into the Printer class.

I have posted in 2018 here how to print RTF with EasyReport.
We use this for our registration forms daily.


viewtopic.php?f=3&t=35741&p=212968&hilit=EasyReort+and+RTF+opens+much+report+design+options&sid=6fa22b64dc19f7ba67e72207fe952e2a#p212968

RDP

Yes, you need WINDOWS server, and you need RDP calls.
Such an RDP call is around 150€. I think if someone uses a workstation for a business, this is affordable.

Best regards,
Otto


Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6005
Joined: Fri Oct 07, 2005 7:07 pm

Re: ADS - The future is <sadly> now so where do you go ?

Postby TimStone » Mon May 09, 2022 1:01 am

Otto,

RE: RTF

First, ALL of my reports are complex and coded directly using the Printer class in FWH. I've never gotten Easy Report to function properly in my application anyway, so rewriting reports is not a practical idea.

Secondly, you have a fixed output. You essentially have a form, and then RTF text, all on one page. My situation is different:

1). The amount of output prior to the RTF section will vary. For example, the invoice includes parts, and labor, and the space that uses will change with every invoice.
2). The RTF section can start at the top of a page, or near the bottom, and it's length will vary.
3). In the current implementation ( latest FWH version ), we could output a fixed space for the RTF. However, after each line is printed, we need to know the postion it takes on the page ( line count ), and as it nears the bottom, we will then need to eject that page, start a new one, print the header information, and then resume the printing of the RTF. This option is not possible.
4). After the RTF is output, we may have further information to print, so we need to know the exact row position where the RTF ends. Again, this is not possible in the current version.

SO ... if your solution can provide for these two needs, thus allowing for in-line RTF printing within the Printer class, please immediately share that information with the developers so RTF can truly be supported.

AS for RDP ... my clients paid a significant amount of money for ADS which they can use in their small shops with Win 11 computers. It works beautifully. To suggest they should now get a new computer with WINDOWS SERVER software, and RDP licenses, to replace something that is still working for them ( but may fail in the future with no support available ) is something I would find hard to do. It would not be an easy thing for them to afford, especially now.

TIm
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: ADS - The future is <sadly> now so where do you go ?

Postby Otto » Mon May 09, 2022 8:22 am

Tim,
I just wanted to let you know that there are workarounds.

Unfortunately, I have shifted my focus to HTML reporting.
With that being said, none of these is an issue.

EasyReport.

Have please a look at the source code. EasyReport and TPrinter work on the same object. You can use them at the same time.
Your requirement is exactly the demo program of EasyReport, which is already available in the original version of Timm.

With EASYREPORT is here in our community much ignorance.
There are 2 parts there - that is the designer and the VRD.prg class.

With vrd.prg the report definition - it is an INI file - is processed and passed to the printer object, same (self) with which you work.

You do not need essentialy the designer. You can edit the ini-file with every texteditor. Same you do with your hard coded reports.


Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6005
Joined: Fri Oct 07, 2005 7:07 pm

Re: ADS - The future is <sadly> now so where do you go ?

Postby reinaldocrespo » Sat May 14, 2022 12:53 pm

Select
Tb01.cAgeCompareceuDoc ,
Tb01.nAtoNumero ,
Tb01.nAtoLivro ,
Tb01.nAtoFolha FROM N_AUT_DOCUMENTOS AS Tb01
Where Tb01.nAtoLivro = _nLivro_Lanca_ and Tb01.cAgeCompareceuNome <> ''
Union Select
Tb02.cAgeCompareceuDoc ,
Tb02.nAtoNumero ,
Tb02.nAtoLivro ,
Tb02.nAtoFolha FROM CartDistribuidor.N_AUT_DOCUMENTOS AS Tb02
Where Tb02.nAtoLivro = _nLivro_Lanca_ and Tb02.cAgeCompareceuNome <> ''
__ORDER_BY__ ;


Yes, I use Unions as well. Very powerful. Especially across data dictionaries. The convenience of DD is not appreciated unless you've used them. Having Data Integrity rules, User logins, Stored Procedures, Functions, Replication, etc... is all foreign to most xbase developers. Having files on a file system does not protect or keep data private and secured the way you can with a DD. Files on a share can be deleted/stolen/corrupted by any user, either by accident or malice. Having orphan records is accepted as common as it is almost impossible to avoid it without integrity rules. The list goes on...

However, I don't think UNIONS are specific to ADS. All SQLs will have the same capability and similar syntax. Including Integrity rules, Stored Procedures, user logins with rights ...

If I were to re-write my apps (which I don't think I will), I would go MS-SQL or Mongo-DB this time. I don't think MS is going away and the user base is too big to fail.

Just my 2 cents,

Reinaldo.
User avatar
reinaldocrespo
 
Posts: 972
Joined: Thu Nov 17, 2005 5:49 pm
Location: Fort Lauderdale, FL

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 55 guests