Re: Witango-Talk: SQL Server return value from procedure

2005-05-09 Thread Russell Stephany
within a directDBMS action against an oracle datasource, i use <@bind> to bring information back. i would assume that this will work in sql server as well. -- Russell Stephany Lead Developer, Information Technology Australian Graduate

Witango-Talk: SQL Server return value from procedure

2005-05-09 Thread Ted Wolfley
Hi,   I know that with a Direct DBMS action I can run a sql server procedure but can I return a value from a procedure back into the Direct DBMS to use in Witango?  Right now I am using the @@identity method to retrieve the value but would like to eliminate some steps if I can.   Ted Wolfle