Hi,
I would like to send a http command:
hxxp://username:password@mysite.com/downloadnow/program.exe
Now if the login is correct is should return the url:
http://mysite.com/downloadnow/program.exe
Now if the login is incorrect is should return the url:
http://mysite.com/noaccess.html
Thats...
Hi Guys,
I'm busy with a script and have decided to call a sproc and return the result to VB.
Here is the sproc:
CREATE PROCEDURE pr_Cleanup
BEGIN TRAN
TRUNCATE TABLE tb_Users
IF @@ERROR <> 0
BEGIN
ROLLBACK TRAN
RETURN 101
END
TRUNCATE TABLE tb_Excluded
IF @@ERROR <> 0...
Hi guys,
After sorting through a text file with my VBS scripts I end up with 2 collections of entries. 1 with collection will have 650 lines and the other 1 will have 50 lines.
Question now is do I create 2 lists in memory perform my SQL queries on them?
or
Do I create 2 temp text files and...
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.