DataDigger icon indicating copy to clipboard operation
DataDigger copied to clipboard

A dynamic dataviewer for your Progress / OpenEdge databases

Results 21 DataDigger issues
Sort by recently updated
recently updated
newest added

progress 12 and up don't have a 32 bit compiler (that i'm aware off), but they do have 32 bit clients. this PR moves the process-architecture check from compile time...

Code for mass delete can be improved, check https://community.progress.com/s/article/P36834 example: DEFINE VARIABLE iRecord AS INTEGER NO-UNDO. DEFINE VARIABLE iBatch AS INTEGER NO-UNDO INITIAL 10000. OUTER: DO WHILE TRUE TRANSACTION: ​FOR...

enhancement

I've been having a issues since updating my workstation to Win11. I've been able to reproduce it on multiple machines at this point. Using Progress OpenEdge 11.3.2 (32-bit) It seem...

In the datadigger there are several lines which disable the load triggers. If you use the database replication triggers this means the replication for that change is lost. This is...

enhancement

When I'm viewing a table and I enter a query for an unrelated table the query fails. I was wondering if it's possible to derive the table from this query...

The main window is becoming too complex to add new tabs. Therefore, the existing tabs need to move to independent .w files

Too much logic is concentrated in wDataDigger.w. Logic wrt filter fields should be moved to a separate library

enhancement

Would you be so kind to add an option to export as SQL insert statements, in wDump.w? (besides csv/excel/html/4gl etc) Like so: `insert into pub.tablename (fields_here) values (values_here);` You would...

When assigning an unknown value to an integer of decimal field, it is saved as 0 instead of ?

bug

Currently there are two tabs: fields and indexes. I plan to add tabs for triggers, sequences, db info and perhaps table relations. For this, I need to do some serious...

enhancement