> <cfquery>
>       set nocount on
>       Insert into trackusers(username,pwd)
>       values(#username#,#pwd#);
>       Select scope_identity() as myID
>       Set nocount on
> </cfquery>

SET NOCOUNT OFF actually...
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to