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

    Not catching error in FTP

    I am not catching the error when the FTP process fails in the following code. The CONET FTP object does not throw an exception. How can I code a boolean to catch the ftp failure? try { FTP objFTP = new CONET.FTPClass(); System.Object lngFTPConn = objFTP.FTPConnect(strHost,strUser,strPass)...
  2. sandease

    MSDAORA vs MSDAORA.1

    I am in a group programming situation with two other programmers. Just received a new PC, WindowsXP pro sp2, installed Oracle 8i, C# & .Net to connect to Oracle databse. My connecton string is as follows: strConn = "Provider=MSDAORA.1;User ID=myID;Password=Mypwd;Data Source=address.of.server"...
  3. sandease

    MTD YTD, actual and forecast report using query

    I have a report that lists two types of numbers; actual and forecast. Let's say I'm printing the report during the month of March. I want Jan and Feb columns to show actual numbers and March through Dec to show forecast numbers. This report sums the columns based on job#. I have one query with...
  4. sandease

    What is BOL

    Please explain to me what 'BOL' is and where I can find it. I'd like to look up hash joins that were discussed in a thread from 02/03/2004 which I have inserted below. Thank you >can you explain what is a hash join >jymm (Programmer) Feb 3, 2003 >BOL has a very nice explanation of HASH joins...
  5. sandease

    grouping and summing

    My problem is that my transaction table can contain 1 or more lines for the same product for a customer. I need to make a subquery that will, by customer, sum the quantity for like products and then extract the all of the information for the product with the largest quantity so it can be used...

Part and Inventory Search

Back
Top