Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 已以二进制形式保存在Sql表中的zip文件_Sql Server - Fatal编程技术网

Sql server 已以二进制形式保存在Sql表中的zip文件

Sql server 已以二进制形式保存在Sql表中的zip文件,sql-server,Sql Server,我有一个zip文件,它已经以二进制形式保存在Sql表中。我需要读取数据库中该记录的内容 除此之外,还有很多其他方法,根据您使用的框架,您应该在问题中添加更多信息。例如,显示在db+db结构中插入记录的代码。那么为什么不显示呢?我有表BenaireZip(BinZip varbinary,code int),在BinZip中我有zip的内容,但在二进制中我需要读取它

我有一个zip文件,它已经以二进制形式保存在Sql表中。我需要读取数据库中该记录的内容


除此之外,还有很多其他方法,根据您使用的框架,您应该在问题中添加更多信息。例如,显示在db+db结构中插入记录的代码。那么为什么不显示呢?我有表BenaireZip(BinZip varbinary,code int),在BinZip中我有zip的内容,但在二进制中我需要读取它