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

Search In

Difference between get() and load() methods in Hibernate

What is the difference between get() and load(): The most important question for the interview's perspectives that what is the difference between get and load methods in Hibernate? Developers use both the functions when coding but most of them use th

How to create table using PDO in PHP?

PDO is PHP Data Objects which is used to connect to any database. Benefit of using PDO is that if there is any problem in our query it has an exception class to handle it. If any exception thrown to the try block, the script stops and directly flows

SQL Injection

A SQL Injection attack is an threat or data attack mechanism used by hackers to steal sensitive information from database. SQL Injection arises since the fields available for user input allow SQL statements to pass through and query the database dir

How to delete table/database in MySQL?

We can drop table or database by using DROP keyword. Syntax: The DROP TABLE statement is used to delete a table. DROP TABLE table_name; The DROP DATABASE statement is used to delete a database. DROP DATABASE database_name; Example: Suppose yo

Methods to recover or reset admin password in Joomla 2.5 and higher versions.

In joomla you can change the password from back-end normally. For this you need to login to your back-end and go to Users -> User Manager. A list of users appear. Click the name of the admin and an edit form will appear. Now from here you can chan

Import CSV file data to database using PHP

CSV ( Comma-Separated Values ) is a simple file format which is used to store data in tabular format like spreadsheets, database. Here, in this blog we will import the CSV file data into MYSQL database using PHP. Let us consider we have the followin

Privileges in MYSQl

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain about the Administrative Privileges in MYSQL. What is Privileges Several types of privileges can be granted to an account. Privileges should be granted acc

ASP.NET : How to get connection string from Web.config?

 How to get connection string from Web.config? The information required for the communication between application and a particular database is provided by connection string. The connectionString is defined within connectionStrings element in th

SEO Spider

What is SEO Spider SEO Spider is a software that track links throughout the Websites, acquire content from sites and add it to search engine databases for indexing hence, it is also known as site indexing by search engine. Spider follows and crawl

How to save data in SQLite in Unity3d

To start up with CURD(Create,Update,Read,Delete) operations in unity3D using SQLite. You need to follow few steps: Steps for installing and use sqlite browser: 1.You need to have an SQLite Browser installed in your system: Which you can get from t

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