Hi all,

I’m seeing some strange behaviour when using an Unmanaged OLEDB Microsoft driver (v5.0.0.919 as supplied with Host Integration Server) to access DB2 on an iSeries (V5R3) via C# code

OleDbConnection con = new OleDbConnection (connString)
con.Open();

It’s the call to the Open method that succeeds even though the password supplied in the connString parameter is incorrect. (The username...