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.
我正在通过 Eclipse 编写我的第一个 android 应用程序。我正在尝试连接到我的 informix 数据库。我已经在我的系统上安装了 informix 的客户端驱动程序,当我运行 Class.forName() 方法时程序会选择它们。但是,我的连接 URL 每次都失败。我在网上查看了许多示例,并阅读了 IBM 的大量相关文档。我确信我需要在我的服务器上安装某种类型的驱动程序?
任何见解都会很棒,谢谢!