SQLDbType enumeration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Any ideas why I cannot see the SQLDbType enumeration in code on a Smart
Device Application? I have added a reference to System.Data. I can see the
DbType enumeration in System.Data, but cannot see SQLDbType. Any help is
appreciated?
 
You'll need to add a reference to System.Data.Common.dll - this is a change
from the desktop where all of this functionality is in System.Data

Peter
 
Thanks, that fixed it.

Peter Foot said:
You'll need to add a reference to System.Data.Common.dll - this is a change
from the desktop where all of this functionality is in System.Data

Peter
 
Back
Top