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

    Efficient way to read exit codes (popen, system, exec?)

    I'm calling a little C program (let's say PorgA) I wrote from a C++ application (call this one ProgB) which I am in the process of writing. I know I can talk between them by other means (signals, pipes, sockets, etc...), but I am simply trying to read the exit code of ProgA after calling it from...
  2. LenRI

    Efficient way to read exit codes (popen, system, exec...?)

    I'm calling a little C program (let's say PorgA) I wrote from a C++ application (call this one ProgB) which I am in the process of writing. I know I can talk between them by other means (signals, pipes, sockets, etc...), but I am simply trying to read the exit code of ProgA after calling it from...
  3. LenRI

    Connect USB "pen drive" access to two PCs?

    I know this is a bit off-topic, but I couldn't find a better place to post this. Will a USB pen drive style device be accessible from two machines at the same time if it and the two PCs were connected to a USB hub? Or will one of the machines claim it as its own and will not give up control...
  4. LenRI

    Keeping same personal directory when loging into a diff. domain

    My (very) remote site is currently in the process of migrating some of the clients to a different domain. The question is in regards to whether it is possible without too much headache and more importantly without much participation from the users or admin staff for that matter for users to be...
  5. LenRI

    JDBC INSERT PreparedStatement into Access

    I'm having issues with the PreparedStatement when connecting to a MS Access DB wither through the JDBC-ODBC bridge or through a thirdy party level 3 JDBC driver. What I have at this point looks like something along these lines: Connection con = DriverManager.getConnection(url, username...
  6. LenRI

    Update table using data from another

    I am trying to conditionally populate a field in Table2 by using data from Table1. Essentially both tables have fields A, B and C (i know this is a horrible design practice, but its not up to me). What I am trying to accomplish here is to populate field C in Table2 with that of a corresponding...

Part and Inventory Search

Back
Top