Search found 75 matches: integrity

Return to advanced search

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: 188

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: 2434

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: 635

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: 299

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: 301

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: 749

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: 2854

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: 1153

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: 1691

Re: how to update a remote DBF

Otto wrote:If we want to update our DBF files on the webserver we need some kind of database server.
Otto


Please explain me why
Security ?, integrity ?, .....
by cnavarro
Tue Jul 30, 2019 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to update a remote DBF
Replies: 17
Views: 2651

Re: MariaDB RS AppendBlank

... stored procedures to handle data updates and inserts with data validation. Primarily, you better use table design itself to implement as many integrity checks as possible. You are using MariaDB, which supports CHECK constraint which is not supported by MySql. (note: MySql does not raise error ...
by nageswaragunupudi
Wed Sep 12, 2018 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1692

Re: Blockchain - Antonio

Dear Darrell, The key concept of the blockchain is this one: The hash of the previous block must be found in the block to preserve the chain integrity So you can easily apply this concept to a database table records, or to an invoice, etc. Simply select which data to control, generate its hash ...
by Antonio Linares
Thu Apr 05, 2018 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blockchain - Antonio
Replies: 8
Views: 2342

Re: error al eliminar con tdolphin y mysql

... FROM somelog WHERE user = 'jcole' ORDER BY timestamp_column LIMIT 1; ORDER BY also helps to delete rows in an order required to avoid referential integrity violations
by joseluisysturiz
Sun Jan 14, 2018 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al eliminar con tdolphin y mysql
Replies: 4
Views: 1147

Re: xBrowse as record adding tool for data tables

... the stored procedure is that it removes that part of the business logic to the database and away from my app. The database also has a referential integrity rule that rejects any insert attempt of a record missing a primary unique key among other things. The fun part is: my unique keys follow a ...
by reinaldocrespo
Tue Oct 24, 2017 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3100

xBrowse as record adding tool for data tables

... modifications to the table at another event. If you are wondering... I can not append a blank record to a dbf table as it would violate a data integrity rule enforced by ADS SQL engine where a record can not have a blank primary key and a blank foreign key. Having said that, I'm guessing xbrowsing ...
by reinaldocrespo
Tue Oct 24, 2017 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3100
Next

Return to advanced search