
Create a Table with SQL Syntax
Need to create a table to put data in? It’s very easy to put together SQL Syntax to build the table to store your newsletter […]
Need to create a table to put data in? It’s very easy to put together SQL Syntax to build the table to store your newsletter […]
Len is a commonly used ASP function that allows you to determine the number of characters in a string. In other languages, a similar function […]
Replace is a commonly used ASP function that allows you to replace one character or characters in a string with another character or characters. It […]
Right is a commonly used ASP function that allows you to copy characters from the right side of a string. It takes in two parameters. […]
You understand the basics of using ASP, including loops and requests. Now you want to use this knowledge to select information out of a database. […]
Need to parse a string into its component parts using ASP Classic? Maybe you need to extract part of a string or rearrange it. Here […]
This ASCII chart lets you know what ASCII number is associated with each standard character on your keyboard. Incredibly helpful for ASP and HTML programming! […]
An important step when using character data in SQL and ASP is making sure that any apostrophes (‘) in the data doesn’t interfere with your […]
If you are developing a website, a SQL database can add incredible new functionality to every aspect of what you do. You can provide product […]
The more you get into ASP and HTML, the more you learn about making special characters on the web and working with unusual letters. Here’s […]
Copyright © 2025 | WordPress Theme by MH Themes