Re: how to create database without any handle

2010-07-06 Thread Martin J. Evans
> *From:* Martin J. Evans > *To:* Sumit Sharma > *Cc:* dbi-users@perl.org > *Sent:* Fri, July 2, 2010 1:22:03 PM > *Subject:* Re: how to create database without any handle > > Sumit Sharma wrote: >> Hello, >&

Re: how to create database without any handle

2010-07-02 Thread Martin J. Evans
Sumit Sharma wrote: > Hello, > I am new to Perl programming. Below is piece of perl code I have written to > browse through available drivers and list the databases available for each > driver. > My question is if a specific database is present, I would like to drop and > re-create it. One way o

how to create database without any handle

2010-07-02 Thread Sumit Sharma
Hello, I am new to Perl programming. Below is piece of perl code I have written to browse through available drivers and list the databases available for each driver. My question is if a specific database is present, I would like to drop and re-create it. One way of doing that is to connect to it