
Search In
SQL(Structured Query Language) is a computer language used for storing, retrieving and management of data in Relational Database Management System(RDBMS).
The commands of SQL can be categorize into following categories :
1. DDL : DDL stands for Data
MySQL Stored Procedure
Stored Procedure
1)Stored Procedure are a set of declarative SQL statements which when created are compiled and stored in database.The main reason for their creation is that they are reusable. Stored procedure work different
Dependency Injection allows the removal of hard-coded dependencies and makes it possible to change them. It helps in making components testable,reusable and maintainable.
We are provided with in built dependency injection mechanism by AngularJs. We c
While designing applications in .NET sometimes you need to mention the UI in a single page such that they appear one by one not at a single go.
For doing that you need to use the tab control provided by .NET framework.
We have multiview controls in
While binding data with GridView control the two of major things that we want is to sort data and to filter data.
First thing can be done by writing Sql query with order by clause.
Select * from student order by StId
Secon
Hello Reader's!Sometime you want to use the auto complete as a text suggestion on your search field. Here I am going to explain how you can search city with suggestion.
It's a very simple to use in any application.
First you need to use Goog
In OpenERP rpc help to change the post, like user want to excute two server in same systems then use rpc and change port number of other server. Basically rpc is used to run server in local systems.
Use this function given below
def rpc(service_na
GTP protocol is designed for the tunneling and for the encapsulation of control messages in GPRS
GTP is available in two variants, control and user plane. GTP-C manages the control plane signaling, and it is important for the dat
When we connect a terminal to the network, it will get an IP address and all the communication will be based on that particular IP address.
When the terminal changes its physical position , then the IP address associated to that changes acco
Hi Friends
Whenever we register a user in our registration form we need to check for existence of current email/user name or any unique identification property. You certainly don't want two users to be registered with same email Ids. A
