Viewing 3 posts - 1 through 4 (of 4 total)
please forgive me, my english is not very good, the code that i've sent before doesn't have problems, it's only the updated an working code.
Regards
December 16, 2008 at 12:41 pm
Here is the updated code maybe can help anyone (i don't think so, because of it's simplicity), anyway here goes:
ALTER PROCEDURE dbo.spEliminarEjemplarSolicit
@IDEjemplar int,
@IDTitulo int
AS
DECLARE @NumEjempSol int, @IDSolicitud int
SET @NumEjempSol...
December 16, 2008 at 12:23 pm
Hi
Thanks for your reply, what the hell i was thinking, you're absolutely right, maybe that i was starving and i was only thinking in food.
Thanks a lot for your help
December 16, 2008 at 12:06 pm
Viewing 3 posts - 1 through 4 (of 4 total)