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!

Search results for query: *

  • Users: mjh66
  • Content: Threads
  • Order by date
  1. mjh66

    Cannot get return value from Stored Procedure

    I have an Oracle databases that has a stored procedure which accepts a string. This return is just a simple message of varchar2 type. Can someone please tell me what I am doing wrong in the C# code below? - it fails on the ExecuteNonQuery() Thanks in advance. if (connection != null) {...
  2. mjh66

    Searching remote file system

    I have written a Perl script that is called from a browser and is given a UNC or Physical pathname plus a filename without the extension as an argument, e.g. \\server\share\dir\file The script then searches this remote directory path and finds (or not) the first file it comes to with the same...

Part and Inventory Search

Back
Top