in reply to DBI issue with create table

You have AutoCommit set to 0. Are you sure that you don't need a call to commit() to tell the database to actually commit your changes?

Replies are listed 'Best First'.
Re^2: DBI issue with create table
by ansh batra (Friar) on Dec 02, 2011 at 09:46 UTC
    corion thanks for that
    its working now
    can you please tell me the use of AutoCommit?
        thanks marto
        all clear now