in reply to Re: Re: Would you use SQLite?
in thread Would you use SQLite?

Thanks broquaint!

That seems to have done it. I had tried that already, but I didn't get the syntax quite right so got strange errors (I left out the 'undef'--why is that there/required?).

Replies are listed 'Best First'.
Re: Re: Re: Re: Would you use SQLite?
by broquaint (Abbot) on Mar 04, 2002 at 18:22 UTC
    > I left out the 'undef'--why is that there/required?
    It certainly is required :-) It's used to "pass driver specific hints", and as yet, I've found no use for it (but that's because I mainly use MySQL which doesn't make use of these hints (as far as I know ...)).
    HTH

    broquaint