C#: Insert NULL values into SQL Server database(binaryelves.wordpress.com)

submitted by elfyelfy(230) 3 years, 4 months ago

To insert into database NULL value from C# code we can’t use just simple declaration for empty string like string textToInsert = “”; This will insert into database just empty string instead NULL value. To handle this case you have to use special SQL type: System.Data.SqlTypes.SqlString.Null See example.

add a comment |category: |Views: 352

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story