in reply to Re: Re: Re: Tk::DBI::Table problem, is it me or a bug??
in thread Tk::DBI::Table problem, is it me or a bug??

This should help:

Change

           -sql => 'select * from user', into

           -sql => 'select rowid,* from user',

depending on your DB ofcourse...