Can't find System.Data.SqlTypes

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Hi

I am developing on VS.NET 2003 for the compact framework and can't
find the System.Data.SqlTypes namespace! All the documentation says
that this namespace is supported in CF.

I'm probably doing something stupid, but can't figure this out. Can
anyone help?

Thanks

Matt
 
You need a reference to System.Data.Common.dll unlike the full framework it
is separate from the main System.Data.dll assembly.

Peter
 
You need a reference to System.Data.Common.dll unlike the full framework it
is separate from the main System.Data.dll assembly.

Thank you very much Peter. This works perfectly.

Matt
 
Back
Top