Search found 76 matches: integrity

Return to advanced search

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

Re: Application security and Code review

... .. I decided to honor the original promise to continue the 'free' support for the last 10 years or so up thru today.... How about that for integrity? If there is one lesson I have learned : "There is no perceived VALUE for any Software or Service that is Free" Rick Lipkin
by Rick Lipkin
Sat Oct 14, 2017 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 5241

Re: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?

... but I think that PG borned with the idea to be a enterprise database, MySql no, then the pression obligate to add Innodb to resolve problems with integrity.... I don't want to say which is better, is only an opinion. But I'm happy that FW has support to PG Thanks and best regards Marcelo Vía
by Marcelo Via Giglio
Wed May 31, 2017 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?
Replies: 9
Views: 1945

Conferencia internacional de Harbour+FWH - Sesiones

... defaults and constraints * SQL scripting language and some query tools * Triggers * Stored procedures and User defined functions * Referential integrity (RI) * Transactions * Fast Text Search indexes (FTS) * Database Event Notifications * Enhanced DB security and Encryption * Replication * ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1119

Re: 1st FWH + [x]Harbour 2017 international conference

... defaults and constraints * SQL scripting language and some query tools * Triggers * Stored procedures and User defined functions * Referential integrity (RI) * Transactions * Fast Text Search indexes (FTS) * Database Event Notifications * Enhanced DB security and Encryption * Replication * ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 275417

Re: FWHMARIADB Samples

... the case of our sample, the `amount` column is updated when invitems table is modified through triggers. This should normally guarantee the data integrity. But a bad front-end or program can fail this, by directly writing data to this field. However in similar cases, we may like to occassionally ...
by nageswaragunupudi
Wed May 10, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 21882

Re: FWHMARIADB Samples

... approach that can be adopted for quotations, purchase orders, etc. mariainv.prg Points of interest: 1) Implementation of Transactions. 2) Database integrity at server level through a) Foreign key relationships b) Unique constraints c) column validations d) calculation of dependent columns e) updation ...
by nageswaragunupudi
Wed May 03, 2017 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 21882

Re: 1st FWH + [x]Harbour 2017 international conference

... Advantage Tools ADT vs DBF Full Text Search Understanding Data Dictionaries Encryption and security Defining data constraints and referencial integrity Transactions SQL Triggers Stored Procedures Notifications Backup and Restore Replication I understand we probably won't have enough time to ...
by reinaldocrespo
Sun Mar 26, 2017 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 275417

Re: Combobox Data

... would question why would you allow anyone to do that? Shouldn't the table be built by you and maintained by you, and maybe an admin? Actually, for integrity you can't allow any item to be deleted from the table once it has been used. ...that value is missing from the array so when I edit or view ...
by James Bott
Fri Sep 18, 2015 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Data
Replies: 7
Views: 1773

Re: Combobox Data

Rick, Is sounds like you have a referential integrity issue. Can't you just add "Dispute" to the array, or are there lots more possible items that aren't in the list? If so, you could create a UNIQUE index on the field and use that data ...
by James Bott
Fri Sep 18, 2015 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Data
Replies: 7
Views: 1773

Re: DBF to SQL converter program

... SQL app is a completely different ballgame. 1) if the id is never going to be keyed-in by the user and you are only looking for a good referential integrity rule satisfying id, then try having a GUID field. GUIDs are implemented by most SQL engines and are auto generated when inserting a new record. ...
by James Bott
Tue Aug 25, 2015 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 19534

Re: DBF to SQL converter program

... to (2) recreate your tables or (3) will never need to merge data in any way or (4) will never restructured the table or (5) implement referential integrity rules, then perhaps auto increment fields as unique primary keys is a safe and easy solution. Keep in mind that an auto-inc field IS NOT an ...
by reinaldocrespo
Tue Aug 25, 2015 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 19534

Re: ADO RDD xHarbour

Pieter,

Thanks for the response. In my case the table already has the HBRECNO field so that is not the issue. Today I will try a different database and try checking the integrity of the original one.

Perhaps you can post your error log when yours crashes.

James
by James Bott
Tue Jul 28, 2015 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 471346

Re: ADO SQL VISIBILITY

... One can install a procedure at the server to run at certain hours when no one its connected to clean up this table. Its a trade off between integrity and speed. This is only primary proposal study phase and at the end we might go other way. We will start working it middle August. Nevertheless ...
by AHF
Fri Jun 26, 2015 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3893

Re: Slow RDD experiences

... process, it would not necessarily be accurate. That's why we call it a "dirty" read. <g> To offer some type of solution to this integrity problem, semaphore management functions (Sx_MakeSem(), Sx_KillSem(), etc) have been included so that you may have a mechanism through which ...
by Gale FORd
Wed May 28, 2014 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow RDD experiences
Replies: 45
Views: 8325
PreviousNext

Return to advanced search