database = 'nymandnet_dk_db_noder';
$tabledit->host = 'mysql50.unoeuro.com';
$tabledit->user = 'nymandnet_dk';
$tabledit->pass = 'Mormor01';
$tabledit->table = 'Books';
$tabledit->primary_key = '';
$tabledit->fields_in_list_view = array();
$tabledit->num_rows_list_view = 10;
$tabledit->help_text = array();
$tabledit->show_text = array();
$tabledit->width_editor = '100%';
$tabledit->no_htaccess_warning = 'off';
$tabledit->database_connect();
$tabledit->do_it();
$tabledit->database_disconnect();
?>