Home > Backend Development > PHP Tutorial > 在Access中实现字段长超过255个字节的新思路_PHP

在Access中实现字段长超过255个字节的新思路_PHP

WBOY
Release: 2016-06-01 12:32:54
Original
1342 people have browsed it

Access

不如在mdb中设一字段为外部一ASCII文件的记录行号或其他检索时用的关键字段,该文件用来记录Memo类字段;
或者,在mdb中做多个字段来记录超过256长的字符串,取得时候做字符串连接,存的时候拆分。 
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