
Search In
To restore database in PostgreSQL in ubuntu follow these step in terminal
1- sudo su - postgres
2- psql
3- psql -d abc1 < /home/sachin/pqr.sql
abc1 = is dbname from where I am restoring backup
pqr = backup file which will restore data
Hello Readers,
In case you want to start a table view from the bottom of the screen rather than the top of the screen, you may call the following method from the delegate method as follows:
- (void)updateCellInset {
NSInteger numRows=[self tabl
With the help of <marquee> tag we will create a scrolling piece of text or image display either horizontally across or vertically down. Here I have created three text first text moves up to down ,second text should run from right to left
sildenafil price saved me hulking stretch, as it was getting too distressing to ejaculate too early. viagra price came as a miracle anaesthetize to me, as now I can play championing extended and do not possess to annoy to viagra price event, satisfyi
viagra price saved me big measure, as it was getting too uncomfortable to ejaculate too early. sildenafil price came as a miracle hallucinogenic to me, as in I can pit oneself against for extended and do not be dressed to annoy about viagra price eve
viagra 100mg price saved me capital measure, as it was getting too embarrassing to ejaculate too early. cheap price viagra came as a miracle drug to me, as in I can pit oneself against for yearn and do not be dressed to annoy upon lowest price viagra
If you want to set the Alarms in OpenERP(Odoo) follow the below mentioned steps:-
Step-1 Go to Sales Menu and Click it
Step-2 Go to Configuration ->Calendar->Alarms
Step-3 Click on Create Button
Step-4 Go to Name ->Reminder D
The std::queue class is a container adapter that gives the programmer the functionality of a queue.
It is a FIFO (first-in, first-out) data structure.
In queue elements are inserted at the back and can only be accessed from the front and the back.
A
Errors are the unwanted conditions which interrupts the normal flow of the program.
Errors can be categorized in two :
Syntax Error : If there is any symbol missing or mistake in the statements of the program those are syntax errors.
Logical Error
To compare two dates we can use the following code :
NSComparisonResult result = [mydate1 compare:mydate2];
//where mydate1 and mydate2 are two dates we want to compare.
if (result == NSOrderedDescending) {
//mydate1 is later than mydate2
} else
