You configured "Bools as char" in your ODBC data source.
Open 32bit control panel, go to configuration options, first page under "Data Type Options" uncheck "Bools as char"
Search found 126 matches
- Sun Feb 02, 2025 11:50 pm
- Forum: PostGreSQL
- Topic: BOOLEAN FIELDS TRANSLATED TO '1' or '0' insteat of .t. or .f. in PG 16
- Replies: 1
- Views: 5579
- Mon Dec 09, 2024 11:11 pm
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 19798
Re: ZIP library
12GB is no issues as long OS can read data and serve chunks of it to software and not an ancient binaries are used so imho you are pretty safe with CK control. Mind almost all .zip compressor are single thread-single core and many still don't use modern code ; so speed of compression MBps will vary....
- Fri Dec 06, 2024 2:44 am
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 19798
Re: ZIP library
Client side with Shell.Application object ; uses Windows OS integrated zip routines ; UTF file naming and UNC support is solid; good UI feedback for end user .
On server side zip from info-zip OSS project.
On server side zip from info-zip OSS project.
- Fri Nov 22, 2024 5:03 am
- Forum: PostGreSQL
- Topic: Upsizing Analysis
- Replies: 8
- Views: 17144
Re: Upsizing Analysis
There is way. Multiple simultaneous processes might be solution as this looks single - threaded - go from one to another and do upload job. So much of CPU and RAM resources are wasted as usual with xbase. Do a dbfupsize config in individual sets for large DBF tables and one for everything small. The...
- Fri Nov 15, 2024 4:05 am
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 44175
Re: More PGDBE questions
This. I honestly tried PGDBE but outside some longer testing decided not to use it ; it was slow, limited to single type of DBMS . One of things I missed at that time (just before or around Covid?) was lack of clear info how to to secure PGDBE connect (SSL require and client side security certificat...
- Fri Nov 15, 2024 3:51 am
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 44175
Re: More PGDBE questions
You need to have pgdbe server configured properly. Table with 1.5M records is something sql shrugs off easily. But: pgdbe by my account causes additional writes, not only on main table , but on special columns and calls stored procedures all the time for each insert , update, delete . Might be wrong...
- Mon Oct 28, 2024 1:02 am
- Forum: eXpress++ Support
- Topic: Set CPU
- Replies: 22
- Views: 52469
Re: Set CPU
Can be done with binaries too.
Just a simple windows 10/11 VM, four cores, networking disabled by hypervisor
Run tests , see results, delete VM.
Simple as pasulj.
Just a simple windows 10/11 VM, four cores, networking disabled by hypervisor
Run tests , see results, delete VM.
Simple as pasulj.
- Mon Oct 21, 2024 12:51 am
- Forum: PostGreSQL
- Topic: Performance Issues
- Replies: 10
- Views: 34160
Re: Performance Issues
Indeed this looks worrisome. I knew after testing few years ago that performance of out of the box of pgdbe is not that fast, but this is unexpectedly slow. This is read-only performce, correct? CPU and/or network is fully saturated during search? Can you shed a bit more details on size of data /rec...
- Fri Oct 18, 2024 12:05 am
- Forum: PostGreSQL
- Topic: Stored Procedure vs Stored Function
- Replies: 11
- Views: 22132
Re: Stored Procedure vs Stored Function
Yes, you need to use FUNCTION for this Procedures in postgresql are invoked within CALL PROCEDURE, where FUNCTION is within SELECT statement. Procedure cannot return result set, while functions can (multiple too). So procedure is kinda like .exe called from RUN vs regular functions. Also you need po...
- Mon Oct 14, 2024 11:00 pm
- Forum: PostGreSQL
- Topic: Smart Orders
- Replies: 4
- Views: 14226
Re: Smart Orders
newsgroup @alaska was left to its own decade ago; at some times they did not even knew that it was down for weeks at time ... And there is hardly anything about pgdbe on old newsgroup, while "ILX" forum is open only to paying customers apart from 'q&a' section. This is what Pirsig wrote about topic ...