
Search In
While working with the data whether its from external source or it is from the datasource which is local you need to do parsing for it.
The process of serialization of data and deserialization of data is totally based on it.
In Odoo first, we create existing modules and then we inherits the views in modules. Like first, we install the accounting modules in database and then inherits the account modules. Object is the account.invoice in existing modules and if user wants
While manipulating with the date and time data of the SQL columns we have requirements where we want to alter the date or time based on some condition or for checking validation in our application.
For doing such kind of operation in your da
I have searched and an IF statement seems to be the only way
The only thing is,when i put IF statement in - it doesn't seem to DO the INSERT statement at all, so nothing is being inserted, it's as if it's stopping before insert s
I am using Google Map inside the "Fragment" using sqlite database connection through volley library.
I have 4 location, but my map is showing only one marker. I don't know where exactly getting wrong.
Where do I need to change in my code to get all
Hi,
I am using Google Map in my app. I have added treeid, and its lat and lng location. I want to retreive these location and show in google marker using volley library.
But I am able to get only one marker location.Please help me where I am gettin
Please help me with the error When I am restarting my OpenERP server. It is giving me below mentioned error..
Internal Server Error (database) werkzeug: Error on request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-pac
Joomla have many versions. So before installing Joomla your system required to fulfill the following requirements which varies according to the version you are using:
Joomla Version
Software
Databases
Web Servers
3.x
PHP *Recommended:* 5.4 + *M
Penetration Testing common test scenarios:-
Hello Readers..
By this blog i am sharing few important testing scenarios related to the penetration testing. These are common test scenarios. I hope these will help to all in time of penetration testing.
ASP.NET includes several State Management features. One of the feature is ViewState.
ViewState is used to preserve values of page and controls between the round trips or the postbacks.
It stores information of the specific page. When the user submit