On Tue, 17 Jul 2001, Andrew Higgs wrote:
> Hi all
>
> Is there a way in which I can create a database (using DBI, of course)? All
> the examples I have seen seem to connect to a database rather than creating
> one.
>
> Is this possible?
Creating both databases and tables is possible with SQL, so yes, you can. You
still need to connect to your administrative database, create the database and
any necessary access accounts, connect to the new database, and create your
tables.
Everything you've read still applies.
--Arthur Corliss
Programmer/Administrator
Gallant Technologies (http://www.gallanttech.com/)