
Search In
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
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
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
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
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
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
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
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
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
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