
Search In
Indexes in MongoDB effective execution of query, Otherwise MongoDB must scan all documents inside of the collection to fetch document match the find statement. This scanning process is profoundly inefficient and require the MongoDB to handle a vast v
Hi FindNerders,
I suspect this is possible in WP, but would love to have someone confirm it's doable.
I have 2 fields and 1 button:
1. Zipcode
2. Service Type (e.g. cleaning, office cleaning)
3. Get a quote
When a vi
By default Ghost uses sqlite3. But if you want to configure Ghost with MySQL Database, you can reconfigure the default settings in config.js file.
Open config.js (<path-to-your-project>/config.js), replace the below lines of code:
database:
Small But Very Useful And Frequently Used Commond
Step1: Remove lock file.
sudo rm /var/lib/mongodb/mongod.lock
sudo rm-rf mongodb/mongod.lock
Step2: Repair mongodb.
mongod --repair
Step3: Start mongodb.
sudo mongod -dbpath=mongodb
sudo start


Creating reports in OpenErp using OpenOffice is the easiest way. Just need to follow simple steps:
Download base_report_designer module from the web or https://www.openerp.com/apps.
Add to the addons and install the module.
Open OpenOffice 3 and cr
<-- Chapter 3: SQL Select
Chapter 4
SQL District
SQL District : District is a keyword which is used to fetch unique column values from database table OR we can simply say that ignores the column duplicate values. Syntax for district keyword is
Optimized Link State Routing Protocol
The Optimized Link State Routing Protocol is a IP protocol that is mainly used to increase the efficiency of ad hoc networks but it can also be used with wireless ad hoc networks.
It is a
Hi Friends,
In my previous blog Rails Command Line Tools. I discussed about some rails command line tools. Today I am going to tell you about rake command in rails. rake is actually a ruby version of unix's make command. It is also used to perfo
Following is a list of best practices for SQL Server
1) Use correct formatting
Following is a sample select query for reference:
SELECT
X.column1,
A functional field is a field whose value is calculated by a function in openerp, hence in openerp functional fields values is calculated by the function and its process of function given below,
Parameters:
fnct,
arg=None,
fnct_inv=None,
fnct_se
