Does anybody out there know if it is possible to include import statements in a custom scripting functoid within a BizTalk map? I want to create a sqlConnection, so need to import System.Data.SqlClient, but \”Imports System.Data.SqlClient\” gives me the error code bc30002. I also tried <%@ import Namespace=\”System.Data.SqlClient\” %>, but this gave an error that a character was not valid. Any clues?