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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BobWaterhouse

  1. BobWaterhouse

    Using a Tilde "~" as end of line character

    When reading a file using C++ we are having to "unwrap" the data because the end of the record/line is determined by a tilde "~" as opposed to the usual New Line character/s. Is there a way to use an fgets type command where the tilde is used as the new line identifier?
  2. BobWaterhouse

    Oracle Query using C++

    Thanks for the Input. Unfortunately I am not able to get to the Class Wizard, perhaps my version Microsoft C++ V6.0 is too old. The Copyright says 1994-1998. Do you think that's the issue?
  3. BobWaterhouse

    Oracle Query using C++

    I should note that I am trying to query a table where I match Field 1 with a variable, then pull Field 3 back in to another variable. Database: DB_NAME Table: DB_TABLE_NAME Name Type Null? Field 1 NUMBER(10) NOT NULL Field 2 VARCHAR2(60) NOT NULL Field 3 NUMBER(10)
  4. BobWaterhouse

    Oracle Query using C++

    I am very new to both using C++ and Oracle. I was wondering if there was a simple demo script out there that would show me how to connect and query an Oracle Database within a C/C++ prorgam.
  5. BobWaterhouse

    Help Please Running a UNIX script from Windows Server "command line"

    Loaded MS SFU and found that this may be a valuable tool to use. However, we found the resolution to executing a UNIX script remotely from a Windows Server without being prompted for a password.. Here's what we did... 1. On the UNIX host, update the .rhosts file under the User the script will...
  6. BobWaterhouse

    Help Please Running a UNIX script from Windows Server "command line"

    I am trying to run a script on our Unix Server from our Windows 2000 server. I've tried the following format... rexec server -l userid /usr/script/script.sh It prompts me for a password. Is there any way to bypass the password prompt? Is there a file (like a .netrc) on Windows where I can...
  7. BobWaterhouse

    unable to set communcation state - TAPI

    This is a V4.8 install that has not been used. I get the error when I try to manually run ProComm from the client (desktop icon) then click on the box that puts it in "Modem Command Mode".
  8. BobWaterhouse

    unable to set communcation state - TAPI

    I am getting this error message when I open ProComm ands try to run manually. unable to set communcation state - TAPI Any help would be appreciated. I am able to dial out using other packages. Thanks.. Bob
  9. BobWaterhouse

    Local vs. Global Variables

    I may be overlooking something in the documentation, however, we are running many Aspect scripts that use the same variable names. When we run more than one at the same time, one seems to be possibly picking up variable information from the other script. If this statement is true, is there a run...
  10. BobWaterhouse

    Running Simultaneous ProComm Scripts

    Basically we have an EC Gateway Task that launches a series of processes sequentially. Within these processes, a Command Line Execution happens launching the ProComm Aspect script with Parameters. Looking somnething like... PW5.exe /NOSTARTUP XXXXReports.wax XXXX 2537 If another ProComm...
  11. BobWaterhouse

    Running Simultaneous ProComm Scripts

    I am currently running ProComm V4.8 on a Windows 2000 Server and am having this issue. We can only run 1 ProComm Aspect Script at a time or it seems to spiral out of control. Is there a way to run multiple jobs in separate windows without this spiral effect?
  12. BobWaterhouse

    Timeout During Zmodem Download

    Thank You.. I'll give it a try next time I'm in the code.
  13. BobWaterhouse

    Need help with SED Command (Copying Ranges by number)

    Thank you, I used a slight variation, but, ir worked nicely.
  14. BobWaterhouse

    Need help with SED Command (Copying Ranges by number)

    Would also be VERY helpful if I could delete a range of line numbers from a file also.... So ultimately, I would copy the range to one file, then eliminate that range in another.

Part and Inventory Search

Back
Top