Someone have fix this procedure ? When I trying get item from cashshop store i got failure... meybe someone can help ?
Printable View
Someone have fix this procedure ? When I trying get item from cashshop store i got failure... meybe someone can help ?
paste ur store procedure...
Post your products.scp file as well. You can get this error if there's a wrong line in that file.
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
This procedure i think
/****** Object: Stored Procedure dbo.up_RecoverUseMyCashItem Script Date: 2008-4-14 21:43:04 ******/
CREATE PROCEDURE dbo.up_RecoverUseMyCashItem(@UserNum INT, @Id INT)
AS
BEGIN
UPDATE MyCashItem SET IsUse = 0, UseDate = GetDate() WHERE Id = @Id AND IsUse = 1
END
GO
i got the same error as well..
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
I have clear installed server.. ond don`t delete there anything.. plz someone who dont have this error share backup of db..
is there a link established between your server side cabalcash and your cabalcash db?
check using isql.
established link ? you think server link in sql ? yes established.