What database are you using? Have you installed the DBI module and the DBD module for your database? Since you referred to "datasource", I'm guessing you're on a Windows platform - is that right?
Some more info would be helpful. -- Hardy Merrill Senior Software Engineer Red Hat, Inc. Andrew Brosnan [[EMAIL PROTECTED]] wrote: > Hello List, > > I'm looking to *create* a database with DBI. I couldn't glean this from > the docs. Seems like you first need to connect to a datasource(database) > to issue statements. > > Is there a way to 'CREATE DATABASE DatabaseName;' with DBI? > > Thanks, > Andrew