on Wed, 25 Sep 2002 17:16:19 GMT, Dan wrote:

> I've managed to get SQL working now. Just one query. How can I get
> perl to create a new table? I have the table's name set in $acctab,
> this is what i have, but it doesn't work.. how so?

Try

        $dbh->do("CREATE ...");

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to