
Search In
Repository in MVC project is used to store and perform the crud database operations.
It is folder in which there is class file that contains definitions of functions performing the operations
So we are explaining the function insert
SQL Injection:
If we are trying to save data into the database from webpage inputs than we have forget wide open security issue is known as SQL injection. Now the Question is how to prevent it and help to secure your script and MYSQL statement.
Preve
Sometimes we need to identify the clients timezone to make some calculation on time. For example - we want to save current time based on user's timezone into database, so in this case we need to get the user's current timezone.
To do this download t
ASP.Net Web API.
Default templates for new project is enhanced.
Templates for Mobile Projects.
New Display Modes feature.
JQuery Mobile, the View Switcher, and Browser Overriding.
Task support for asynchronous controllers.
Azure SDK.
Database migra
This tutorial will guide you to add OpenERP Report Designer in menu for Creating Report in openoffice.
Follow these step to add menu in openERP
1 - install base_report_designer module in database
2 - Download openoffice and open
3 - configure the
If module is not upgrade in OpenERP, later on error will came while you upgrading any module.
Or in other words we can say that, while upgrading module in OpenERP we faces error and every-time false to upgrade module, so to solve this issue follow th
Hello Readers,
When we log in to the Joomla administrator site and we find out the error like:-
unable to log in to the Joomla administrator site.
JAuthentication::__construct: Could not load authentication libraries.
Username and password do not
Sometime we face issues in reindexing like "Some problem with reindexing process" error, there are many reasons for it -
1) maximum execution of script
2) number of products in database and store view
3) locked files of previous process
To get
Model reference is used with main super-class for regular database-persisted OpenERP models.
OpenERP models are created by inheriting from this class. For example you can see below code.
class user(Model):
...
openerp.oepetstore = function(insta
Hello Friends,
If you are working on symfony2 and looking to implement insert query please review the below example and make the changes according:
Open your model/repository file
$sql = "insert into tbl_paymentmethod set pm_m_id =:pm_m_id, pm_ve