How to disable editing of the WinForms GridView or Grid Control in DevExpress? To accomplish this task, you can use the GridView.OptionsBeh...
div
1/29/2018
1/18/2018
how to Uninstall Visual Studio 2015?
Janwang
1/18/2018
how to uninstall visual studio 2015,2013,2017 etc? When i install Visual Studio 2015, I get some fatal error, for example"Team Explor...
1/16/2018
I have some problem everyone when install Visual Studio 2015, for example" Team Explorer for Microsoft Visual Studio 2015 " Fat...
1/12/2018
Upgrade Android Studio version from 2.3.3 to 3.0, when I open Android Studio3.0, I got this error: Failed to find Build Tools revision 26....
1/09/2018
How to upgrade Android Studio version from 2.3.3 to 3.0 in windows or Mac? Follow These Steps to upgrade Android Studio version from 2....
1/03/2018
SQL GRANT REVOKE Commands
Janwang
1/03/2018
SQL GRANT REVOKE Commands DCL commands are used to enforce database security in a multiple user database environment. Two types of DCL co...
SQL Index Index in sql is created on existing tables to retrieve the rows quickly. When there are thousands of records in a table, retr...
SQL Subquery
Janwang
1/03/2018
SQL Subquery Subquery or Inner query or Nested query is a query in a query. SQL subquery is usually added in the WHERE Clause of the...
SQL Views A VIEW is a virtual table, through which a selective portion of the data from one or more tables can be seen. Views do not cont...
SQL RENAME Statement
Janwang
1/03/2018
SQL RENAME Statement With RENAME statement you can rename a table. Some of the relational database management system (RDBMS) does not s...
SQL Joins SQL Joins are used to relate information in different tables. A Join condition is a part of the sql query that retrieves rows f...
SQL AUTO INCREMENT Field
Janwang
1/03/2018
AUTO INCREMENT fields are used for auto generating values for particular column whenever new row is being inserted. Very often the primar...
SQL Constraints
Janwang
1/03/2018
SQL Constraints Integrity Constraints are used to apply business rules for the database tables. The constraints available in SQL are F...