
Search In
VTABLE- C++ uses a special form of a runtime method binding to implement virtual functions which is called virtual table. Virtual table is a table of functions used to accomplish function calls in a dynamic binding manner. Virtual binding
While showing the locations based on the latitude and longitude you need to display the images associated with that object you are displaying the locaton for.
This is the database where we have stored the image info
Sometimes we required to remove duplicate records from a table although table has a UniqueID Column with identity.
Ex: CREATE TABLE dbo.Employee
(
EmpID int IDENTITY(1,1) NOT NULL,
Name varchar(55) NULL,
Salary decimal(10, 2
Procurement Exceptions means A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention.
To Create Procurement Exceptions
If you want to remove mutiple classes on click of a button:
HTML:
<div class="container">
<span class="class1 class2 class3"></span>
<button id="clear" type="button"></button>
</div>
JS:
$("#clear").click(func
Command Line Argument
1.Command line argument is a parameter supplied to the program when it is invoked.
2.Command line argument is an important concept in C programming.
3.It is mostly used when you need to control your program from outside.
Use of array_fill() function in php.
The array_fill() function is basically used for filling an array with values.
Syntax of array_fill() function: array_fill(index,number,value)
According to above syntax, there are three main Parameter of arra
Anonymous functions, is a function that allows the creation of a function without any specific name. We can use it as follows:
1-Assign it to a variable, then call it later using the variable's name.
2-We can store an array of different anonymous
The SELECT TOP clause is used to return specific number of records with thousands of records. It is used to select top N number of records from a table. We can use number or percent to select record.
TOP clause is not supported by all the databases.
Openerp contain different types of fields and these Fields are divided into three different categories, they are simple fields, relation fields and functional fields.
So lets discuss this one by one-
1. Simple Fields- The simple types are integers, f
