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

Search In

Stored Procedures and Functions in MySQL - Part 2

How to manage stored routines? In the second part of the series we will see basic commands used to manage the Stored Routines As these are also Database objects so the basic DDL commands hold true here also Create Alter Drop CREATE The syntax

How to Call Stored Procedure using Entity Manager in JPA

Call stored procedure in JPA : Here I am going to tell you that how you can call the stored procedure using JPA entity manager. Following is the example to call stored procedure using entity manger. Suppose we have a stored procedure called 'get_log

What is Zapier ? how to use it ?

Zapier:- Zapier is a tool or we can say a platform to connect different web apps(Like- faccebook, gmail, google calendar e.t.c). When to use zapier:- Suppose that you are using Google calendar for your day to day activity and you want whenever you

How to create deleteCookie() function in JavaScript

With the help of javascript, I have created deleteCookie() function. In the code given below, I have stored all the values in a single cookie and then used deleteCookie() function for deleting the cookie. When the cookie session expires, previous coo

How to Use XML-RPC of Odoo 8

XML-RPC is very useful in openerp. The XML-RPC protocol communicate to server and clients. XML-RPC is a very simple protocol which allows the client to do remote procedure calls. The called function, its arguments, and the result of the call are tra

how to merge objc and Swift code in same project

To use swift code in Objective-c project -> 1. Go to your objective-c project -> create a new file -> source -> Cocoa Touch Class -> change language to “Swift” -> create. 2. Now a alert will pop-up “Would you like to configure an

How to Create a Pen Drive Bootable?

To create a Pen Drive Bootable just follows the steps given below: Step1- Insert your Pen Drive to the system. Please make sure that you don’t have any important data in your Pen Drive. Step2- Type cmd in search of start menu in system. Step3- Right

How to use Delegation method in openERP/Odoo ?

The delegation method is performed the reference fields automatically set up on the parent model: For example you can take idea from below code- class Child0(models.Model): _name = 'delegation.child0' field_0 = fields.Integer() class

How to apply CSS style in CakePHP ?

To apply a CSS Class to a form generated by the Form Helper in CakePHP see the example below 1. To add a class to a form tag: echo $this->Form->create('User', array('class'=>'form')) 2. To add a class to a input tag: echo $this->For

How to store data in shared Preference and to fetch the stored data

If you want to store and get data in and from Shared preferences, here is the code that can help you:- Step 1:- Create the Preference and store the values in created preferences:- Context context=getApplicationContext(); SharedPreferences shared

1 51 370
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: