Search found 1258 matches
- Thu Apr 24, 2025 11:12 pm
- Forum: PostGreSQL
- Topic: ADS vs PG
- Replies: 4
- Views: 74
Re: ADS vs PG
The PostGreSQL server is for free.
- Thu Apr 24, 2025 5:55 am
- Forum: PostGreSQL
- Topic: ADS vs PG
- Replies: 4
- Views: 74
Re: ADS vs PG
Hi, Joe. ADS has reached EoL twelve (!) years ago. Meanwhile, it's hard to buy licenses, and this may get harder. Modern operating systems are not officially supported, since they were not known when the development stopped. On the technology side, ADS is more than just outdated. It's technology fro...
- Fri Apr 11, 2025 8:40 am
- Forum: eXpress++ Support
- Topic: ADS
- Replies: 5
- Views: 784
Re: ADS
This may work, yes.
- Fri Apr 11, 2025 1:00 am
- Forum: eXpress++ Support
- Topic: ADS
- Replies: 5
- Views: 784
Re: ADS
If it's intended to change the server OS aswell (for security or feature reasons), creating and moving a virtualization may not be a good solution.
- Thu Apr 10, 2025 11:03 pm
- Forum: eXpress++ Support
- Topic: ADS
- Replies: 5
- Views: 784
Re: ADS
Hi, Fred. You may reuse the install files, and you need the license key. In case, there are still some guys somewhere in Ireland providing a kind of support. ADS installation is just nothing: Running the setup, adding the license key, selecting the language. That's it. Configurating the ADS.INI (if ...
- Wed Apr 09, 2025 12:59 am
- Forum: PostGreSQL
- Topic: Database backup and restore in pg xbade++
- Replies: 9
- Views: 9965
Re: Database backup and restore in pg xbade++
I try this but get error. My suggestion was not : Go and create a dump and save this using a SQL-command. This won't work, as k-insis mentioned. My suggestion was to retrieve the name and path of the physical files using an SQL-statement (like the one I showed) and create a backup by copying those ...
- Mon Apr 07, 2025 11:21 pm
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 562201
Re: Windows 10 progress bar api
Joe, there is no sample solution. Using the C-API for stuff like that is a little complicated . You need to know how to program in C+/++. You need to install a C-compiler, create the code (where ChatGPT may help you with) and use it with "EXTERN" in your application. You need to integrate the contro...
- Sun Apr 06, 2025 11:18 pm
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 562201
Re: Windows 10 progress bar api
So it is useless.this CODE is working under Fivewin/harbour, but NOT under Xbase++
- Sun Apr 06, 2025 1:24 am
- Forum: PostGreSQL
- Topic: Database backup and restore in pg xbade++
- Replies: 9
- Views: 9965
Re: Database backup and restore in pg xbade++
Hi, Joe.
No. That is a valid (PG-)SQL statement. Depending on how you connect to the PG server from inside your application, you may just send this statement to the server and analyze the result.I need to use runshell ??
- Tue Apr 01, 2025 2:26 am
- Forum: PostGreSQL
- Topic: Database backup and restore in pg xbade++
- Replies: 9
- Views: 9965
Re: Database backup and restore in pg xbade++
Those limitations are easy to handle. And I didn't say that this is best practice; it's just a way to create a backup. You don't need to have an active connection to your server to do that. Besides, the statement can be used from inside an Xbase++-application (same with dump, I know).