Use the db2_connect API to connect using an uncataloged Cloudscape database connection.
通过使用未编目的Cloudscape数据库连接,可以使用db2_connect API来实现连接。
2
The ibm_db2 driver supports two methods of connecting to a database: cataloged and uncataloged.
ibm_db2 驱动程序支持两种连接数据库的方法:编目 和非编目。
3
The second method usually applies for remote uncataloged connections, and requires you two build up a connection string (similar to a JDBC URL) to make an uncataloged connection.