CREATE VIEW must be the only statement in a batch

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

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

Microsoft Reporter does not only support database, but also a business object. You can create class ...

Microsoft Reporter notes 1

1: ReportViewer Control in Visual Studio 2010 author websi ...

Difference between struct and typedef struct in C++

Question: ...

C# Using Statement

using Statement Provides a convenient syntax that ensures the correct use of IDisposable objects. ...

XML to memory file

Here is a sample about XML and memory file: ...

C++ GBK to UTF8

...

Handle Keyboard Input at the Form Level and Control Level

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

Normally, in western country, when you create a SQL Server database, your database collation is defa ...