google-code-export / karkas

Automatically exported from code.google.com/p/karkas
1 stars 0 forks source link

stored procedure argument problem #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Input/Output arguments.

What is the expected output? What do you see instead?

CREATE  Procedure [dbo].[AllocateMe]
    @LineNum INT,
    @Quantity NUMERIC(18,6) OUTPUT,
    @User NVARCHAR(50)
AS

This stored-procedure is created as (int @LineNum,,string @User).

Original issue reported on code.google.com by sacos...@gmail.com on 15 Oct 2008 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by sacos...@gmail.com on 17 Oct 2008 at 12:11

GoogleCodeExporter commented 9 years ago
duzeltildi.

Original comment by ati.ozgur on 28 Oct 2008 at 11:29