Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One more set of eyes needed
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00761101
Message ID:
00761253
Vues:
46
>>Thanks a lot.
>>
>>declare @PassedCategory char(1)
>>set @PassedCategory = 'L'
>>declare @CategoryPrice smallmoney
>>select @CategoryPrice = Price from PriceInfo where CreditCategory = @PassedCategory
>>select 'CT' as State, @CategoryPrice as Price, CreditType, county,
>>registry, city, address, def1FName, Def1LName
>>from CTCredit..CreditInfo where CredID in
>>(select CredID from CartDetail
>>inner Join CartContent on
>>CartDetail.CartContentID = CartContent.CartContentID
>>and CartContent.State = 'CT' and CartContent.CreditCategory = @PassedCategory )
>Ok, didn't work. Will need to create an SqlStr.

And run it using EXECUTE() or sp_executesql. Remember that it'll be separate batch so it wouldn't be able to see any sproc variables.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform