
Search In
How to insert value in an auto incremented column in SQL
Sometimes we have situation to insert value in an auto incremented column. Let's discuss this with a simple example.
Example
1) Here is my table structure.
CREATE TABLE Student(
Id INT
Hello Guys
Ajax known as Asynchronous JavaScript and XML. Ajax based web applications used to send data and retrieve from a server in the background without refreshing complete web page. When we send http request to server from client side using aj
Given are the following three functions on integers:
f(x) = x2 g(x) = x + 1 h(x) = x - 1
Implement these functions in C. Next, write a program that accepts on its input an integer n
followed by a series of letters f, g, and h terminated by
Step-1 Go to browser
Step-2 Click on Administrator:
Step-3 Click on about OpenERP
Step-4 Click on activate the developer mode.
You can activate the developer mode in the About Box located under your username in the top right corner of OpenERP
In OpenERP first, create existing module and then inherits the account.invoice object in your own module and also create report file in your own module.
Follow these step given belowas
Step1- First create module like, test then create file in your
To create a Pen Drive Bootable just follows the steps given below:
Step1- Insert your Pen Drive to the system. Please make sure that you don’t have any important data in your Pen Drive.
Step2- Type cmd in search of start menu in system.
Step3- Right
Ref
Out
1. Ref keyword is required to initialize a passing parameter first then passed it to ref.
1. Out keyword doesn't required to initialize a passing parameter before it is passed it to out.
If you want to make a functionality of manually adding items to the list using Angular JS. Then you can use the following code of Angular JS it will work on client side and performs fast.
For the form the HTML will go like this:-
<div ng-contro
Bug Triage
Bug Triage is a traditional technique in which each bug/issue is prioritized on the basis of its severity, recurrence, uncertainty and other critical guideline. It enables testers to assign priority (high, medium, low) to bugs and report t
Test Scenarios
It is a high level document that consist of all the possible combinations or ways of testing the application.
Generally, test scenarios are written to understand the flow of the application.
Why it is high level document?
As it does
