Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Patrick #1
ActiveX control for copying file in DTS
Hi Freinds,
I need to copy a file from:
\\serverone\folder\myfile.txt
to
\\servertwo\folder\myfile.txt
where \\servertwo is my sql server and running DTS package.
How can I do it? Any script?
Thanks in advance,
Pat
Patrick Guest
-
ActiveX Control in C#
Hi, I am trying to create a program similar to the BasicIacOCXCS sample. I have tried to look though the IACRefrence pdf but haven't been able to... -
Help with Activex control
:I try to build a web site with flash pictures. The problem is this activex control yellow bar that users might not want to click on when visiting... -
Copying A Control Not As A Reference
I have a Control that I want to copy as a copy of the Control, not a copy of the reference to the original. My reason for doing this is because some... -
User Control and ActiveX control
Now I am hosting a user control(an assembly in .dll) in IE. I want to know the difference between this kind of control and ActiveX control. thank... -
Using MFC ActiveX control in ASP
I'm using VS.Net 2003 to create a very simple ActiveX control in MFC. The control has no ui and just a few properties and methods. What do I... -
David Browne #2
Re: ActiveX control for copying file in DTS
"Patrick" <pashour@mail.all-in-1.com> wrote in message
news:ee7djq%23RDHA.2116@TK2MSFTNGP12.phx.gbl...use the FileSystemObject> Hi Freinds,
> I need to copy a file from:
> \\serverone\folder\myfile.txt
> to
> \\servertwo\folder\myfile.txt
>
> where \\servertwo is my sql server and running DTS package.
>
> How can I do it? Any script?
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/jsfsotutor.asp[/url]
David
David Browne Guest



Reply With Quote

