maxsto
|
Last Activity: 09/03/2022 20:18
Mentions
| 05/27/2016 |
| 12:08 - tschulian mentioned maxsto in post [Release] Sample Procedure callable by PHP & SQL ...====================
-- START Callparamters
@struserID varchar(max)
-- END Callparamters
AS
BEGIN SET NOCOUNT ON;
declare
@curJID int,
@curStorage int,
@maxstorage int,
Freestorage int
set @curJID = (select JID from SRO_VT_ACCOUNT..TB_User where StrUserID = @struserID);
set @maxstorage = (select ChestSize from SRO_VT... |
| 12:01 - tschulian mentioned maxsto in post [Release] Sample Procedure callable by PHP & SQL #content deleted.
#request to delete the thread.
* Moved to this * |





