Viewing 7 posts - 1 through 7 (of 7 total)
I forgot to mention that UDFs work only on SQL Server 2000.
November 21, 2003 at 9:52 am
I would use UDF. UDFs are very similar to views in the sense that you can use a UDF as part of a SELECT statement and yet more powerful in...
November 21, 2003 at 9:50 am
Thanks guys for all the help. I am going to try some of the ideas presented.
November 12, 2003 at 9:49 am
tymberwyld, if Ident_Current('MyTable') is used, how would you know if the returned IDENTITY actually corresponds to your insert not any other user's insert?
Why @@IDENTITY is not returning what it's suppose...
November 10, 2003 at 3:40 pm
As a reply to brendthess, if I don't use disconnected recordsets it works!! Both functions are using the same connection.
tymberwyld, I don't have any updates. What I am doing is...
November 10, 2003 at 9:58 am
Thanks Greg. I'll give that a try. I think the second solution may be the one.
September 2, 2003 at 3:09 pm
Viewing 7 posts - 1 through 7 (of 7 total)