-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-USE [CxGameTreasuredb]
GO
IF EXISTS (SELECT* FROM DBO.SYSOBJECTS WHERE ID = OBJECT_ID(N [dbo].[stock_data] ) and OBJECTPROPERTY(ID, N IsProcedure ) = 1)
DROP PROCEDURE [dbo].[stock_data]
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
CREATE PROCEDURE [dbo].[stock_data]
@cardcode [bigint],
@cardpass [nvarchar](50),
@userid [int]
WITH ENCRYPTION AS
BEGIN
DECLARE @Price [int]
DECLARE @IsCrad[bit]
IF EXISTS (SELECT UserID FROM QPTreasureDB.dbo.GameScoreLocker WHERE UserID=@UserID)
BEGIN
SELECT [ErrorDescribe]= 错误信息:您目前在银子游戏房间,不能进行银行操作!
RETURN
END
- 2022-07-15 23:56:59下载
- 积分:1
-
game : a maze of six games. The use of small keyboard on the 8 2 4 6 respectivel...
游戏说明: 一个有6级的迷宫游戏。使用小键盘上的8 2 4 6 来分别指挥目标上下左右移动。 严重注意:本程序原代码和6个TXT文件必须全部保存在C:根目录下面才可以调试 运行成功!!否则,请改变程序代码中的TXT指向。 若调试不成,请查看你的PASCAL是否为安装版,否则请到: http://www.fengsha.com/bbs/dispbbs.asp?boardID=3&ID=575 下载完整PASCAL和补丁文件安装后再运行。 若有更多问题,请在论坛发贴讨论,请不要在本贴下回帖讨论,本贴及回帖只提供或允许网友发布程序、代码、习题等下载内容。!! 感谢您使用本程序。-game : a maze of six games. The use of small keyboard on the 8 2 4 6 respectively to target command from top to bottom and move around. Serious Note : This procedure code and the original six TXT all documents must be preserved in the C : root directory can debug running success! ! Otherwise, please change the code at the TXT. If no debugger, please check your PASCAL whether to install version, otherwise free : http://www.fengsha.com/bbs/dispbbs.asp boardID = 575 = 3ID PASCAL integrity and download patches installed after running. If more question, please sent to the Forum discussion, please do not in the replies posted under discussion, and the replies posted only provide or allow netizens release pr
- 2022-03-10 01:43:36下载
- 积分:1
-
是一个贪食蛇的游戏
是一个贪食蛇的游戏-is a pivotal game
- 2023-01-28 10:35:04下载
- 积分:1
-
[原创]非常耐玩的足球小游戏
[原创]非常耐玩的足球小游戏-[original] very small Naiwan football game
- 2022-03-28 15:12:31下载
- 积分:1
-
c ++下的磁盘扫描程序
c ++下的磁盘扫描程序-under the Scan Disk
- 2022-02-18 17:25:38下载
- 积分:1
-
fun to see will know
好玩,看看就知道了-fun to see will know
- 2022-08-02 11:23:25下载
- 积分:1
-
DC的SEGA_GG模拟器源代码
DC的SEGA_GG模拟器源代码-DC SEGA_GG simulator source code
- 2023-07-19 15:30:04下载
- 积分:1
-
seven small games of the source
七个小游戏的源程序-seven small games of the source
- 2022-02-26 18:45:18下载
- 积分:1
-
很好游戏代码,请使用
很好游戏代码,请使用-good game code, please use the
- 2022-02-14 00:07:53下载
- 积分:1
-
扫地雷游戏的源码
扫地雷游戏的源码-game FOSS
- 2022-03-22 11:24:42下载
- 积分:1