Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kp2a
  • Content: Threads
  • Order by date
  1. kp2a

    disappearing statement handles

    can anyone explain this weird behavior? alive but dead dies at last line my $db = DBI->install_driver('mysql') or die; my $ipplan = DBI->connect('DBI:mysql:host=www;database=ipplan','xxxx','xxxxx') or die; my $C = $ipplan->prepare("SELECT count(*),sum(if(lastpol > ?,1,0)) as recent...
  2. kp2a

    Select record where field contains a specific IP - mysql

    Select a record where a field contains a specific IP. where field regexp IP gives multiple matches I do not have clue as to the unexpected results mysql> select d07 from service where d07 regexp '^10.100.1.1'; +------------------------------------------------+ | d07...

Part and Inventory Search

Back
Top