in reply to Perl/Tk hang when conecting to Remote MySQL Server

SQL Side note: SELECT * should be used in EXISTS() and ad hoc queries. Otherwise, specify the column list. Not only does it prevent bugs due to unexpected columns and column reordering, it is self-documenting.

  • Comment on Re: Perl/Tk hang when conecting to Remote MySQL Server

Replies are listed 'Best First'.
Re^2: Perl/Tk hang when conecting to Remote MySQL Server
by Muskovitz (Scribe) on Dec 24, 2014 at 17:45 UTC

    yeah... but when i include this line in the main program

    use strict; use warnings; $queryhandle->bind_colums(undef, \my $id, \my $vegetable, \my $price e +tc....);

    those error lines will gone but the thing that what i ask for is its getting hang while connecting to mysql like a building a socket in perl/tk coz i am very new to perl/Tk