
Search In
Passing primary key values in the parent table to foreign key values in child table with parent insert and child insert being in separate stored procedures.
Parent is Lease table, the child is Rent table. I am getting null values for le
Hello Friends,
In this blog we will learn about VectorDrawables and change icon color on Runtime.
From Android Studio 1.4 Google release new feature to support Design library.
VectorDrawable has introduced in API 21(has support for lower version al
HTML Code
<div class="page-container">
<!-- =Header Frame start= -->
<div class="header-frame">
<label>Header Frame</label>
In Javascript , setFullYear ( ) method set the full year for a for a given date based on local time . It return a new timestamp .
Syntax ->
setFullYear( yearValue , monthValue , dayValue ) <br>
Parameter ->
yearValue -> It specify t
Priority queue is container adapter, designed in such a way that the first element is the greatest elements among it contains.
In priority queue elements are popped from the back which act as top in the priority queues.
In the below program we are g
Hello all,
Welcome to FindNerd, today we are going to discuss the difference between echo and print statement in PHP ?
echo and print both are used to printing a statement.
So here are few important point given below to differentiate between echo
Here, I have created a small database for a book store application. In which two tables are required:-
book:- Stores a unique book ID, the title, content, and a deleted flag.
audit_book:- Stores a set of historical changes with a record ID, the book


Hello friends, while importing excel file in MySQL using PHP I was getting following error:
iconv(): Detected an incomplete multibyte character in an input string
Before proceeding further to solve the error let's first understand what
Hi All,
While working on one of my project we had a requirement where we need to run our web application as a desktop application and to do that we found a solution called Electron which can w=be used as an installer and it run on various plate
