Search found 639 matches

by Victorio
Mon Jul 29, 2024 12:01 am
Forum: eXpress++ Support
Topic: Communication between remote applications
Replies: 4
Views: 3707

Re: Communication between remote applications

ok, thanks for advice , I will look for it. some problem can be with server, because this one is well secured and the administrator will not be very willing to release the firewall for communication due to the fear of hacking from outside. the server belongs to the state wan, so I have to do it so a...
by Victorio
Fri Jul 26, 2024 1:45 am
Forum: eXpress++ Support
Topic: Communication between remote applications
Replies: 4
Views: 3707

Communication between remote applications

The easiest way to solve such a problem: I have an application on a local computer, and a database or even a running application on a remote server. I need to send data to this server, e.g. several variables, or a file containing data, the server will pick them up and send the data back to me. Now I...
by Victorio
Thu Jun 27, 2024 6:04 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

I am using multiprocessor , all 24 CPUs, but not as thread and as external exe modules, where modules run on 1,2,3,4,--- CPUs. I have main program, and this controlling start modules , divide process to 24 parts and every part send to module on own CPU. Main program controlling how many modules stil...
by Victorio
Wed Jun 26, 2024 1:27 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

Jimmy, I have bigger files , more than 12 mil. rows sometimes file can be more than 20 milions.
better way is processing it by parts, processing is faster when working with smaller files, it's just that programming is more complicated
by Victorio
Wed Jun 26, 2024 12:24 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

yes, main problem for me is limitation to array elements, when number elements has about 1 milion, there is problem (at this moment I do not know one or 10 milions, because i had several arrays in proces.
but my solution is control numbers of elements and processing by parts.
by Victorio
Tue Jun 25, 2024 5:35 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

ok, Jimmy, thanks for advice, but I have not problem with 2GB DBF but with more than 2GB use of memory , for arrays and also variables. because I read large TXT files and store its content to variable or array, and processing it in memory for maximal speed. now I have on server 24 CPU, and 48GB RAM,...
by Victorio
Thu Jun 20, 2024 5:28 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

Slavko, ok,
I can try it if the problem occurs again, the problem is that the problem occurs randomly with some client, or with me, but if, for example, I restart the PC, then it is already running, or sometimes not. I can't simulate it to crash all the time.
thx
by Victorio
Thu Jun 20, 2024 5:22 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

> even if Alaska released a 64bit version it would help me If that will happen at all. I mean , really no, because Xbase++ have small programmers community to force the Xbase++ developer to rework the system into a 64bit version... Jimmy : thanks, I know about Harbour, also have downloaded it, but ...
by Victorio
Wed Jun 19, 2024 6:29 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

It is possible that it is caused by an older version of Xbase++, I have a release 554 of Xbase++ Foundation edition 2.0. It is possible that this is caused by an older version of Xbase++, I have a release , I didn't buy a newer update because I only maintain my old programs and it's not worth it to ...
by Victorio
Tue Jun 18, 2024 7:56 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 15338

Re: ZAP and PACK command for DBF files - error Win 11

Savko, SELECT 4 is a sample database from which I need to create a new empty dbf. I have SELECT xx in all programs, because I use around 100 DBFs, and I always know what is in SELECT 4, and what is in select 99, and aliases sometimes do not have the same name for the same SELECT xx number (for examp...