Recent content by ludi

  1. ludi

    Copying Data from ttCustomer to ttContacts

    thanks i will try it out
  2. ludi

    Copying Data from ttCustomer to ttContacts

    i created a data-relation that the ttContacts ParentID is the CustNum Child from ttCustomer table. {include/ttCustomer.i {&ClassAccess}} {include/ttOrder.i {&ClassAccess}} {include/ttOrderLine.i {&ClassAccess}} {include/ttSalesRep.i {&ClassAccess}} {include/ttContacts.i {&ClassAccess}} Define...
  3. ludi

    Copying Data from ttCustomer to ttContacts

    now im getting the following errors
  4. ludi

    Copying Data from ttCustomer to ttContacts

    Good day guys the below code i created to copy data from ttCustomer date to ttContacts table, i have assign that the ContactID should be auto generated using the GUID format. yet im getting an error as follow @test. METHOD PUBLIC VOID test_Contacts(): DEFINE VARIABLE hChangeDataSet...
  5. ludi

    DB Backup script

    ok thnaks let me try it
  6. ludi

    DB Backup script

    Hi everyone Im trying to run the following script for my test project in OpenEdge 12.8 to backup my database before i can make it automated. the file is saved as backup_script.sh # Set the paths to your database and backup directory DATABASE_DIR="C:\OpenEdge\DevOps\system\dba"...
  7. ludi

    Sqlexp

    Thanks all i managed..
  8. ludi

    Sqlexp

  9. ludi

    Sqlexp

    even Sysprogress still not working
  10. ludi

    Sqlexp

    Good day I'm running progress OpenEdge 12.8, I used the following scripts to add users to my database, users are added and can create a connection using SQLEXP, but I can't pull tables as its saying access denial, any assistance?
Back
Top