
Search In
I am creating an app in phonegap for daily news, I am storing my news details to amozon s3 server.
So in my app home page i am displaying all news list. User can read news in both offline and online mode.
I stored amozon s3 file link in my database.
Could not connect to a primary node for replica set <Moped::Cluster nodes=[<Moped::Node resolved_address="127.0.0.1:27017">]
If you found above error then first check
sudo service mongodb status
If yes, then
run following command's:
1.
Sometimes we need to find the last inserted record into table. We can do this by using ORDER by and LIMIT.
Syntax:
SELECT *
FROM table_name
ORDER by id DESC
LIMIT 1;
Example: Suppose we have a table named "tickit" and we want to find the last in
Marvelous Process for EDB Recovery into Outlook File
Use EDB to PST Recovery Software to Recover EDB to PST
If you need to recover EDB File to PST file and you have no idea how to recover EDB File? So, in this condition you don&rsqu
Hello Friends,
Initially when we are new in Magento after successful installation in local system, some time we forgot the admin password. With the reason the project setup is local, you can't call forgot password to retrieve your password.
So
I want to create dynamic routes to controller from mysql database.We have the available following table for this.
id name route
--------------------
0 About about
1 Contact contact
2 Blog blog
Now
Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database,
Step-2 create new reports for the selected object.
select Report > Modify Existing Report . Choose the report Request for
Quotation
To get the name ,data type and size of the table we will write the following query
We will use the SQL predefined function for it by writing a SQL query
SELECT columnname as 'Column Name', datatype as 'Data Type',
charactermaximumlength a
Hello,
I am making an online shopping app. I am storing user details in sqlite database( Name and Password). So at the the time of login i want to check weather username and password is correct or not. So in that case how to manage session.Because t
Hello friends, my previous article "MySQLi - An improved and enhanced MySQL extension" provides an introduction about the MySQLi extension and its features. This article demonstrates how to create connection with a MySQL database using MySQ