Odbc connection string format, not finding files

前端 未结 3 879
心在旅途
心在旅途 2021-01-19 16:54

This is kind of a \'double\' question that might have a single answer.

I\'m working with an Odbc Connection with an AS/400, with my connection string as follows:

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-19 17:21

    If anyone runs into this post and is using the IBM.Data.DB2.iSeries .NET data provider as I am, the key point taken from above was using the naming=1 and not specifying a "Default Collection". I was finally successful when using the following portion in my connection string

    LibraryList= MyLibrary1,MyLibrary2,MyLibrary3,MyLibrary4;naming=1;
    

提交回复
热议问题