| |
 | 5. Basic SQL commands Author: ADatStac Length: 5 minutes, 32 seconds Rating:  |
Description: Short tutorial on how to insert, update and delete records from a mySQL table using SQL.
Description: Short tutorial on how to insert, update and delete records from a mySQL table using SQL. |
| |
| |
 | Crystal Reports Tutorial Creating SQL Commands Business Objects Training Lesson 17.2 Author: teachucompinc Length: 7 minutes, 15 seconds Rating:  |
Description: Learn how to create a SQL command in Crystal Reports by Business Objects at www.teachUcomp.com. Get the complete tutorial FREE at www.teachucomp.com - the most comprehensive Crystal Reports tutorial available. Visit us today!
Description: Learn how to create a SQL command in Crystal Reports by Business Objects at www.teachUcomp.com. Get the complete tutorial FREE at www.teachucomp.com - the most comprehensive Crystal Reports tutorial available. Visit us today! |
| |
| |
 | Database Hacking: Direct Database Access SQL Injection Attack Author: ImpervaChannel Length: 2 minutes, 50 seconds Rating: 3.75   |
Description: SQL injection is usually a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user-provided parameters...More Description: SQL injection is usually a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user-provided parameters, and can therefore embed SQL commands inside these parameters. The result is that the attacker can execute arbitrary SQL queries and/or commands on the backend database server through the Web ... |
| |
| |
 | SQL Server 2008 Integration Services (SSIS) Basics Author: baghul Length: 8 minutes, 35 seconds Rating: 4.6666665   |
Description: learningsqlserver2008.com We use SQL Server Integration Services (SSIS) to import data from an access database. Using enterprise edition of microsoft sql server 2008 and microsoft access 2000 database. We also connect to SSIS using the sql server management studio (ssms).
Description: learningsqlserver2008.com We use SQL Server Integration Services (SSIS) to import data from an access database. Using enterprise edition of microsoft sql server 2008 and microsoft access 2000 database. We also connect to SSIS using the sql server management studio (ssms). |
| |
| |
 | AIR SQLite Manager API Author: eladnyc Length: 8 minutes, 18 seconds Rating:  |
Description: AIR SQLite Manager API updated and allow using multiple tables and transactions. The reason you even need this API is that working with an application that has many SQL commands and multiple tables can become challenging; * These commands may be initialized from different classes and we may want to ...More Description: AIR SQLite Manager API updated and allow using multiple tables and transactions. The reason you even need this API is that working with an application that has many SQL commands and multiple tables can become challenging; * These commands may be initialized from different classes and we may want to keep the database * connection open and avoid duplicating code. SQLiteManager does just that and allows you to set the database settings and than access the manager from anywhere in your application ... |
| |
| |
 | Database Management Tool - SQL Server Profiler Author: baghul Length: 9 minutes, 35 seconds Rating:  |
Description: www.learningsqlserver2008.com In this video we show you how to configure and use Profiler with SQL Server 2008
Description: www.learningsqlserver2008.com In this video we show you how to configure and use Profiler with SQL Server 2008 |
| |
| |
 | SQL injection Author: TheVistaGuru Length: 3 minutes, 3 seconds Rating: 4.857143   |
Description: just a simple SQL injection HQ www.youtube.com commands inurl:adminlogin.asp 1'or'1'='1 ' or 1=1 -- what i mean in the video is the site is vulnerable for sql injection as u hear i cant say that word
Description: just a simple SQL injection HQ www.youtube.com commands inurl:adminlogin.asp 1'or'1'='1 ' or 1=1 -- what i mean in the video is the site is vulnerable for sql injection as u hear i cant say that word |
| |
| |
 | SQLite Tutorial Author: Jaynonymous1 Length: 4 minutes, 19 seconds Rating: 5.0  |
Description: This video shows a user how to take SQLite for a first spin using the command-line tool. It shows how to get in, get out, and use some basic SQL commands with SQLite. For more information on SQLite, see www.squidoo.com www.squidoo.com www.squidoo.com www.squidoo.com ... "SQLite Tutorial" "Tutorial S...More Description: This video shows a user how to take SQLite for a first spin using the command-line tool. It shows how to get in, get out, and use some basic SQL commands with SQLite. For more information on SQLite, see www.squidoo.com www.squidoo.com www.squidoo.com www.squidoo.com ... "SQLite Tutorial" "Tutorial SQL" |
| |
| |
 | Testing SQL injection with SQLMap (made by pauldotcom) Author: ChRiStIaAn008 Length: 9 minutes, 26 seconds Rating: 5.0  |
Description: Found it on vimeo: vimeo.com Made by John Strand from pauldotcom.com Sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection vulnerabilities in web applications. Once it detects one or more SQL injections on the target host, the u...More Description: Found it on vimeo: vimeo.com Made by John Strand from pauldotcom.com Sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection vulnerabilities in web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes ... |
| |
| |
 | How to put data from MySQL table into VBNET VB6 VB.NET Visual Basic Tutorial Author: nathan76296 Length: 9 minutes, 21 seconds Rating: 5.0  |
Description: Full Module Code: Imports MySql.Data.MySqlClient Module SQL 'Setup a new MySQLConnection Public Connection As New MySqlConnection 'Dim Command so we can execute sql commands Dim Command As MySqlCommand Public Sub ConnecttoDB() Try 'we are setting the username, password, ect Connection = New MySqlCon...More Description: Full Module Code: Imports MySql.Data.MySqlClient Module SQL 'Setup a new MySQLConnection Public Connection As New MySqlConnection 'Dim Command so we can execute sql commands Dim Command As MySqlCommand Public Sub ConnecttoDB() Try 'we are setting the username, password, ect Connection = New MySqlConnection(String.Format( id={1}; password={2}; port=3306; database={3}; pooling=false", Login.txtServer.Text, Login.txtUser.Text, Login.txtPass.Text, Login.txtDB.Text)) 'okay ... |
| |