... advantages over CSV and MySQL in the AI context, especially in scenarios like:
Smaller, local applications.
Simple data structures.
Systems with limited resources.
With some modern adaptations, DBF could be considered a lightweight and robust alternative, particularly for specialized AI ...
Search found 363 matches: limited
Searched query: limited
- Sun Jan 12, 2025 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: talk to your database using natural language
- Replies: 6
- Views: 1304
- Mon Dec 30, 2024 1:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Lost connection to MySQL server during query
- Replies: 40
- Views: 17951
Re: Lost connection to MySQL server during query
... about 67 millions, and from service pack 5 limit was reduced to 8, only 8 units.
When close connection, windows move connection to halfopen for a limited time, before really to close it.
connection open/close/open/close/open/close, this can crash application and windows too.
if you are using port ...
When close connection, windows move connection to halfopen for a limited time, before really to close it.
connection open/close/open/close/open/close, this can crash application and windows too.
if you are using port ...
- Fri Dec 27, 2024 5:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browse of my ADO Class
- Replies: 59
- Views: 12779
Re: Browse of my ADO Class
... the source code on this post.
All is running ok.
Application is allways installed on all clients.
I am free to change any dialog at any time, limited to my password or not.
Multithread continues available, and for FIVEWIN too.
https://www.youtube.com/watch?v=B0GZRwtNPJA
Note:
BrowseADO() is ...
All is running ok.
Application is allways installed on all clients.
I am free to change any dialog at any time, limited to my password or not.
Multithread continues available, and for FIVEWIN too.
https://www.youtube.com/watch?v=B0GZRwtNPJA
Note:
BrowseADO() is ...
- Tue Dec 24, 2024 5:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New: Read/Edit/Save XLSX files without Excel/ADO
- Replies: 2
- Views: 659
Re: New: Read/Edit/Save XLSX files without Excel/ADO
... very large xlsx files:
In such cases, most of the times, we won't be interested in reading and browsing the entire table, but only extracting limited information required.
We may adopt this approach:
oXl := FW_OpenXlsx( cFileXlsx, [cSheet] )
? oXl:nRows, oXl:nCols
aData := oXl:Range( "E21100:H ...
In such cases, most of the times, we won't be interested in reading and browsing the entire table, but only extracting limited information required.
We may adopt this approach:
oXl := FW_OpenXlsx( cFileXlsx, [cSheet] )
? oXl:nRows, oXl:nCols
aData := oXl:Range( "E21100:H ...
- Sun Dec 08, 2024 2:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Login with Cloudflare
- Replies: 6
- Views: 1155
Re: Login with Cloudflare
... security technology in the future.
Secure Authentication: Access to RDP or web resources is managed through Cloudflare Access, protected by time-limited one-time passwords (OTP) or alternative secure login methods. This eliminates the previous need for open, public IPs.
Flexibility and Automation ...
Secure Authentication: Access to RDP or web resources is managed through Cloudflare Access, protected by time-limited one-time passwords (OTP) or alternative secure login methods. This eliminates the previous need for open, public IPs.
Flexibility and Automation ...
- Thu Nov 28, 2024 9:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: reading DBF from node.js
- Replies: 2
- Views: 1165
Re: reading DBF from node.js
... Good performance for scenarios requiring less demanding computation or where the Clipper ecosystem is still relevant.
#### **Disadvantages**
- **Limited ecosystem**: mod_harbour is niche, with a smaller developer community compared to PHP or Node.js.
- **Feature set**: While suitable for specific ...
#### **Disadvantages**
- **Limited ecosystem**: mod_harbour is niche, with a smaller developer community compared to PHP or Node.js.
- **Feature set**: While suitable for specific ...
- Mon Nov 18, 2024 6:08 am
- Forum: Off Topic / Otros temas
- Topic: Chris Langan Vision of Reality
- Replies: 0
- Views: 3726
Chris Langan Vision of Reality
... Consciousness
a pivotal element of the ctmu is the
idea that the Universe operates as a
cognitive entity in langan's framework
cognition is not limited to biological
organisms instead it's a universal
feature of reality itself the universe
is both aware and aware of its awareness
an intricate ...
a pivotal element of the ctmu is the
idea that the Universe operates as a
cognitive entity in langan's framework
cognition is not limited to biological
organisms instead it's a universal
feature of reality itself the universe
is both aware and aware of its awareness
an intricate ...
- Fri Nov 01, 2024 9:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Think Bigger - Think on Future
- Replies: 0
- Views: 962
Think Bigger - Think on Future
... It is entirely possible to build your own CRUD functionality using low-level functions, especially in an RDP environment where database access is limited to the RDP server or the web server. With appropriate file and memory management, this can be a viable solution.
Approach for Implementation: Low ...
Approach for Implementation: Low ...
- Wed Oct 30, 2024 6:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Startup function
- Replies: 29
- Views: 3918
Re: Startup function
Enrico, I would do it this way, of course there are other easier ways. But it's beyond my limited knowledge at the moment. hahahaha.
Enrico, yo lo haría así, claro que hay otras formas más sencillas. Pero por el momento está más allá de mis conocimientos limitados. jajajaja.
// C:\FWH\SAMPLES ...
Enrico, yo lo haría así, claro que hay otras formas más sencillas. Pero por el momento está más allá de mis conocimientos limitados. jajajaja.
// C:\FWH\SAMPLES ...
- Sun Oct 27, 2024 12:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: off topic: Xharbour mingw 32 bits
- Replies: 24
- Views: 3264
Re: off topic: Xharbour mingw 32 bits
32 bits limit is 4GB.
On Windows 32 bits, memory is used by Windows and video too, application is limited to remaining memory.
On Windows 64 bits, a 32 bits application can use up to 4GB memory.
Sometimes this may be helpfull, but seems that only mingw was updated.
On Windows 32 bits, memory is used by Windows and video too, application is limited to remaining memory.
On Windows 64 bits, a 32 bits application can use up to 4GB memory.
Sometimes this may be helpfull, but seems that only mingw was updated.
- Thu Oct 10, 2024 7:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching to Web
- Replies: 2
- Views: 970
Switching to Web
... at risk from general network and system vulnerabilities. No external access via web protocols (HTTP/HTTPS) is possible, so the attack surface is limited to existing services and their security configurations.
**Risks after installing a web server**
Installing a web server introduces a new attack ...
**Risks after installing a web server**
Installing a web server introduces a new attack ...
- Mon Oct 07, 2024 7:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browse of my ADO Class
- Replies: 59
- Views: 12779
Re: Browse of my ADO Class
... dialogs.
it's not about multithread, but about ONE thread.
Extra code for hwgui:
On each thread call to hwg_InitProc(), I think it is a hook limited to thead, I do not works with C language, I can't confirm what is done
I made simple changes on official source code, they are under #ifdef MT ...
it's not about multithread, but about ONE thread.
Extra code for hwgui:
On each thread call to hwg_InitProc(), I think it is a hook limited to thead, I do not works with C language, I can't confirm what is done
I made simple changes on official source code, they are under #ifdef MT ...
- Sun Sep 29, 2024 4:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browse of my ADO Class
- Replies: 59
- Views: 12779
Re: Browse of my ADO Class
... expect to LEARN within 6 Weeks
May be I am confuse about support.
Once there exists signature to support, I am considering that it will be for limited time.
On 6 weeks:
A full working basic application.
dialog, button, say, get and browse.
Is this too many things for 6 weeks and time limited ...
May be I am confuse about support.
Once there exists signature to support, I am considering that it will be for limited time.
On 6 weeks:
A full working basic application.
dialog, button, say, get and browse.
Is this too many things for 6 weeks and time limited ...
- Mon Sep 23, 2024 5:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
- Replies: 37
- Views: 6333
Re: Bug Maria_Connect() FWH-24.07 64 bits ???
... I did not experience any problem with them. Not also with FWMariaConnection class.
The only problem is with FWMariaRowSet class.
My knowledge is limited.
I would seek the guidance of my seniors to go through the destructor method of rowset class and see what modifications can resolve the conflict ...
The only problem is with FWMariaRowSet class.
My knowledge is limited.
I would seek the guidance of my seniors to go through the destructor method of rowset class and see what modifications can resolve the conflict ...
- Mon Aug 05, 2024 4:14 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN July/Julio 2024 (FWH 24.07)
- Replies: 8
- Views: 8223
New FTDN July/Julio 2024 (FWH 24.07)
... levels were displayed with full alpha. In case of pdf
generated by fwh own function were painting the entire page in
gray. This problem was limited to cases where some images were
printed with lower alpha levels.
This is now fixed in all cases.
https://forums.fivetechsupport.com/viewtopic ...
generated by fwh own function were painting the entire page in
gray. This problem was limited to cases where some images were
printed with lower alpha levels.
This is now fixed in all cases.
https://forums.fivetechsupport.com/viewtopic ...