Skip to Content.
Sympa Menu

freetds - RE: [freetds] PHP, MSSQL and DTS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] PHP, MSSQL and DTS
  • Date: Tue, 1 Jul 2003 17:55:29 +0200

>
> Hi!
>
> I am looking for a way to activate Data Transformation
> Services (DTS)
> via PHP (using freetds).
> Is there a way to do this?
>
> Any help or hints would be really appreciated.
>
>
> Thanks for your help in advance,
>
> Sven
>

DTS are just some type of scripts recorded in database (I don't know
where and how) executed with some tools (ActiveX or DTSRun program), so
you need a windows machine to execute them. If you schedule a DTS you
can read DTSRun command line and execute it on a sql server machine with
xp_cmdshell from your PHP script (or if your PHP script reside on a
windows machine execute DTS directly)

freddy77



  • RE: [freetds] PHP, MSSQL and DTS, ZIGLIO Frediano, 07/01/2003

Archive powered by MHonArc 2.6.24.

Top of Page