Friday, March 9, 2012

Is SQL 2005 TAPI compliant?

Is SQL 2005 TAPI enabled?
(I don't know what I'm talking about here so be kind....)
Jeff.
I think you first need to say what you mean by TAPI. The only TAPI I know of is an old API from MS
and Intel: Telephony Application Programming Interface.
Is this what you mean? No, there's no built-in support for TAPI in SQL Server, and I have a hard
time to see what this would do. Dial a number when somebody inserts data into a table? ;-)
SQL Server is pretty extensible, though. So you can use extended stored procedures (2000) or CLR
objects (2005).
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
"Mufasa" <jb@.nowhere.com> wrote in message news:uiKD%23pInHHA.2296@.TK2MSFTNGP03.phx.gbl...
> Is SQL 2005 TAPI enabled?
> (I don't know what I'm talking about here so be kind....)
> Jeff.
>

No comments:

Post a Comment