Is there any way to obtain the raw Win32 handle to an ODBC connection using
C# and ODBC for ADO.NET?

I have an old piece of code in an MFC-dll that takes a HDBC as argument.
I need to call this function from my C#-project.

/ Wimo