Hi all,
I'm new to configuring T1 trunk configuration.Can some one explain me how to do that.Appreciate if you cn also tell me how a call proceeds.like how call goes to agent.trunk - > vdn -> agent like that...also how to find where a trunk is going (vdn ,etc)..
Thanks.
I'm new to DB2.I'm trying to create the following stored procedure for sample database.I'm using DB2 7.2 for windows.
create procedure SP_TEST
(IN EmpNum INTEGER,OUT JobID CHAR(12))
DYNAMIC RESULT SETS 1
LANGUAGE SQL
BEGIN
SELECT JOB into JobID from administrator.employee where...
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.