Hi,
I get the following PortForwardEventArgs each time I hit conn.Open(); & da.Fill(dt);
127.0.0.1:53109 conn.Open(); // First time round
127.0.0.1:53110 da.Fill(dt); // First time round
127.0.0.1:53112 conn.Open(); // Second time round
127.0.0.1:53113 da.Fill(dt); // Second time round
Thanks,
John