I tried all the forum method to add cookies but nothing works: '(helped me please
Printable View
I tried all the forum method to add cookies but nothing works: '(helped me please
Copy and paste this into a new Querey in your SQL. This is for season 4.9 The loginid is what the user logs in with and the iAmount is how many to give them.
Code:USE [INI3Bill_DB]GO
DECLARE @return_value int
-- Change @iUser_ID to username iAmount as the amount of Points to add --
EXEC @return_value = [dbo].[hb_py_gp_apply_userinfo_in]
@iUser_No = 1,
@iUser_ID = N'yuna',
@iUser_ip = N'127.0.0.1',
@iDB_id = NULL,
@iItem_no = NULL,
@iOrder_no = NULL,
@iPersonal_no = NULL, @iapply_type = N'K0', @Iamount = 1000
SELECT 'Return Value' = @return_value
GO
USE [Pangya_S4_TH]
GO
DECLARE @return_value int, @IntRemainPang int,
@strErrMsg varchar(100), @IntRetVal int
SELECT 'Return Value' = @return_value
It puts me an error