DBType and PPC

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

Guest

I want to assign null value to an integer and I try this code, but it doesn't
work. Can anybody help me?

System.Data.SqlTypes.SqlInt16 n1;
n1 = System.Data.SqlTypes.SqlInt16.Null;

Karl-Inge
 
You probably need to add a reference to System.Data.Comon.dll.

If this won't solve your problem, please provide a detailed description of
how exactly it "does not work".


Best regards,


Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top