本文介绍了存储weblinks的最佳数据类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
我正在创建一个数据库,其中包含一个包含mp3文件的字段的表格。
我正在使用C#创建一个程序,当用户点击一个按钮时,它会打开mp3文件。
那么我应该存储什么数据类型mp3文件为?
我在sql server 2008版本中找不到BLOB数据类型...
那么替代方案是什么?
谢谢
Hi there,
I am creating a database that has a table with a field which contains mp3 files.
I am creating a program using C# that when the user clicks on a button , it opens the mp3 file.
So what datatype should I store the mp3 file as?
I cannot find "BLOB" datatype in sql server 2008 version...
so whats the alternative?
thanks
推荐答案
这篇关于存储weblinks的最佳数据类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!