Ever find that you need to add a custom library list to a C# application that works with IBM i data? Here is what you need to do. Add LibraryList=
to your connection string. So that would look like:
connectionString="DataSource=127.0.0.1;DefaultCollection=MYMAINLIB;Naming=sql; UserID=USERNAME;Password=PASSWORD;LibraryList=MYMAINLIB,LIB2,LIB3;"
No responses yet