Pytanie : asp.net.

the pierwszy ID być Integer i dopasowanie Equipment.ID = @ID ten OK.
but the odpoczynek the aktualizacja potrzebować the ID string
I Potrzeba sposób @ID string

UPDATE [Wyposażenie] SET [IsLockedOut] = "Prawdziwy", [LastLockOutDate] = GetDate () DOKĄD Equipment.ID = @ID
AKTUALIZACJA [CustomerImages] Set [IsLockedOut] = "Prawdziwy", [LastLockOutDate] = GetDate () DOKĄD [CustomerImages]. [ImageId] = @ID.ToString () + '% '
AKTUALIZACJA [Radactive_ILoad_Images] Set [IsLockedOut] = "Prawdziwy", [LastLockOutDate] = GetDate () DOKĄD [Radactive_ILoad_Images]. [ImageId] = @ID.ToString () + '% '
AKTUALIZACJA [Radactive_ILoad_Indexes] Set [IsLockedOut] = "Prawdziwy", [LastLockOutDate] = GetDate () DOKĄD [Radactive_ILoad_Indexes]. [ImageId] = @ID.ToString () + "%""

Odpowiedź : asp.net.

I zgadywać ty także potrzeba jak:

DOKĄD [CustomerImages]. [ImageId] = @ID.ToString () + "%"
-->
początek z:
DOKĄD [CustomerImages]. [ImageId] jak "%" + obsada (@ID varchar) + "%"
lub zawierać:
DOKĄD [CustomerImages]. [ImageId] jak obsada (@ID varchar) + "%"

Inne rozwiązania  
 
programming4us programming4us