
Search In
In SQL while storing or retrieving passwords we need to ensure that it should be in encrypted format.
So for doing that we first need to store it in encrypted form
CREATE PROC [dbo].[uspRegisterUser]
@FirstName VARCHAR(50),
@LastNam
If you want to set the expected payment data in Odoo follow the following code :
if vals.get('expected_pay_date') and self.invoice_id:
msg = _('New expected payment date: ') + vals['expected_pay_date'] + '.\n' + vals.get('internal_note'
Nzt0IHBsYXlpbmcgdGhhdCBoYXJkLCYjODIyMTsgV29vZHMgc2FpZC4gJiM4MjIwO0kganVzdCBk [url=http://michaelkorsstore.onlineoutlet.us.com/]Michael Kors[/url] But justhow disposable is disposable content? SnapChat has already come under fire after it was revealed
Some time developer wants to change the timezone in codeigniter application. There is may way to change the timezone in codeigniter. Here I am explaining you the best way to change the timezone in codeigniter, which is-
First open the index.php, whi
While working in SQL, you always write queries and stored procedures and these things needs to done in a better and go through the conventions manner so that the understandability of your script will be more.
Rules while writing queries in S
While performing joins you need specific columns of the joined tables so for doing that you need to mention the name of the column with their table name.
This task gets tedious because you have to write your table name with every column you
While writing the stored procedure you always pass the parameters as the input type and the output type according to your need.
So while using these parameters you may notice that if you miss any parameter value during the stored pro
Hello Dear Readers,
Most of times, when we append the text field of datepicker using jQuery it not work, in other words when we integrate the dynamic datepicker using jQuery append method then datepicker work only with first field.
In this post we
// Have several things that you want to change into something else? Reduce it
const fullNames = [["s", "peter"], ["p", "athena"]]; // -> ["Peter S", "Athena P"]
const scores = [34, 33, 1, 0, 99, 123]; // 48.33
// with full names (from above) ->
In SQL, FORMAT() function is used to format a column value means how a field will to be displayed.
FORMAT() Syntax
SELECT FORMAT(column_name,format) FROM table_name;
In the above syntax parameters are as below:
Parameter Description
column_
