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

    FETCH FIRST nn ROWS fails on UDB Insert

    I have a command table containing: ---********************************--- connect to sample; drop table emp1; create table emp1 like employee; insert into emp1 select * from employee -- fetch first 5 rows ; select count(*) from emp1; connect reset...
  2. matchum

    Using grep and backslash to identify text containing "<"

    In DOS, I can successfully grep lines containing a &quot;<&quot; symbol but the same command in Perl grep fails. e.g. | grep &quot;\<&quot; I can overcome this by code but I would rather exploit the power of grep within my Perl code.
  3. matchum

    TEC Event capturing

    New to TEC and cannot see a quick way of &quot;feeding&quot; TEC data into (say) DB2/UDB. Is there an API-type method for storing &quot;event&quot; data into an RDBMS ?.

Part and Inventory Search

Back
Top