How to back up database under a database abstraction layer..
I am using Pear DB abstration layer. how i would go about backing up the database with simple functions. like with mysql i can do mysql_dump(). but how do i go about that with other databases if i use oracle or something else.
Bookmarks