
psy - 2006-11-25 12:45:00
hi!
i'd like to try metabase,but i cant get it runnung sucessefull.
i download the latest metabase release, try do like tutorial:
require("metabase_interface.php");
require("metabase_database.php");
$error=MetabaseSetupDatabaseObject(array(
"Type"=>"mysql",
"User"=>"user",
"Password"=>"pass"
), $db);
if($error!="")
{
echo "Database setup error: $error\n";
exit;
}
$db->SetDatabase("web1_db1");
but it dont give me errors and the user/pass is wrong.
i also try the querytabledisplay-2002-08-21 extension and i can get the error and work with, but the pagination dont wrk.
anyone know a tutorial or example file with the normal operations?
thks!