sqlserver2000 convert(text,content) 数据少取了解决方案

WBOY
Release: 2016-06-13 13:35:46
Original
1086 people have browsed it

sqlserver2000 convert(text,content) 数据少取了
select convert(text,content) as content from..
使用php,用这种方法只能取2K数据,多了就自动截取了,不使用convert就出错了。 怎么解决?

------解决方案--------------------
为什么要用 convert ?
不使用convert就出错了 出什么错 ?

你的 convert 是什么类型的? 保存了什么内容?
2K 好像是 sqlserver2000 char或varchar类型的上限吧?你先核实一下

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!