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

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

        如何在 SQL Server 数据库表列中存储图像

        时间:2023-10-10

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

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

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

                • <tfoot id='Qu4KL'></tfoot>
                    <tbody id='Qu4KL'></tbody>
                • 本文介绍了如何在 SQL Server 数据库表列中存储图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的数据库中有一个名为 FEMALE 的表.它有 ID 作为 Primary Key,它有一个 Image 列.

                  I Have a table named FEMALE in my database. It has ID as Primary Key, it has an Image column.

                  我的问题是如何使用 SQL 查询存储图像?

                  My Question is how do I store an image using a SQL Query?

                  推荐答案

                  试试这个,

                  insert into tableName (ImageColumn) 
                  SELECT BulkColumn 
                  FROM Openrowset( Bulk 'image..Path..here', Single_Blob) as img
                  

                  <小时>

                  插入

                  刷新表格

                  这篇关于如何在 SQL Server 数据库表列中存储图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:正确使用 SQL Server 中的事务 下一篇:不能在表或索引视图上使用 CONTAINS 或 FREETEXT 谓词,因为它不是全文索引

                  相关文章

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

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

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