Menu

Data Base Problem

Help
2011-07-06
2012-06-07
  • Paul Hadley

    Paul Hadley - 2011-07-06

    I have installed the address book OK, from a user point of view its working
    great. However when I check the database I notices that if an entry is
    modified to records appear in the database. This doesn't stop the record from
    being OK in the actual program but seems odd. If you delete the last record
    the information is lost, if you delete the previous records /s then the it is
    still there in the program. My only worry is the database will become bloated
    if it keeps generating duplicated records on every change.

     
  • chatelao

    chatelao - 2011-07-13

    Hi. Did you try to change the "config.php"?:

    $keep_history = false;

    To remove the "other" records, you may use the SQL-Script:

    utilities\clean_up_deleted.sql

    PLEASE MAKE FIRST A BACKUP OF YOUR DATABASE!

     
  • Nelson Costa

    Nelson Costa - 2017-07-13

    works fine :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.