Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, Is there an other way to create databases and tables else than through the function "updateDatabase" of the class "MDB2_Tools_Manager". I saw in the class "MDB2_Driver_Manager_Common" functions as "createDatabase" or "createTable" but they are not accessible through the Tools/Manager class. How is it possible to use them? Thanks for a reply, atu
Post Follow-up to this messageAtu wrote:
> Hi,
> Is there an other way to create databases and tables else than through
> the function "updateDatabase" of the class "MDB2_Tools_Manager".
>
> I saw in the class "MDB2_Driver_Manager_Common" functions as
> "createDatabase" or "createTable" but they are not accessible through
> the Tools/Manager class. How is it possible to use them?
$mdb2 =& MDB2::connect($dsn);
$mdb2->loadModule('mamager');
$mdb2->createDatabase();
$mdb2->createTable();
regards,
Lukas
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.