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

Search In

JDBC/ODBC alternative in Java 8

The JDBC/ODBC driver is the type 1 driver it is also known as JDBC-ODBC bridge. It is ODBC driver to connect the database that convert the JDBC calls to ODBC function calls. Type 1 driver is fully platform dependent and use the native libraries of op

How to export data in PDF file from database

Data fetch from database according to the user's entry in the database table in the pdf format, benefit of using this format for saving our data in compact and secure form, this will help to user to store the data in the file. Here is simple line

Why Laravel is Ruling as PHP Web Development Frameworks?

In this competitive world, PHP is ruling the web development like a boss. PHP is a well-known technology used for the website and web application development. Its the most used technology among various available technologies due to its great features

Creating a table in android SQLITE

There are situation when we need to maintain(store) data at our application level, this is mainly done when we try to execute functionalists at offline mode. So for these kind scenarios android sdk has provide us class known as SQLiteOpenHelper with

How to Add Items in Spinner By using SQLite DataBase

In the below example code I have created and example, to add item in Spinner By using SQLite Database. here In activity_main.xml layout I have added EditText, Button and Spinner. Now See programming area, here I have Created a DataBaseHelper Class fo

Mapping NULL values onto other values

In database, sometimes we have to insert the record with some NULL values. But at the time of displaying the data to the user, it doesn't make sense to display NULL values. In order to make the data more readable, we have to display values such as un

Types of Performance Testing

What is Performance Testing? It is in general testing performed to determine how system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other

How to add the custom field in default joomla 3.x registration form

I am posting the steps below to add the custom field in default joomla 3.x registration form: 1.Navigate to joomla_root/components/com_users/models/forms/registration.xml and add a field there. 2.Then open up joomla_root/components/com_users/models/r

How to limit data in selections from MySQL

In PHP if we are working on database and it is required to limit the data we want from the select query we can do it by appending a clause in the query. This can be helpful in pagination etc in our page. Lets take an example in which we are required

Accessing data in Odoo-9

With the help of accessing data fetch the records from the database instead of having a static list and after that we can search() returns a set of records matching the filter.for example you can see below code and use in .controller.py file in

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