Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Inserting data from one table to another

Inserting Data from one database table to different Database table. we can insert or copy data from one database table to another table of different database in SQL Server 2008 using following query keeping one thing in mind that the datatype of co

5 Things You Should Never Do In Email Marketing

Despite rumors of its decline recently, email has been an incredibly effective marketing strategy. In fact, email marketing has a pretty impressive return-on-investment (ROI) if done properly.   A recent study by the Direct Marketing Associati

tracking system

hello, how do i find location on map by entering user id number in a text box on a web page and pull information from mysql database with corresponding coordinates in the table and is instantly displayed on a map on that page.

How to update a field in the database in cakephp 2.x

To update a a field in the database in cakephp we uses an array, the task is done as, $this->request->id = $id; $data=array(); $data['User']['id'] = $this->request->id; $data['User']['fname'] = $filename; $this->User-&g

How to Install CodeIgniter in ubuntu

CodeIgniter can be installed in four easy steps on your ubuntu system: 1- Download CodeIgniter package and Unzip. Download link http://www.codeigniter.com/download 2-Upload the CodeIgniter folders and files to your server. Normally the index.php fi

How to protect rails application sql injection

There are times when SQL injection is the most shocking attacks on the internet. SQL injection means a condition where user is molding a SQL query in a unexpected form.If the queries are not handled properly it can lead to results like leaking of dat

How to fetch data from database in PHP

For fetching data from database  in php, first we have to create a connection from database by using following code.   <?php $servername = "localhost"; $username = "root"; $password = "pass"; $database = "demo"; //this will contain na

Mirroring in SQL Server

Data mirroring refers to the real-time operation of copying data, as an exact copy, from one location to a local or remote storage medium. In computing, a mirror is an exact copy of a dataset. Most commonly, data mirroring is used when multiple exact

Paginations in Odoo9

Paginations is the most important for odoo framework and its help to produce the inventory value of database and By default a search will return the ids of all records matching the condition, which may be a huge number. offset and limi

How Metadata can be Managed?

Metadata Management:- There are a few guidelines of creating meta data. We must see that tags that we create should be inside the if it is a webpage. Also we need to provide meta data in pairs of name and values. Meta data is of two types, one whic

1 30 161
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: