Hits Today: 1 Total: 3135 | Updated: 8/6/2002 | |
 | This has got to be the most-often asked question in all ASP forums. The apostrophe is an illegal character in SQL because it is interpreted as a string delimiter... Author: ASPFAQ Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 5814 | Updated: 8/13/2000 | |
 | For every web database project I work on, I pop this code somewhere onto the server. This page allows me to test out SQL queries before I put them into my ASP code. Author: Geno Timlin Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 6574 | Updated: 12/18/2000 | |
 | Make a simple interface to generate SQL Statements which can be copied and pasted into your ASP code. This is not ment to support crazy queries, or advanced SQL, but more to serve as a way to speed up mundane coding. Author: Anthony J. Biondo Jr Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 4066 | Updated: 8/23/2005 | |
 | In SQL queries, strings are enclosed within a pair of single quotes. Consider the following SQL query used in an ASP program... Author: DevGuru Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 1475 | Updated: 3/3/2002 | |
 | My article is presented as a Q&A session. Most of the questions are the ones that most novices would like to ask. This approach is excellent for readers who aren't familiar with the technology. Author: Kiran Pai |
Hits Today: 1 Total: 5100 | Updated: 2/25/2003 | |
 | The apostrophe bug can get annoying here is a very easy way to deal with it. It only involves on extra line and will save you a lot of headaches. This article is written to be understood by even the novice web programmer. Author: LoudASP Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 1757 | Updated: 1/25/2000 | |
 | The simple stored procedute enables directly write (append) character variable to the text file from T-SQL. Author: Antonin Foller Code: ASP 2.0 & VBScript | |  | |
Hits Today: 2 Total: 7495 | Updated: 4/30/2001 | |
 | This is a simple code like the ones used in portals or search engines. I Hope you will learn something from this. Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 6434 | Updated: 3/27/2000 | |
 | When creating a data-driven Web site, often you need to test your SQL queries before placing them in your production web site. This article shows you how to create a simple web page to use to test SQL queries.
Author: Geno Timlin Code: ASP 2.0 & VBScript |
|