Search found 81 matches: integrity

Return to advanced search

Re: cloud or not cloud

... optimally utilized, DBF programmers actually have all the possibilities to operate the database efficiently and stably through precise locking and integrity strategies. Therefore, the usual criticism of parallel access and data integrity is less relevant in this specific case. This way, the DBF ...
by Otto
Thu Nov 14, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... management—were critical because: - Network overhead was significant when data had to travel between machines. - Centralized control over data integrity, transactions, and consistency was a primary concern in multi-user environments. Many people in this forum still do this, and that’s simply ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 329

Re: DBF File Format - Considerations A Secure Option

... with SQL. It is hard to miss or even imagine what you have never experienced. If you are a DBF user, you don’t care much for referential integrity. Sync and replication are just fancy words. Relational joints and result sets are not exiting. Client server technologies, AES256 encryption, ...
by reinaldocrespo
Tue Jul 30, 2024 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1736

Re: Dbf/cdx to sql changing

Otto, For me the speed of SQL is absolutely not a problem, the integrity of the data and the simultaneous use of multiple users is much more important. It seems to me that the tests carried out refer to a single table, with SQL in each select I use many ...
by Maurizio
Thu Jul 18, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4190

Re: Dbf/cdx to sql changing

... the advantage of using an SQL database over DBF (Database File) can be divided into several categories: performance, scalability, data integrity, security, advanced features, and compatibility. 1. Performance Query Optimization: SQL databases offer query optimization through indexes, ...
by Maurizio
Thu Jul 18, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4190

Why You Should Stick with DBF or Access Databases for Now

... changes. Tables can be easily exchanged by copying, and data editing directly on a USB stick is possible. Features like record locks ensure data integrity during simultaneous accesses. This flexibility and simplicity are particularly beneficial for small businesses. Stability and reliability ...
by Otto
Sun Jun 16, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why You Should Stick with DBF or Access Databases for Now
Replies: 5
Views: 602

Re: Compiler with MSVC y HARBOUR

... as symmetric encryption, asymmetric encryption, and hash functions. It's essential for generating secure keys, encrypting data, and ensuring the integrity and authenticity of data. Where to Get: Like libssl-1_1-x64.dll, libcrypto-1_1-x64.dll comes with the OpenSSL package. It is usually distributed ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 564

Re: DBF . Commit

... insure updates are visible to other processes, you must issue a COMMIT after all database update commands (e.g., APPEND, REPLACE). To insure data integrity, COMMIT should be issued before an UNLOCK operation. Refer to the “Network Programming” chapter for more information on update visibility. ...
by karinha
Fri Oct 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5414

Re: ENCRIPTAR con el algoritmo RSA-SHA256.

... and Non-Repudiation. - SHA-256 is a Hashing algorithm, that produce a unique, fixed size 256-bit (32-byte) hash and it assures Message Integrity. Estoy trabajando para obtener lo requerido con OpenSSL.exe , en forma externa Atentamente, Rolando
by RSalazarU
Mon Mar 13, 2023 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENCRIPTAR con el algoritmo RSA-SHA256.
Replies: 5
Views: 1032

Re: Validate ZIP before opening it

hi, every "Packer" have Option -t Test .ZIP file integrity --- as long "Standard" Compression is used all "Packer" can handle it but when change Compression Mode there might be Problem but "max" Compression is not ...
by Jimmy
Wed Mar 01, 2023 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate ZIP before opening it
Replies: 3
Views: 442

TDatabase broken backward compatibility

... wish to have fingers pointed to me after linking in the latest FWH that I have because backward-compatibility was broken and causes either data integrity issues or run-time error occurs TIA
by hua
Thu Nov 03, 2022 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 344

Re: Transaction security with DBF

Dear Otto
Perhaps the integrity of transactions made using the harbor RDDLOG is easier. It should be implemented conveniently, obviously, checking if the RDDLOG is executed in the event that there has been an error in the transaction.
by cnavarro
Wed Aug 31, 2022 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 998

Re: ADS - The future is <sadly> now so where do you go ?

... Unions as well. Very powerful. Especially across data dictionaries. The convenience of DD is not appreciated unless you've used them. Having Data Integrity rules, User logins, Stored Procedures, Functions, Replication, etc... is all foreign to most xbase developers. Having files on a file system ...
by reinaldocrespo
Sat May 14, 2022 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 4433

Re: dbase III/IV file encrypted

Cannot find definition for DBI_PASSWORD here are all DBI_ the constant i found for dbinfo() /* constants for dbInfo() */ #define DBI_ISDBF 1 /* Does this RDD support DBFs? */ #define DBI_CANPUTREC 2 /* Can this RDD Put Records? */ #define DBI_GETHEADERSIZE 3 /* Data file's header size */ #define DBI...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 2180

Bug in TBTNBMP Class FWH 19.12 ?

... what should I correct in the class? I urgently need to solve it because the process in which this scenario is involved is highly sensitive to the integrity of the client's data. Thanks in advance for your extraordinary help. #include "FiveWin.ch"Function Main()  LOCAL oDlg, oBtn1, ...
by Cgallegoa
Sat Feb 15, 2020 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBTNBMP Class FWH 19.12 ?
Replies: 8
Views: 1814
Next

Return to advanced search

cron