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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top