dbTalk Databases Forums  

How to use DTS to send Faxes

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to use DTS to send Faxes in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Simon Lenn
 
Posts: n/a

Default How to use DTS to send Faxes - 06-11-2004 , 08:46 PM






I would like to use DTS to read from a SQL table the name address and
fax # and substitute these values into a Word template and fax this
resultant document.

I need to do this everyday several times a day with the DTS package
constantly polling the SQL table and faxing the contents.

Please advise what is the best way to setup this scenario can I call
any Fax activeX components from a ActiveX task please advise.

Thanks
Simon

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: How to use DTS to send Faxes - 06-12-2004 , 01:06 AM






Yes you can call an ActiveX component inside DTS but to me this does not
sound like a DTS scenario. You would purely be using DTS to serve a rowset
to a word document.

Word can do that by itself can't it?
Can you not automate Word?
Does your fax sotware have scheduling and perhaps an object model?


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Simon Lenn" <simonlenn (AT) yahoo (DOT) com> wrote

Quote:
I would like to use DTS to read from a SQL table the name address and
fax # and substitute these values into a Word template and fax this
resultant document.

I need to do this everyday several times a day with the DTS package
constantly polling the SQL table and faxing the contents.

Please advise what is the best way to setup this scenario can I call
any Fax activeX components from a ActiveX task please advise.

Thanks
Simon



Reply With Quote
  #3  
Old   
rikesh
 
Posts: n/a

Default Re: How to use DTS to send Faxes - 06-13-2004 , 06:35 AM



Wouldn't be better to build a small VB app, using a Fax API instead?
We used ZetaFax, and used their Object model in out VB code.

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Yes you can call an ActiveX component inside DTS but to me this does not
sound like a DTS scenario. You would purely be using DTS to serve a
rowset
to a word document.

Word can do that by itself can't it?
Can you not automate Word?
Does your fax sotware have scheduling and perhaps an object model?


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Simon Lenn" <simonlenn (AT) yahoo (DOT) com> wrote in message
news:3641e2c2.0406111746.42722a9c (AT) posting (DOT) google.com...
I would like to use DTS to read from a SQL table the name address and
fax # and substitute these values into a Word template and fax this
resultant document.

I need to do this everyday several times a day with the DTS package
constantly polling the SQL table and faxing the contents.

Please advise what is the best way to setup this scenario can I call
any Fax activeX components from a ActiveX task please advise.

Thanks
Simon





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.