Showing page 1 of 2: Total of Entries for SQL : 11
Coding Source - Insert Statement (Prevention of SQL Injection) from carrzkiss (Wayne Barron) Insert Statement (Prevention of SQL Injection)
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/2/2010
Views: (3924)
File available for Download! (Size: 0.67 KB)
Use the code below as a guide line in implementing safe and secure SQL Statements.
Please download the codes from the links provided to add

Coding Source - Request.Form (How to request information from a form) from carrzkiss (Wayne Barron) Request.Form (How to request information from a form)
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/9/2010 12:14:55 PM
Views: (2926)
The Internet is full of places to go, but have you ever wondered how these pages get your information from one place to another?
Well, that

Coding Source - Request.Form (Allow your visitors to play YouTube Video's in your ASP Page) from carrzkiss (Wayne Barron) Request.Form (Allow your visitors to play YouTube Video's in your ASP Page)
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/18/2010 12:52:17 PM
Views: (3480)
This tutorial will show you how to allow your visitors to play YouTube video's within' your page.

Create your Form first, then create

No Image Available ASP Classic Looping Select Statement
from Member: carrzkiss (Wayne Barron)
Date Entered: 7/7/2017 12:57:01 AM
Views: (670)

With this code, we are going to create a Parameter that out Select Statement with use to Query a value.
[code=sql]
<%

No Image Available ASP Classic and SQL Server - Check if Email exist if not insert else show message
from Member: carrzkiss (Wayne Barron)
Date Entered: 5/17/2018 4:10:06 AM
Views: (1411)
This was a question asked on our YouTube.com/DarkEffectsStudio channel by
[quote:Real Life]
how to prevent inserting duplicate email i

No Image Available SQL Server How to get the number of Characters from a string in a column
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/13/2021 3:34:21 AM
Views: (199)
In this lesson, we are going to get the number of characters from a database column.


Open SQL Server Management Studio.
Rig

No Image Available SQL Server Management Studio - Restore database
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/13/2021 3:37:48 AM
Views: (188)
In this lesson, we are going to restore a database from a backup in SQL Server Management Studio.


Open SQL Server Management Stu

No Image Available SQL Server Management Studio - Change Recovery Model to Simple
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/13/2021 3:43:50 AM
Views: (183)
In this lesson, we are going to change the Recovery model from FULL to simple.
This helps if you need to change the model but cannot change

No Image Available SQL Server Management Studio - List all tables in a database
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/13/2021 3:52:06 AM
Views: (194)
In this lesson, we are going to get a list of all the tables in our database and list it to the page.
This will return the following.
N

No Image Available SQL Server Management Studio - How to alter the default value or binding of a table column
from Member: carrzkiss (Wayne Barron)
Date Entered: 2/13/2021 4:00:23 AM
Views: (203)
In this lesson, we are going to update the value and binding of our database column without going into the properties of the table itself.
<

  1. 1