首页 相关文章 制作我们自己的Ebay(拍卖系统)(5)

制作我们自己的Ebay(拍卖系统)(5)

This is the complex part - you must make sure everyone's bids are correct, update those that have proxy bids, reallocate lots to winners, notify buyers who have been outbid, and perform some upkeep.

First let's look at the code to add a bid.



Function DoBid(ItemID, BidderID, Price, optional MaxPrice, optional MaxItems)


'Set variables and create objects
strConnectionString = "DSN=MyAuction;UID=username;PWD=password;Database=MyAuctionDB"
set rst = Server.CreateObject("ADODB.Recordset")


'Check ...[ 查看全文 ]

2016-01-29 标签:

制作我们自己的Ebay(拍卖系统)(5)的相关文章

手机页面
收藏网站 回到头部