本文介绍了我需要帮助为ASP.NET上的特定用户创建密码使用计数器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我被告知要设计一个接受用户ID和指定pin的表单,用户将使用一组给定的PIN或密码访问页面
I was told to design a form that would accept users id and specified pin, users are to access page
。此密码和PIN的使用最大限制为每用户5次,
with a set of given pin or password. this password and PIN is to be used at maximum limit of 5 times/ per user,
请参阅VISUAL BASIC 2015平台,如何使用MSSQL。
pls how do i go about it, and am using MSSQL, on VISUAL BASIC 2015 platform.
推荐答案
这篇关于我需要帮助为ASP.NET上的特定用户创建密码使用计数器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!