What issues does it has?I don't believe Alaska reimplemented that, because it has issues.
Search found 115 matches
- Thu Dec 12, 2024 11:24 pm
- Forum: Xbase++ 2.0
- Topic: Build 2.00.2307
- Replies: 4
- Views: 438
Re: Build 2.00.2307
Hi,
- Wed Dec 11, 2024 11:34 pm
- Forum: Xbase++ 2.0
- Topic: Build 2.00.2307
- Replies: 4
- Views: 438
Re: Build 2.00.2307
Hi,
I have described the best way to hide/show XbpColumn, in the following topic here. It is based on Alaska XbpBrowse and XbpColumn implementations. I suppose and believe that Alaska dev team saw my post and learned from it.
http://bb.donnay-software.com/Donnay/vi ... f=2&t=3211
I have described the best way to hide/show XbpColumn, in the following topic here. It is based on Alaska XbpBrowse and XbpColumn implementations. I suppose and believe that Alaska dev team saw my post and learned from it.
http://bb.donnay-software.com/Donnay/vi ... f=2&t=3211
- Thu Dec 05, 2024 11:22 pm
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 3196
Re: ZIP library
PowerUtl library have all ZIP archive functions, and much more.
- Thu Nov 14, 2024 11:55 pm
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 15946
Re: More PGDBE questions
You should stop struggling with Alaska PGDBE, this is the road to nowhere. More deep you go, more problems and no solutions you will get. As soon as you understand and accept that, the better for you. You should use my PowerSql library and convert you ISAM app to true SQL app, in a very fast way and...
- Sun Nov 03, 2024 11:48 pm
- Forum: PostGreSQL
- Topic: Stored Procedure vs Stored Function
- Replies: 11
- Views: 7518
Re: Stored Procedure vs Stored Function
You can do that with the SELECT command: SELECT Strip(p1,p2) AS cResult.
- Sun Oct 27, 2024 11:14 pm
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 35228
Re: Set CPU
What do you suggest, how do you want it?But I will never ever just install and run an EXE I got from someone somewhere.
- Sun Oct 20, 2024 10:42 pm
- Forum: PostGreSQL
- Topic: Performance Issues
- Replies: 10
- Views: 18245
Re: Performance Issues
Hi,
You could download and try test version of PowerSql library and do the same research with it. It would be interesting to compare it's performance with your current ones. BTW, did you do your tests several times or only once?
You could download and try test version of PowerSql library and do the same research with it. It would be interesting to compare it's performance with your current ones. BTW, did you do your tests several times or only once?
- Fri Oct 18, 2024 11:45 am
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 35228
Re: Set CPU
Hi,
Here is a demo program of multi CPU usage. Try it.
Here is a demo program of multi CPU usage. Try it.
- Sun Oct 06, 2024 11:06 pm
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 35228
Re: Set CPU
Hi, I remember ALASKA say it is NOT SAFE to use. So ALASKA don´t support it, you can try it at your own risk. Alaska have their reasons to say it is not safe, it is their matter and I don't care for that. Multi CPU is an option in Windows for decades and I don't think that Microsoft would allow that...
- Sat Oct 05, 2024 10:22 am
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 35228
Re: Set CPU
Hi, It is possible to use multiple CPUs in a single Xbase++ app instance, but that job have to be done in C using Xbase++ C-API. You have to create your own multiple threads in C and run your thread processes in C. Each thread can be assigned a different CPU and they all run concurrently. In this wa...