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

Search In

APEX SQL

APEX SQL APEX in SQL is a product from Microsoft that is used for synching of data stored on different servers. We have our main data stored in a main server and replica of those data are stored on different servers. Consider a scenario of S

How to connect to an external database in Joomla?

External Database means database other than Joomla Database. You can connect database other that Joomla by following method: JDatabase->getInstance() For example: $external_db = array(); //prevent problems $external_db['driver'] = 'mysql'; // D

Import Data from CSV file in Mysql Database

Hello friends, I am sharing that how we can save csv file data in mysql database. Csv Data consists of rows and columns with comma separated. for example we have a csv file which contains user first name, last name, age and designation. like this :

ListView is not getting displayed on selecting an item from spinner. What to do?

I am creating two spinners: One for City and the other for Area in that particular city. As per the selection made by the user in the above spinners, a ListView will be displayed which will be different for different combinations of selections made b

How to save Data items in spinner

In the below  code I have created a spinner, when you add your name or text in edit text box and press Add Button your text data will be save on Spinner. Here first I have added a EditText, Button and Spinner with in activity_main.xml layout. In

Using database session handling in Code PHP

PHP is one of the scripting language. In which session handling is one of the key thing mostly using in web application. Suppose you build a website and allow to login everyone in website, You need to track user every step until they log out our sys

Encryption functions in PHP

If you are developing a website then you must have a login sign-up page that stores the users information in the database then it is responsibility of the person to make the database more secure i.e. the password must be secured so that nobody can ha

Import data from another database using CSV in OpenErp

The easiest and possibly the best idea of importing data from another database to a new database is the CSV export. OpenErp gives you this feature in the versions 6.1 and 7.0. Following is the example on how you can export customers to a csv file:

find and save the records by using cakePHP models

make a controller name Pagescontroller.php and paste the following below code <?php class PagesController extends AppController { public $name = 'Pages'; /* Use Customer model */ public $uses = array('Customer'); public functi

How to Implement Room Database in Android using RxJava2?

The Room is basically an easier implementation of SQLite database and a part of Android Architecture components. We know that SQLite uses SQLite open helper class to manage SQLite database but Room provides migration by removing this implementation.

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