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

Polite people spell RTFS as "Read This *Fine* Sources".

At least it is how I spell it for me once I saw this somewhere on www.perl.org site...
:)

Courage, the Cowardly Dog

  • Comment on Re: Re: Re: Tk::DBI::Table problem, is it me or a bug??

Replies are listed 'Best First'.
Re^4: Tk::DBI::Table problem, is it me or a bug??
by TonyDonker (Novice) on Feb 18, 2005 at 10:00 UTC
    This should help:

    Change

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

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

    depending on your DB ofcourse...