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 Wanet Telecoms Ltd 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: cartw19
  • Content: Threads
  • Order by date
  1. cartw19

    DBI->connect Failure Diagnostics

    How do I find out why a DBI->connect fials. Using DBI to connect to an Oracle datbase, the connect fails but no diagnostics in the die clause produce anything. e.g. $dbh = DBI->connect("dbi:Oracle: ...) or die "Failed: $! $dbh->errstr $ora_errstr \n"; produces only the Failed...
  2. cartw19

    Obtaining a Disk Volume Label in Win32

    How do I obtain a disk volume label in a Perl program running under Windows 32. e.g. I have a CD Rom in my drive d:, how do I find the volume label of the CD Rom? Any sugestions welcome, Colin
  3. cartw19

    Asynchronous Processing of Perl/Tk Entry Box - How Do I

    My objective: To read through a file & check for anomalies, if anomaly found, query user if a change is required; if yes, get the change and update the file record. Process used: 1. Read the file into an array 2. Check the records in the array 3. If anomaly found in record 4. Query user with Tk...
  4. cartw19

    Selection of Single Instance from Multiple Keys - How Do I

    I have a table with multiple occurences of key values, how do I retrieve the first row only on a Select statement.

Part and Inventory Search

Back
Top