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 John Tel 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: orjanb314
  • Content: Threads
  • Order by date
  1. orjanb314

    SQL connection takes a long time

    I have made this script that connects to a mySQL database and selects the last row of the table supplied as input. #!/usr/bin/perl use DBI; use Mysql; $host = '10.47.115.91:3306'; $database = 'ebno_logging'; $user = 'Ebnolog'; $password = 'pw'; $querytable = $ARGV[0]; $querystring = "SELECT *...

Part and Inventory Search

Back
Top