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.
我已经在生产中运行了一个项目。并且 .wdd 丢失了。我不能使用服务器/客户端,因为它。我可以创建 .wdd 文件吗?或者在没有它的情况下连接到目录?我为此使用 pypyodbc 和 python3
找到 wdd 文件的唯一方法是在 WinDev 项目目录中。但是,如果您没有该项目,您可以使用 HFSQL 的 ODBC 驱动程序通过 ODBC 连接到 DB。这样,您只需连接到 ODBC,其余的由 HFSQL 驱动程序完成。
https://help.windev.com/en-US/?3044179
public class RegistryTableItem { public int Root { get; set; }//assume possible values are 0,1,2,3 public string Name { get; set; } public string Component_ { get; set; } }