IBM .NET Data Provider Connection String issue with Library List
问题 I am trying to use the DB2 .Net Data Provider in a C# program rather than relying on ODBC. The connection string below works, but only for one library (say my libraries are test1 and test2). Data Source=xxx.xxx.xxx.xxx;User Id=testuser;Password=testpassword; Naming=SQL;Default Collection=test1; If I add "Library List=test1, test2;" (I have tried several variations of that) to the connection string, it does not allow me access additional libraries, only what is defined in defaultcollection. I