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...
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...
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)...
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...
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...
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 =...
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...
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.