• <small id='gEIc0'></small><noframes id='gEIc0'>

    • <bdo id='gEIc0'></bdo><ul id='gEIc0'></ul>

      <legend id='gEIc0'><style id='gEIc0'><dir id='gEIc0'><q id='gEIc0'></q></dir></style></legend>
      <i id='gEIc0'><tr id='gEIc0'><dt id='gEIc0'><q id='gEIc0'><span id='gEIc0'><b id='gEIc0'><form id='gEIc0'><ins id='gEIc0'></ins><ul id='gEIc0'></ul><sub id='gEIc0'></sub></form><legend id='gEIc0'></legend><bdo id='gEIc0'><pre id='gEIc0'><center id='gEIc0'></center></pre></bdo></b><th id='gEIc0'></th></span></q></dt></tr></i><div id='gEIc0'><tfoot id='gEIc0'></tfoot><dl id='gEIc0'><fieldset id='gEIc0'></fieldset></dl></div>

        <tfoot id='gEIc0'></tfoot>

        在sql server中保存字节数组

        时间:2023-08-19

            <tbody id='pDWGp'></tbody>

              <small id='pDWGp'></small><noframes id='pDWGp'>

              <i id='pDWGp'><tr id='pDWGp'><dt id='pDWGp'><q id='pDWGp'><span id='pDWGp'><b id='pDWGp'><form id='pDWGp'><ins id='pDWGp'></ins><ul id='pDWGp'></ul><sub id='pDWGp'></sub></form><legend id='pDWGp'></legend><bdo id='pDWGp'><pre id='pDWGp'><center id='pDWGp'></center></pre></bdo></b><th id='pDWGp'></th></span></q></dt></tr></i><div id='pDWGp'><tfoot id='pDWGp'></tfoot><dl id='pDWGp'><fieldset id='pDWGp'></fieldset></dl></div>

              <tfoot id='pDWGp'></tfoot>
                <bdo id='pDWGp'></bdo><ul id='pDWGp'></ul>

                  <legend id='pDWGp'><style id='pDWGp'><dir id='pDWGp'><q id='pDWGp'></q></dir></style></legend>

                  本文介绍了在sql server中保存字节数组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我希望使用一种方法来保存需要使用字节数组的密码,如本 发布

                  Am looking to use an approach in saving passwords that requires using byte array as in this post

                  那么我应该在 sql server 中使用哪种数据类型来保存字节数组?以及如何使用 SqlCommand 传递和检索字节数组?

                  So which data type should i use in sql server to save byte array? and how can i pass and retrieve the byte array using SqlCommand?

                  推荐答案

                  如果它总是相同的长度,那么 binary(length) 将是合适的.如果它的长度会有所不同,请使用 varbinary(maxlength).

                  If it's always going to be the same length, then binary(length) would be suitable. If it's going to vary in length, use varbinary(maxlength).

                  二进制和 varbinary.

                  而且,正如@p.s.w.g 所说,您可以通过将其放入合适的参数中来从代码中传递它.

                  And, as @p.s.w.g says, you pass it from code by placing it into a suitable parameter.

                  这篇关于在sql server中保存字节数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:动态 Active Record 查询中的 Codeigniter 括号 下一篇:相当于 Oracle 9i 中的 PostgreSQL array()/array_to_string

                  相关文章

                  最新文章

                  <i id='EJrHn'><tr id='EJrHn'><dt id='EJrHn'><q id='EJrHn'><span id='EJrHn'><b id='EJrHn'><form id='EJrHn'><ins id='EJrHn'></ins><ul id='EJrHn'></ul><sub id='EJrHn'></sub></form><legend id='EJrHn'></legend><bdo id='EJrHn'><pre id='EJrHn'><center id='EJrHn'></center></pre></bdo></b><th id='EJrHn'></th></span></q></dt></tr></i><div id='EJrHn'><tfoot id='EJrHn'></tfoot><dl id='EJrHn'><fieldset id='EJrHn'></fieldset></dl></div>
                • <tfoot id='EJrHn'></tfoot>
                  <legend id='EJrHn'><style id='EJrHn'><dir id='EJrHn'><q id='EJrHn'></q></dir></style></legend>

                    <small id='EJrHn'></small><noframes id='EJrHn'>

                        <bdo id='EJrHn'></bdo><ul id='EJrHn'></ul>