[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Gtk2-Ex-Datasheet-DBI-0.8 and SQLite



* Gábor Szabó <szabgab gmail com> [2005-08-27 21:50]:
> I am trying to write a small demo using
> Gtk2-Ex-Datasheet-DBI-0.8 and SQLite but it seems SQLite does
> not know what to do with this call:
> 
> $self->{dbh}->column_info

Where does that come from? I don’t see it anywhere in the DBI
docs.

I would be surprised anyway, since SQL does not define any
introspect mechanisms. If you want to query the database schema
at runtime, you will need to use driver-specific mechanisms.

Regards,
-- 
#Aristotle
*AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]