
Search In
SQL Server provides a number of global variables, which are very useful.The values of these variables is maintained by the server. All the global variables represent information specific to the server or a current user session.The names of global var
This the existing table in migration folder.
class CreateArticles < ActiveRecord::Migration
def change
create_table :articles do |t|
t.string :title
t.text :text
t.timestamps null: false
end
end
end
Now I have to ad
A stored procedure is a set of one or more SQL statements that resides on Sql Server.We create stored procedure to perform repetitive tasks
Types of Stored Procedure
System Defined Stored Procedure
These stored procedure are already defined
Hi All,
Here are some basic and required git commands for starting purpose:
1: Set your name:
git config --global user.name "Your name"
2: Set your emails:
git config --global user.email your_email
3: Clone repository:
git clone git_repository
Hi,
I would like to learn informatica PIM.
Can some one provide it and i will pay you
Regards
Sudha
Routing Protocols
Routing is the process of sending data from one end to the other. While doing this you need to select the best or the shortest path for sending data to the node from one point to the other.
There are a lot
I have tried this code:
require_once('php/lib/nusoap.php');
$client = new nusoap_client('http://210.212.23.51/rtpsappeal/service1.asmx?WSDL',true);
$userKey = "Zxo7654IBN";
$applicationId = '040172192101500191';
$result = $client->call(
Php Programmers,
Why does the password_verify keep failing ? I checked the myql tbl column name (passwords) and there is no typo.
The $query is able to get the $result querying the db ($result = true).
The password_verify is in this format