Viewing 15 posts - 31 through 45 (of 172 total)
Try issuing a DIR or ls to the remote FTP server once you log in. You can then parse the result to get the date of the file.
January 29, 2007 at 9:03 am
You need to enclose the path in quotes:
"C:\Documents and Settings\datamining\My Documents\loadfile.bat"
January 19, 2007 at 3:58 pm
its possible that you don't have permissions to read the registry key itself. I'm not sure how to set permissioins up, but there are permissions in the registry similar to...
December 7, 2006 at 8:36 am
Sounds to me like your email server is the one thats not letting the mail get sent. can you have your admin add the email address you are sending from...
December 1, 2006 at 2:11 pm
add some vb code to your report that sets up two functions and one counter. something like this:
dim MyCounter as integer
public function ResetMyCounter()
MyCounter = 0
end function
public function GetMyCounter()
MyCounter = MyCounter...
November 29, 2006 at 9:54 am
Morten's got it right, a big old batch file is needed to do the actual work. But take it a step further, put your server names in a table and...
November 27, 2006 at 9:53 am
open a new Visual Basic 6 project
add a component from the Project/Components menu Microsoft Internet Controls
this will add a web browser component to your toolbar
put the new WebBrowser component...
November 17, 2006 at 8:32 am
I know a guy in denver that his company is using Kerberos to do that kind of authentication.
November 16, 2006 at 10:36 am
There are some error messages you just can't grab. How about this idea, using a stored procedure write a batch file based on the list of servers that you need to query...
November 16, 2006 at 8:47 am
Use an old fashoned DOS command line trick:
echo y | rskeymgmt -e -f SRSKey -p password > extract.log 2>&1
The echo sends a Y character into the standard input and answers...
November 15, 2006 at 9:30 am
add a new form to your app, put a browser on it and navigate to the reports. you can fill in parameters in a query string on the URL to...
November 14, 2006 at 9:14 am
You may have to create a seperate access database, populate the tables, then close that database and call the DTS package. DTS doesn't like to work with files that are...
November 14, 2006 at 8:54 am
Nice!! Very Nice! Thanks!
October 25, 2006 at 2:12 pm
Have you looked into using Transactions?
October 16, 2006 at 8:49 am
on my 2000 install its in C:\Program Files\Microsoft SQL Server\80\Tools\Binn\RSConfig.exe
October 11, 2006 at 8:27 am
Viewing 15 posts - 31 through 45 (of 172 total)