• <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 数据库表列中存储图像

        How to store image in SQL Server database tables column(如何在 SQL Server 数据库表列中存储图像)

        <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 数据库表列中存储图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Building a comma separated list?(建立一个逗号分隔的列表?)
                  Errors in SQL Server while importing CSV file despite varchar(MAX) being used for each column(尽管每列都使用了 varchar(MAX),但在导入 CSV 文件时 SQL Server 中出现错误)
                  How can I import an Excel file into SQL Server?(如何将 Excel 文件导入 SQL Server?)
                  Export table to file with column headers (column names) using the bcp utility and SQL Server 2008(使用 bcp 实用程序和 SQL Server 2008 将表导出到带有列标题(列名称)的文件)
                  Concat field value to string in SQL Server(将字段值连接到 SQL Server 中的字符串)
                  SQL Server Bulk insert of CSV file with inconsistent quotes(SQL Server 批量插入带有不一致引号的 CSV 文件)

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

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

                            <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>