通过数位板在SQL Server中保存墨水数字签名 [英] save a ink digital signature in sql server through pen tablet

查看:145
本文介绍了通过数位板在SQL Server中保存墨水数字签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,我正在使用C#开发.net窗口应用程序,我的问题是我想通过手写板在sql服务器中保存墨水数字签名,我创建了一个表单和两个按钮保存,清除和一个工具.哪个用户可以登录,所以我有一个请求,我可以获取源代码,可以根据他的ID将这些签名保存在sqlserver中,如果您能帮助我缩短此问题,我将不胜感激.

Heloo friends, i am working on a .net window application using c# my question is i want to save a ink digital signature in sql server through pen tablet, i have created a form and two button save,clear and a tool in which user can sign on so i have a request that may i get the source code that i can save these signature in sqlserver against his id, i will thankful to you if you can help me to short-out this problem.
thanks in advance..

推荐答案

在sql server中,您必须创建一个用于存储此表的表.

请参阅以下步骤

1)创建类似EmployeeLogin(id bigint,digitalsign varbinary(MAX))的表
2)隐瞒您的数字标牌,以便将表单上收到的数据输入到ByteArray中.
3)创建一个SP,以在上面创建的表上插入/更新信息.
4)在保存按钮上将此SP与参数(id和digitalsign)一起调用.

我有一些问题
1)您在winform上获得的用于数字签名的内容.
2)您使用哪个控件在表单上显示此数字签名.
3)您可以从该控件的代码中看到数据吗?
In sql server you have to create one table for storing this .

See the below steps

1) create table like EmployeeLogin (id bigint , digitalsign varbinary(MAX))
2) covert your digital sign which ever data received on form into ByteArray.
3) Create one SP to insert / update information on above created table.
4) call this SP along with parameter (id and digitalsign ) on save button.

I have some questions
1) What you have received on winform for digital sign.
2) which control you are using to display this digital sign on form.
3) are you able to see the data from code of that control ?


这篇关于通过数位板在SQL Server中保存墨水数字签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆