TCPDF 问题第 2 部分

发布于 2024-11-16 20:18:59 字数 190 浏览 3 评论 0原文

我正在使用 TCPDF 将数据导出为 pdf。一切正常,直到我将特定列(长文本格式)添加到表中。每当我添加它时,该表就不会显示。当我运行 sql 查询时,所有数据都显示正常。

数据字段本身是否可能有一个或多个字符导致表损坏?

我也无法弄清楚如何在单元格中显示超过 256 个字符。

如果有人可以提供帮助,我将非常感激。

I am exporting data into a pdf using TCPDF. Everything works fine until I add a certain column (long text format) to the table. Whenever I add it, the table doesn't show up. When I run the sql query all the data shows up fine.

Is it possible there's a character or characters in the data field itself that are causing the table to become corrupted?

Also I can't for the life of me, figure out how I show more than 256 characters in cell.

If anyone can help I'd really appreciate it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不咬妳我踢妳 2024-11-23 20:18:59

好吧,在我找到更好的选择之前,我会将其运行到我的每个评论字段

UPDATE TABLE_NAME set COLUMN_NAME = replace(COLUMN_NAME, '’', '`');

well until I find a better option I am running this to each of my comment fields

UPDATE TABLE_NAME set COLUMN_NAME = replace(COLUMN_NAME, '’', '`');
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文