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.
我正在使用绝对数据库组件(数据库、表、数据源),我需要删除一条记录中的一个 blob 字段的内容。我已经尝试了所有我知道该怎么做的事情,但我似乎无法完成工作。
有没有办法在运行时删除一个字段的内容?
With YourTableHere do Begin edit; fieldbyname('YourFieldHere').clear; post; end
确保要从中删除 Blob 字段的记录具有焦点。如果您使用数据网格,那就太好了。