Search found 453 matches: usually

Return to advanced search

Think Bigger - Think on Future

... file systems can efficiently handle large amounts of data, and a streamlined, low-level implementation saves resources, reduces complexity, and is usually more cost-effective and easier to maintain for small to medium-sized businesses. As we have seen from other posts, the RDP concept is unfortunately ...
by Otto
Fri Nov 01, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Think Bigger - Think on Future
Replies: 0
Views: 152

Re: slowness

... create ad-hoc hashes or arrays with fields like index number and record number, and then only read those data from the DBF. As I mentioned, I usually work with small databases. It works well and, as I believe, also quickly. I think that if you use such large fields as you do, you have to read ...
by Otto
Wed Sep 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3130

Re: slowness

... the file’s modification date with a "timer." A request takes about 20 ms, and if something has changed, the database is reloaded. Usually, you only read the part that is currently displayed in the browser, which typically takes around 25 to 30 ms. If I create a temporary index ...
by Otto
Mon Sep 16, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3130

Re: ms teams or similar

... environment for creating database applications, typically used with xBase languages like Clipper or FoxPro. Applications created with Fivewin usually consist of executable files (.exe) and database files (.dbf). MS Teams and Dropbox: These are cloud-based collaboration platforms, not traditional ...
by Antonio Linares
Thu Sep 12, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ms teams or similar
Replies: 2
Views: 221

Re: DBF format still in use???

... DBF. I have studied the databases intensively. We only deal with small amounts of data (a few tens of thousands of records) and have few users (usually no more than 10 concurrent users). DBF is optimal. But now, with the web, I've had some problems. Mod Harbour is complicated to install, and ...
by Silvio.Falconi
Wed Aug 28, 2024 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF format still in use???
Replies: 23
Views: 4210

Re: OLE Errors

Hello everyone,

So now or then, I experience OLE-errors after an update of Microsoft 365 has been installed.

The problem usually disappears when I perform a small repair of Microsoft 365.
by driessen
Sun Aug 18, 2024 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Errors
Replies: 10
Views: 1790

Re: DBF format still in use???

... DBF. I have studied the databases intensively. We only deal with small amounts of data (a few tens of thousands of records) and have few users (usually no more than 10 concurrent users). DBF is optimal. But now, with the web, I've had some problems. Mod Harbour is complicated to install, and ...
by Otto
Thu Aug 15, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF format still in use???
Replies: 23
Views: 4210

Re: Implementing ItsMe in a FWH-application

... methods used. Register Your Application: You must register your application with ItsMe to get the necessary API keys and credentials. This usually involves creating a developer account and configuring your application in the ItsMe developer portal. Setup Webhook Endpoint: ItsMe often uses ...
by Antonio Linares
Wed Aug 07, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implementing ItsMe in a FWH-application
Replies: 2
Views: 886

Re: To Antonio: a begging letter

... I had ( have ) an account with them, their new reps keep reaching out wanting me to sell their other products. When I explain what I want, they usually do not reply. That company has taken over other products I use(d) and ruined every one of them. Because they are based in Europe ( Germany ), ...
by TimStone
Mon Jul 29, 2024 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: a begging letter
Replies: 4
Views: 534

Re: Replace jQuery with JavaScript

... for PHP web developers to access DBF, there is a big market for it. There are no simple alternatives to DBF for databases for web programs. SQL usually costs money or cannot be installed. By working more with DBF fileformat and concept, I have learned a lot. It is also interesting that a simple ...
by Otto
Tue Jul 16, 2024 11:23 pm
 
Forum: mod_harbour
Topic: Replace jQuery with JavaScript
Replies: 2
Views: 3749

Re: Question about Memo Field Storage Strategy?

Dear Christobal, Thank you. I have different requirements compared to many here; my databases contain few records, usually no more than 30,000-100,000 records. I also have no network access, as I work on the server via RDP or with mod_harbour. What is significantly increasing are ...
by Otto
Tue Jul 02, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 346

Re: DBF editors

Dear Enrico, Thanks again. Your editor does exactly what I need in 97% of all cases. The remaining 3% of tasks are usually very specific, requiring many settings options. I don't think it would be economically justifiable to replicate all these functions. Sometimes I just write ...
by Otto
Wed Jun 26, 2024 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Re: DBF editors

... Overhead: The initial creation of a code block can have some overhead, especially if it involves complex expressions. However, this overhead is usually minimal compared to the speed of execution. Memory Usage: Efficient Use: Code blocks are typically small in terms of memory footprint. They ...
by Otto
Tue Jun 25, 2024 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Re: Windows causes FWH crash: msxml3.dll update

... changes on their end and it started working again ... which suggests the error may be the result of the website not being reachable, although that usually gives a different error. Tim
by TimStone
Fri May 31, 2024 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows causes FWH crash: msxml3.dll update
Replies: 2
Views: 448

Re: Send Emails from Fivewin application

TLS is simply a newer, more secure version of SSL. To use TLS instead of SSL, the servers usually use the port, which can be 587 or 993 or some other
by paquitohm
Wed May 15, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 5095
Next

Return to advanced search