Skip to main content

Home/ Software Tutorials for Visual Learners/ Group items tagged programming

Rss Feed Group items tagged

adie afton

Remove XP Internet Security 2011 to Save Your PC Performance and Security - 0 views

  •  
    XP Internet Security 2011 is similar to other rogue anti-spyware programs. It only attacks on computers that use XP operating system. It is not only dangerous for system performance but also for system security. This fake anti-virus program gets into user's computer without any privileges and performs several malicious actions to harm system security and performance.
adie afton

What is a bug? Why do bugs occur? - 0 views

  •  
    A software bug may be defined as a coding error that causes an unexpected defect, fault, flaw, or imperfection in a computer program. In other words, if a program does not perform as intended, it is most likely a bug
adie afton

Stored Procedures in MySQL 5.0 - 0 views

  •  
    MySQL 5.0 introduced Stored Procedures which allow us to automate or program our way out of many tasks on directly on the server rather than having to write external scripts to do complex manipulation of data.
adie afton

MySQL 5.0 New Features: Triggers - 0 views

  •  
    Whenever I want to show actual code, such as something that comes directly from the screen of my mysql client program, I switch to a Courier font, which looks different from the regular text font.
adie afton

A Sample Software Testing Problem - 0 views

  •  
    A small program displays a window with the current system time and date, which can be changed by typing new values into the edit fields as shown in Figure A. The program is terminated by the Alt-F4 keystroke sequence, and the Tab key moves between fields.
adie afton

Stored Procedures in MySQL 5.0 - 0 views

  •  
    MySQL 5.0 introduced Stored Procedures which allow us to automate or program our way out of many tasks on directly on the server rather than having to write external scripts to do complex manipulation of data.
adie afton

MySQL 5.0 New Features: Triggers - 0 views

  •  
    Whenever I want to show actual code, such as something that comes directly from the screen of my mysql client program, I switch to a Courier font, which looks different from the regular text font.
adie afton

MySQL 5.0 New Features: Data Dictionary - 0 views

  •  
    Whenever I want to show actual code, such as something that comes directly from the screen of my mysql client program, I switch to a Courier font, which looks different from the regular text font.
adie afton

What is IDEAL model used for in software testing? - 0 views

  •  
    IDEAL is testing stands for Initiating , Diagnosing , Establishing , Acting , Learning .It is basically a process improvement method . Here as the Acronym for IDEAL suggests it initiate an idea for process improvement then go for analyzing and then planning for the deployment . It is deployed to the process and then the feedback we get is used as the lesson . It used in agile testing mostly. Agile technology or incremental model is the ideal model of software testing. We need to follow plan, kick off, testing, reporting bugs. In this model all the requirements are divided into small small development program and done. If we test them. We can detect bugs early
adie afton

Generalization of module testing criteria - 0 views

  •  
    Module testing criteria can often be generalized in several possible ways to support integration testing. As discussed in the previous subsection, the most obvious generalization is to satisfy the module testing criterion in an integration context, in effect using the entire program as a test driver environment for each module.
adie afton

SQL Perl/PL Overview - 0 views

  •  
    The following examples make use of PostgreSQL's implementation of PL/Perl, but the examples should be relevant and similar to other procedural language extensions in most databases that support such additions.
adie afton

What's New in SQL Server 2005-Enhancements for Data Base Administrators. - 0 views

  •  
    The SQL Server Management Studio is a one point access to a number of services - the relational database, the Integration services, Analysis services, Reporting services, Notification Services and SQL Mobile.
adie afton

MySQL Tip: How To Check, Repair & Optimize All Tables in All Databases - 0 views

  •  
    mysqlcheck uses the SQL statements CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user.
adie afton

How to start/stop MySQL server on Linux - 0 views

  •  
    This will kill the mysqld process. However the best way to stop (because it stops properly) is obviously
adie afton

How To Export MS Access Database To MySQL Database - 0 views

  •  
    Here are few tips (with undocumented features) to help you export huge MS Access database (production database with real data) to MySQL
adie afton

MySQL SQL Delete Notes - 0 views

  •  
    To delete duplicates from a MySQL database table I normally copy the duplicate data first to a temporary table and then use the copied id's to delete from the original table.
adie afton

To make SQL Queries Case Sensitive - 0 views

  •  
    To make SQL Queries Case Sensitive using Collation.You can make SQL Queries Case sensitive at the column level or Table level or DataBase level.
adie afton

Getting all stored procedures from a database - 0 views

  •  
    Here how you can get all the stored procedure from a database. Hey not only the name but the stored procedures definitions also.
adie afton

Difference between TOP clause in SQL 2000 and SQL 2005 - 0 views

  •  
    Generally TOP clause is used to perform SELECT on top n results. This feature of TOP is extended in SQL 2005 so that we can also use expression apart from int, bigint and percent to perform query and also extended to be used in UPDATE and DELETE statements.
adie afton

SQL Keys - 0 views

  •  
    In SQL, keys are used to maintain referential integrity among relations. Put simply, this means keys allow tables to reference each other, and each reference will be "correct" every time.
1 - 20 of 42 Next › Last »
Showing 20 items per page