CREATE VIEW must be the only statement in a batch
2011-03-03
In SQL Server, when you try to input a "Create View" sentence in a Stored Procedure. you m ...
VS 2010 Bug ! MS ReportViewer with Nested Objects Data Sources
2011-03-01
There is a big bug in Visual Studio 2010 if you use MS ReportViewer and .rdlc file with Nested Objec ...
Microsoft Reporter with Business Object
2011-03-01
Microsoft Reporter does not only support database, but also a business object. You can create class ...
C# Using Statement
2011-02-25
using Statement Provides a convenient syntax that ensures the correct use of IDisposable objects. ...
XML to memory file
2011-02-25
Here is a sample about XML and memory file: ...
Handle Keyboard Input at the Form Level and Control Level
2011-02-17
When you handle keyboard input in Windows Form, you have to control them in at least two level: Form ...
Insert Unicode Characters Without Changing Collation
2011-02-16
Normally, in western country, when you create a SQL Server database, your database collation is defa ...