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

    Migrate my Outlook .pst files to Lotus Notes 5.0.12

    I have Outlook .pst files from a previous job that contain my contacts and emails. My new company uses Lotus Notes 5.0.12. Are there any utilities (or functions within my LN client) to convert .pst files to LN?
  2. rsteffler

    How to read ids from 1 file and grab those ids from 2nd file

    I am trying to write a compact AWK script to read a file that contains a list of id's like this: 444 234 236 I have a second file that is pipe delimited where the 6th record is this id like this: name|address1|address2|hphone|wphone|444| I want to print out to the screen any record in the...
  3. rsteffler

    Reading very large files in Perl

    I get core dumps when I use Perl to read very large programs using either: while(<IN>) { } or perl -ne ' ' filename I am trying to read files that are 300 meg + on a machine with 6 CPU's and 8GB of memory. Disk space isn't a problem. Is there some way to keep Perl from reading the...
  4. rsteffler

    How to pass Unix command line variable to Informix SQL

    I am trying to pass a command line variable using dbaccess and cannot figure out how to get Informix to recognize the variable. Here is what I am doing: dbaccess <database name> test.sql 2 test.sql select * from home where type > $1 Obviously, $1 does not work. How can I get my command line...
  5. rsteffler

    Converting packed decimal to number using C

    Does anyone have any C code that can be used to convert packed decimal to decimal formats? I also need to convert decimal formats to packed decimal. Thanks, Robert
  6. rsteffler

    How do I return a string from a function?

    I am trying to write a function that will return a string to the main program. Basically, I am building a Perl-type hash in C to use zip code as my key and a string as the stored value. The function below is supposed to search the linked list and return the data string that is associated with...

Part and Inventory Search

Back
Top