Hi all
A lot have been said about ads and postgresql most especially on this vibrant forum.
I am just been curious, are there comparable reason for want to choose one over the other for a large enterprise projects.
Thanks
Joe
Search found 601 matches
- Thu Apr 24, 2025 5:24 am
- Forum: PostGreSQL
- Topic: ADS vs PG
- Replies: 4
- Views: 40
- Thu Apr 24, 2025 2:09 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Hi Slavkodam Thanks for your response. I am using ot4Xb library and I am aware that I have to pass a STRUCTURE to the api SHFileOperation(). Therefore the structure will look as follows: BEGIN STRUCTURE oFileOperation MEMBER BOOL hWind MEMBER BYTE wFunc MEMBER WORD pFrom MEMBER DWORD pTo MEMBER DWOR...
- Wed Apr 23, 2025 6:18 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Hi Slavkodam
Great to hear from you. That's the progressbar I am talking about. You are very correct.
The winapi you mentioned is it easy to implement.
Once again thanks for your contributions.
Joe
Great to hear from you. That's the progressbar I am talking about. You are very correct.
The winapi you mentioned is it easy to implement.
Once again thanks for your contributions.
Joe
- Mon Apr 21, 2025 2:07 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Hi SlavkoDam and Jimmy
Thanks a lot for your contributions, great.
I was just thinking that Progress bar with graphs could be done.
Once more thanks for your time.
Joe
Thanks a lot for your contributions, great.
I was just thinking that Progress bar with graphs could be done.
Once more thanks for your time.
Joe
- Tue Apr 08, 2025 12:37 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Furthermore
I am still having issues with postgresql backup which I posted under postgresql topic
Thanks
Joe
I am still having issues with postgresql backup which I posted under postgresql topic
Thanks
Joe
- Tue Apr 08, 2025 12:33 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Hi all
Thanks for your contributions.
Greatly appreciated.
Joe
Thanks for your contributions.
Greatly appreciated.
Joe
- Tue Apr 08, 2025 12:30 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Thanks to you all. I appreciate all your contributions.
Joe
Joe
- Mon Apr 07, 2025 6:42 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Hi Slavkodam and Jimmy. Thanks for your response and valuable contributions. You people are great. Happy to hear that it is doable. Slavkodam we will greatly appreciate it if you could provide us a sample solution. And more importantly how to use xbase++ capi. I couldn't find the documentation for A...
- Sun Apr 06, 2025 8:30 am
- Forum: eXpress++ Support
- Topic: Windows 10 progress bar api
- Replies: 30
- Views: 513518
Re: Windows 10 progress bar api
Jimmy
Thanks for your response. That's the control I am talking about. I am not good at winapi
Joe
Thanks for your response. That's the control I am talking about. I am not good at winapi
Joe
- Sun Apr 06, 2025 5:02 am
- Forum: PostGreSQL
- Topic: Database backup and restore in pg xbade++
- Replies: 9
- Views: 9933
Re: Database backup and restore in pg xbade++
Hi Tom 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 try this but get error. oConn:execute("pg_dump -u powerplus -d powerplusdb -f e:/backup_file.sql") where...