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)...
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"...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.