T
Tim Heuer
Trying to use managed code in SP1 form.
When creating an System.Data.SqlClient.SqlConnection, there is no error
and the connection and subsequent command executes fine.
However, when trying to use an System.Data.SqlClient.OleDbConnection
(because then I can leverage the connection string from a DataAdapter),
it requires the form to be trusted?!?!!?!?
Can someone explain this anomalie?
-th
When creating an System.Data.SqlClient.SqlConnection, there is no error
and the connection and subsequent command executes fine.
However, when trying to use an System.Data.SqlClient.OleDbConnection
(because then I can leverage the connection string from a DataAdapter),
it requires the form to be trusted?!?!!?!?
Can someone explain this anomalie?
-th