sql数据库中包含指纹的字段的数据类型是什么? [英] what would be the datatype of a feild containing fingerprints in sql database?

查看:193
本文介绍了sql数据库中包含指纹的字段的数据类型是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在做一个项目,我必须将指纹保存在sql数据库中...该字段/列的数据类型应该是什么?

I`m doing a project in which i have to save the fingerprints in sql database...what should be the data type of that field/column?

推荐答案

这将取决于您在应用程序中所拥有的功能.如果它们看起来像是图像,那么varbinary(max)将是一个不错的选择.如果他们需要其他信息,则可能需要将它们存储在两个字段中,以便在使用之前将它们分开.
That''s going to depend on what you have them as in your app. If they are images as seems likely, then varbinary(max) would be a good choice. If they need additional info then you might want to store them in two fields to make separating them before use easier.


这篇关于sql数据库中包含指纹的字段的数据类型是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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