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 IamaSherpa 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: *

  1. naru21

    Error in connecting to oracle using perl on windows

    Thanks Paul.
  2. naru21

    How to set font size,color in excel using perl on windows?

    Thanks Brooks, The link you provided me helped a lot.
  3. naru21

    Error in connecting to oracle using perl on windows

    Hello all, I used DBI module to connect to oracle in Perl.But yet I'm getting the following error. I am able to use PL/SQL and connect to the sales database without any error. ========================================================== DBI connect('sales','scott',...) failed: ORA-12705: invalid...
  4. naru21

    How to set font size,color in excel using perl on windows?

    Hello all, I'm new to perl.I need to set font size & color in excel using perl on windows.Could anyone help me in this issue? Thanks in advance. Regards, Naren..
  5. naru21

    how to skip subdirectories while reading a directory

    Hi All, I am trying to read all the files in a directory if there are any subdirectories i want to skip them. I wrote a small script but this reads sub directories also. Is there a way to skip subdirectories? #include <stdio.h> #include <dirent.h> main(int argc, char **argv) { DIR *D1...
  6. naru21

    how to capture stderr to a string in C

    Yup This Works! Thanks a Bunch Dave!!
  7. naru21

    how to capture stderr to a string in C

    Hi Salem, Actually what i want is to return the stderr from a function in C to be assigned to a array or pointer string. Since its an inbuilt function in the package i dont know the syntax or funtionality of the funtion when ever there is an sql error it returns the verbage of the sqlerror to...
  8. naru21

    how to capture stderr to a string in C

    Hi All, Is there a way to read standard error. I am working on embedded sql in c. some XXXX Function is returning error to standard error, How can i capture this stderr to a string or to some temporary file? I tried to redirect the output to a file but the error message is not found in the...
  9. naru21

    problem using cut command in tcl

    Hi, when i try to use the cut command in tcl it didnt work exec cut -f1-3 -d'|' file but it works fine in unix. I think when tcl see '|' it might be taking as special character. I have data file some thing like this file: 07/25/2002 00:30|Type|Application|Group 07/25/2002...
  10. naru21

    set enviroinment

    Thanks Avia & MD i thought of setting the environment from tcl but as suggested by Avia i am calling tcl script from a shell script. Thanks. -Naru..
  11. naru21

    set enviroinment

    Hi Avia, i am working on unix box. what you said is correct when i run the script the script should automatically execute the .profile I guess this can be done some thing like this but i am not sure how/what it is doing my user name on unix box is user name : naru set env(Naruprof) naru...
  12. naru21

    set enviroinment

    Hi, How does one set the .profile environment in tcl the equivalent command in shell . /etc/.profile could anyone tell me how i can fix the problem. any help is appreciated.
  13. naru21

    set profile environment

    Hi, how does one execute the .profile environment in perl when i use system (&quot;. /usr/local/grod/.profile&quot;); it doesnt set the environment when i ran the script from crontab. could anyone tell me why this is happening.how i can fix the problem. any help is appreciated.

Part and Inventory Search

Back
Top