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.
我想通过 Perl 创建 MS Access 查询对象。我可以查询表,但无法找到如何访问 Access 数据库中现有的查询对象。
我还想通过 Perl 创建新的查询对象并用名称保存它。
任何帮助深表感谢。
The below link may be helpful for you:
Class::DBI::MSAccess