In Microsoft SQL server you can do something like:
INSERT INTO table (col1, col2)
VALUES 'val1', 'val2')
SELECT thisUserID = @@IDENTITY
SET NOCOUNT OFF;

I hope that helps

On Fri, 04 Jun 2004 11:47:45 -0400, cf coder
<[EMAIL PROTECTED]> wrote:
>
> SQL
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to