
Search In
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
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
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
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
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
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
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
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
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
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