The Sybase data provider supports naming parameters when calling stored procedures. An application can use named parameters by specifying the Name property of a parameter as @xxx, where xxx can be any character. The name specified must match the name given in the Create Procedure statement for the parameter.