Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以告诉我应该使用什么数据类型用于表模式以将 xml 文件存储在 Sybase DB 中(Sybase ASE 11/12/15-TDS 5.5)。
我想可以使用图像,但我认为我们不需要图像支持类型。我们还有别的吗?
text unitext也varchar(x)可用于存储大文本条目。这些可能更适合您的需求。我建议您查看 ASE 文档,其中讨论了各种选项的成本,以找到最适合您的选项。
text
unitext
varchar(x)
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc36271.1550/html/blocks/CJACHIAI.htm