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.
我们是 Actian Corp. 的合作伙伴经销商,并且有一个使用 Ingres DBMS 多年的客户。现在,他们希望将 Genexus 开发人员环境与 Ingres 数据库上的数据存储集成。我正在研究对 Genexus 的数据存储支持,但显然不支持 Ingres。然而,Ingres 有许多开放的方式来连接它,(JDBC、ODBC、Rubi、PHP)。我需要知道的是,是否有某种方法可以将 Genexus 配置为使用 JDBC、ODBC 或任何连接类型指向 Ingres 数据库的新数据存储。
你是对的,GeneXus 不支持 Ingres。
但是,您可以设置 DataStore 并将连接设置更改为 ODBC、JDBC 或任何您想要的,并将连接信息提供给 Ingres 数据库。
这个解决方案有一个问题:GeneXus 生成的 SQL 语法是不同的,取决于选择的 DBMS。因此,您必须从受支持的 DMBS 中选择最类似 Ingres 的 DMBS,以确保它正确生成 SQL 语句。