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

Search In

OWASP TOP 10 VULNERABILITIES

  Injection-A1 :  The A1 vulnerabilities is a injection attacks. In which sending data was infected Like  SQL command which can bypass the authentication.   Broken Authentication and Session Management-A2 : The A-2  vulne

Convert NSF to PST to Open Lotus Notes NSF Database to Outlook

Road from Lotus Notes to Outlook could get a unwieldy task when finished without fitting thought and control. But Not with IBM NSF to PST Exporter, which is organized to forbear users migrate Notes database to Outlook with hearty relieve and effortle

Cursor in SQL Server

A Cursor allow us to retrieve data from a result set in single means row by row. Cursor are required when we need to update records in a database table one row at a time. Types of Cursors Static Cursors A static cursor populates the result

Using database of session handling in Code PHP

What are Sessions? Before we get into implementing a Sessions solution, it’s important to understand exactly what they are. By default, the Internet is a “stateless” environment. This means that every request you make in a browser is anonymous in the

The Top Five Pros And Cons Of Odoo

Below are the top Five Pros And Cons Of Odoo Pros in Odoo 1- Odoo is based on python languages, and database is postgreSQL. 2- Search Functionality in Odoo- You can easily search across the screen, you can also create advance search as per your r

SQL Database

SQL Create statement is used to create a database . Syntax create database databaseName ; Now if you wanna to add tables in that database then first you have to use that databse using USE DATABASE_NAME and then use create table statement . Now If

Advantages of using testing tools

There are many advantages that can be gained by using tools to support testing. They are: Reduction of repetitive work : Repetitive work is very boring if it is done manually. People tend to make mistakes when doing the same task over and over. Exam

Using multiple database connections in CakePHP model

Hello Readers, Till now we may develop our appication with single database . Is their any ways to integrate our application with multiple databases ? . Yes we have. There are methods to use multiple databases for development and for production wit

Renaming a database in PostgreSQL

For renaming a database in pgAdmin: Go to pgadmin and select 'postgres' database and click on the query tool; run the query: ALTER DATABASE old_dbname RENAME TO new_dbname Example: ALTER DATABASE test_ky RENAME TO kwality(14-15)

How to add a default value in a column through Migration in rails?

As we know that the rails migration is used to interact with the database and create schemas.  Many a time when we are creating migrations, we may forget to add a column in the table. Or sometimes a need may arise when we have to make some cha

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