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

Search In

How to Summarise Leave Time Proportionally and Correctly in MySql

In mysql database i created "leave" table:   CREATE TABLE `leave` ( `ID_LEAVE` int(11) NOT NULL, `ID_WORKER` int(11) NOT NULL, `BEGIN_DATE` datetime DEFAULT NULL, `END_DATE` datetime DEFAULT NULL ) INSERT INTO `leave` (`ID_LEAVE`

LINQ in MVC

While writing codes in MVC we use different way to interact with the database.   Then we can use LINQ for doing it in the database it will make our code easy to read and make the manipulation easy and faster.   First we will create a Da

How to save and fetch data in local device in android .

Here I have created save data item and fetch data Item from local server. In below code first I have created DatabaseSave class and craeted database like Caller name ,CallerDetails,CallNumber etc. After defining database class I have created table an

Cakephp Not Getting All Fields From Database

If you are unable to get newly added database column in cakephp, then use the below code. Go to app / Config.php then set Configure::write('debug',0); to Configure::write('debug',2); Refresh you window and again set

How to get Cakephp All Fields From Database on live server / localhost

If Cakephp not getting newly added columns from database on live server / localhost to solve this issue use below steps: Go to app / config.php the edit file and set Configure::write('debug',0); to Configure::write('debug

Displaying image in google map

While showing the locations based on the latitude and longitude you need to display the images associated with that object you are displaying the locaton for.         This is the database where we have stored the image info

LINQ Update in MVC

In writing the code in MVC we can use the LINQ Language Integrated Query then we use this query for interacting with the database that will make the manipulations easier and time efficient  in terms of execution and in terms of programming . &n

  • 118
How to use Core Data in iOS Part 1?

Core Data framework is used to store data in the form of entities and maintained by Apple in a very well defined manner. Here is an example usage of Core Data to insert,delete,update and fetch data from entities with in the same. To use Core Data wit

How to use Core Data in iOS Part 2?

Hi Readers! This blog includes the advance topic of Core Data which is relationship between two entities. If you are not familiar with the concept of Core Data you can view the link to understand the Core Data (Part 1).  Link include the infor

Edge Technology

Enhanced Data rates for Global Evolution (EDGE) introduces new type of modulation technique to transmit packet over radio.   The use of the new modulation and the new techniques increased the throughput and capacity  of the 3G GSM/GPRS ne

1 144 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: