docs/README-Sequence
author rejo
Tue, 17 Apr 2007 19:43:24 +0000
changeset 4 55ed92aa7cf5
parent 1 58094faf794d
permissions -rw-r--r--
[feladat @ 5] - Second half of translation framework. - Several small typo's in code fixed. - Removed comments on a todo in leveldescription(), already done. - Replaced dal.inc.php with DB.php from package DB-1.7.6 from pear.php.net to fix problems using poweradmin 1.2.7-patched with php5/pear. The DB package has already been superseded by MDB2, but that version is incompatible with current code.

1. What is the Sequence Updater
-------------------------------

The Sequence updater is written to synchronize your PowerAdmin/DNS database 
after you have manually inserted records into it. 

2. Why do I need that?
-------------------------------

Because PowerAdmin uses the php-PEAR::DB library it is using sequence numbers. 
A sequence number simply tells the application what will be the next ID 
for insertion. Some of the mysql users are now shouting auto_increment.
Yes auto_increment, but we cant use this here because we plan to use 
PostGreSQL or Other db's that dont have auto_increment so we are stuck to
using sequence numbers.

3. What does this mean?
-------------------------------

This means that if you dont run this tool after you have been manually adding
records, your database might be corrupted and PowerAdmin might be kicking
you back with a lot of errors.

4. Ok, I got it, now what?
-------------------------------

Put this file in your PowerAdmin directory. Login into PowerAdmin using the normal
system. Now go to the url where you put it and done, the sequence numbers are
updated.

5. Future versions
-------------------------------

In all versions higher than 1.1.2 this function will be automatically there for
administrators.

6. Contact

6. Further Info && Bugs
------------------------------

To contact us we refer you to http://www.poweradmin.org/ for the latest
contact information.

7. Links and more information
------------------------------

http://www.poweradmin.org l     Our main site
http://www.powerdns.com         PowerDNS
http://www.ietf.org             Information about DNS
http://poweradmin.sf.net        PowerAdmin @ SourceForge
http://www.apache.org/          The Apache Webserver
http://www.php.net/             PHP programming language
http://www.mysql.com/           MySQL database server

--------------------------------------------------------------------------

Regards,
The PowerAdmin Team