Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to use low-level SQL in openERP/Odoo ?

Low level sql is the cursor for the current database transaction and allows executing SQL directly, either for queries which are difficult to express using the ORM For example you can take idea from below code- self.env.cr.execute("some_sql", param1

How to use SQLite database using Phonegap

In this article, you will learn about the SQLite database in Cordova for mobile application. SQLite is open source database which can be used in phonegap application. It has features as in standard relational database (SQL syntax, prepared statements

OData ( Open Data Protocol )

ODATA OData define as abstract data model and a protocol that let any client access information exposed by any data source. The purpose of Open Data Protocol is to provid

Local Database in Android

In certain cases, it is recommended to store specific data in the database. For this, one has to follow the given steps:- In this example, I am storing song details with user id so that if users login with different names then he can get only his sto

How to export GridView to pdf in .net

Hello all, In asp.net, to show data in tabular form we use GridView Control, in which we can bind our database table directly and at time we need to export the GridView in from of Excel or PDF file format. To export Grid to PDF, we have following b

How to export GridView to pdf in asp.net

Hello all, In asp.net, to show data in tabular form we use GridView Control, in which we can bind our database table directly and at time we need to export the GridView in from of Excel or PDF file format. To export Grid to PDF, we have following b

How Android App Development Companies are Vital to Business Growth

With the world becoming more and more digitalised with each passing day and mobiles being used at an ever-increasing rate to access the internet, every customer wants to connect with your business online through mobile apps. Thus, mobile apps are tra

Using Git Flow on a Drupal Project

Git is very useful in these days to manage your code repository. It is very useful when there are multiple repositories and multiple developers working concurrently. I found below content very useful. It is also assume that you are familiar with git

How to import csv file into mysql database in php

To Import csv file into mysql database using php script follow the below code: For example: I have a .csv file data with this formate:- (1) Indresh Singh, indresh@abc.com, 12345 (2) mukul kant, mukul.kant@abc.com, 12345 To insert this data i

Break up database for a financial year in OpenERP

Create backup for the database first. Restore again in a new database, with whatever name or with new financial year succeeding the name. Now perform the following tasks: delete all the sales order from the sale_order table. delete all

1 26 161
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: