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.
我需要用 ENUM 列的选项填充 TDBLookupComboBox:
MOD_MARKETING ENUM('NENHUMA','CONSULTAR','CADASTRAR','GERENCIAR')
但我不想仅仅为此在数据库项目中创建一个新表。我不想使用辅助表。仅包含用户内容的表格。
那么,每次打开我的应用程序并放置这四行而不触及服务器上的数据库结构时,如何创建一个临时虚拟表?
我找到了 DevArt 的一个名为 VirtualTable 的组件。
它完全符合我的需要。
http://www.devart.com/vtable/