Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized in SQL Anywhere
Message
De
09/09/2010 13:54:44
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
À
09/09/2010 13:40:58
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01480692
Message ID:
01480698
Vues:
36
Is this a stored procedure? What you have should work.

>If I have the following in SQL Server:
>
>
>DECLARE @Numero Integer
>
>SET @Numero=11
>
>SELECT Client.FirstName FROM Client WHERE Client.Numero=@Numero
>
>
>I would be able to get a query based on a parameterized approach. Doing the same in SQL Anywhere makes it think that it would try to find a field name @Numero and would generate an error. Anyone would know the syntax to use?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform