Owen wrote:
> I found http://www.perl.com/pub/a/2003/09/03/perlcookbook.html and
> installed the SQLite module, thinking it would be a way into learning
> about the DBI. I have some questions.
>
> my $dbh = DBI->connect("dbi:SQLite:ipk.dat", "", "",
>   {RaiseError => 1, AutoCommit => 1});
>
> AutoCommit=>1 means the entries are automatically numbered..right? so

No, AutoCommit means each statement is automatically committed after it is
executed

http://theoryx5.uwinnipeg.ca/CPAN/data/DBI/DBI.html#Database_Handle_Attributes

(Nothing to do with auto numbering)

-- 
Andy Hassall ([EMAIL PROTECTED]) icq(5747695) (http://www.andyh.co.uk)
Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)

Reply via email to