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

    Run a Stored Proc. and return the results at the end

    Hi everyone, I have a ASP page that triggers a db-side stored procedure. At the end of the procedure, it spits out a log file, that this ASP page reads and displays for the users. But the problem is that the database-stored Proc could take anything between 10 secs - to - 10 mins. I dont want...
  2. topmac

    AspExec.exe Run batch file from ASP page

    hi everyone, I searched in faq's but couldn't find and solution... so here I post the popular question.. Env: Win2003 server / IIS6.0 Simple ASP page that runs a batch file. When I run the asp page, I see some command line window pop-up on my screen for a second [may be the "cmd" is...
  3. topmac

    Optional Query with in a Query

    Hi there, May be this is a popular issue.... but this is the first time for me. Any ideas are appreciated. select * from Table1 as t1 left outer join Table2 as t2 on t1.id = t2.id and t2.type in (case when <condition> then (1,2,3,4)...
  4. topmac

    Question about design practice - Address table

    In a db, is it a good practice to have Address info in Address table in upper case or lower case? ex: street name, city, state, county, country etc.. How about name [first name, middle name, last name, prefix, suffix....] If you have any links that talk in detail about this, I'd like to read...
  5. topmac

    Net::SCP sample code

    Hi all, I am trying to write an automated process that hits a Linux server and SCP's files over to local machine. From CPAN I got the following code.... but it doesnt work for me. There is no error message either...!! Could you please give me a sample working code that has error handling...
  6. topmac

    Executing Applications on a Server Through an ASP Page

    I am trying to invoke a batch file on the server using a link/button on a ASP web page. I tried Set WShShell = Server.CreateObject("WScript.Shell") RetCode = WShShell.Run("C:\test1.bat") -***- Set Executor =...
  7. topmac

    FTP GET commands - Net::FTP

    Hi there, I am using Net::FTP to connect to FTP on an IBM machine. Connection, dir, ls commands are working fine except GET command. The error says "bad file descriptor" The Key thing here is I need to configure the FTP connection with "QUOTE SITE BLKSIZE 220" and "QUOTE SITE LRECL 220" to GET...

Part and Inventory Search

Back
Top