Hi All,
I am running AIX and I am trying to get all mail forwarded to an SMTP server on Windows.
I have added the SMTP server's ip address as the relay host:
# "Smart" relay host (may be null)
# Relay host to forward outgoing mail not in the local domain to.
# To forward ALL mail to...
Hi, I'm fairly new to progress, can use your help.
I've setup a decimal variable with extent 14 called Sales_qty.
I would like sales information to be separated by item by day for 14 days.
The data is in a table called ih_hist with detail in idh_hist. I have a break by idh_part by...
I am currently cim loading sales orders into progress, but it seems really slow. I am getting about 1 second per detail line, but I am loading between 7000-10000 detail lines per day.
Anyone have any suggestions on how to speed up this process?
Thanks,
I have a ftp script named ftpscript.txt that looks like this:
open 142.218.71.30
username
password
ascii
hash
send "xxtest.p"
quit
In windows, the command line ftp can run the script like this:
c:\>ftp -s:ftpscript.txt
But in AIX, it says that -s is an invalid parameter.
My UNIX book...
I had the same problem with my Linksys 4-port router.
For quite some time IE6 would not work. I forget exactly how I fixed it, but I will try to assist.
Have you updated your IE6? Do you use ZoneAlarm? Have you reset the router?
I am running SQL Server 7.0. I am looking for a way to output a query to a file. The filename needs to be dynamic. The logic should work like follows.
Stored procedure is passed a date stored in @inDate.
SELECT * INTO FILE "c:\" + @inDate + ".txt" FROM tblHistory WHERE...
Is there a built-in date function that does the following?
Basically, I want something that can return all dates that are not in a table.
Example.
SELECT AllDates() FROM tbl_Work
WHERE AllDates() <> WorkDate AND
AllDates() BETWEEN '01-01-2002' AND '12-31-2002'
More specifically, does anyone know how I would go about coding this. Here is the pseudo code.
For Each 'Wednesday' IN 2002
' Do Something
Next
Thanks,
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.