codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:

Home > ASP > ASP Databases  > SQL
Sort by :


1-20 of 48 ASP Databases > SQL sites are shown.

 • How to Access SQL Server Within Active Server Page    Votes:154   Hits:2548 Rate this site
      write a review | read reviews | report errors |    microsoft.com More asp articles
This article describes how to establish connections to SQL Server within an ASP script using ActiveX Data Objects (ADO), while taking advantage of the connection pooling feature of ODBC 3.0.

 • Generate SQL Statements using easy interface    Votes:147   Hits:2307 Rate this site
      write a review | read reviews | report errors |    www.planet-source-code.com More asp articles
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.

 • How do I use stored procedures to loop through rec    Votes:152   Hits:2864 Rate this site
      write a review | read reviews | report errors |    tconsult.com More asp articles
You might think looping through a table with Stored Procedures is a simple task. Its probably more involved than you imagined. In order to loop through a table with a stored procedure you have to create a temporary table, add 1 record to it at a time for processing, and then delete the record.

 • Return Values how-to Execute a Stored Procedures    Votes:162   Hits:3427 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
This demo It's called ReturnValue.asp and shows you how to execute a stored procedure that has input params, output params, a returned recordset and a return value.

 • Passing Multiple Parameters to a Stored Procedure    Votes:166   Hits:2902 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
This demo shows how to do three things. First thing, “Format an EXEC statement string on an ASP Page with multiple parameters. Secondly, “Pass the string to a Store Procedure through ADO w/o using the Command object”. Third, “Returns the record set and writes the results to an ASP page”. We found using the Command object to be confusing. This demo shows how to do it without all of the code.

 • Writing a Stored Procedure    Votes:152   Hits:2195 Rate this site
      write a review | read reviews | report errors |    javafile.com More asp articles
This article is designed to tell you how to begin writing stored procedures. I am using Microsoft SQL Server 7.0, but these examples should work in any SQL version.

 • Various methods to calling stored procedures with    Votes:161   Hits:2265 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
This is the format for a stored proc where you want to pass parameters. This is a basic reference article the different ways you can create a stored Procedure, then pass it parameters to it.

 • SQL Apostrophes Bug Fix    Votes:166   Hits:2320 Rate this site
      write a review | read reviews | report errors |    loudasp.com More asp articles
SQL has a problem when dealing with ASP. If you try in an SQL statment to pass it a variable that contains an apostrophe you will get an error, normally a syntax error. Here is how you can fix this.

 • Introduction to SQL Queries Part 2    Votes:159   Hits:1907 Rate this site
      write a review | read reviews | report errors |    mcpcentral.com More asp articles
this article you will learn how to use the SELECT statement to produce more complex queries that involve multiple tables. We will use both the JOIN command and restrictions in the WHERE Clause to produce the desired output

 • Building a SQL Search Query--Easily    Votes:166   Hits:2456 Rate this site
      write a review | read reviews | report errors |    www.planet-source-code.com More asp articles
This article explains an alternative to the boring string parse/loop method of building a search query for your website.

 • Writing a Stored Procedure Part II    Votes:166   Hits:2120 Rate this site
      write a review | read reviews | report errors |    javafile.com More asp articles
This article is a continuation of my previous article, Writing a Stored Procedure. Topics include how to execute non-SELECT SQL statements, and how to use the ADO Command Object to execute stored procedures from ASP

 • Count Function in SQL    Votes:161   Hits:2096 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The COUNT function is one of the aggregate functions that are used to calculate statistical information for a specified numeric field in a query.

 • Create Index    Votes:157   Hits:1860 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The CREATE INDEX statement is used to index one or more fields in an existing table

 • Select ...where....LIKE    Votes:121   Hits:1539 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The LIKE operator allows you to compare values in a field to a string (or pattern) and see if there is a match.

 • SQL HAVING    Votes:121   Hits:2077 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The HAVING clause is optional and qualifies a GROUP BY clause. It is similar to the WHERE clause, but HAVING establishes restrictions that determine which records are displayed after they have been grouped.

 • SQL Like    Votes:127   Hits:1604 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The LIKE operator allows you to compare values in a field to a string (or pattern) and see if there is a match.

 • Left Join    Votes:117   Hits:1582 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The LEFT JOIN and the similar RIGHT JOIN operations can be used in any FROM clause to combine records from two tables.

 • Inner Join    Votes:123   Hits:1692 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The INNER JOIN operation can be used in any FROM clause to combine records from two tables. It is, in fact, the most common type of join.

 • Insert Into    Votes:21   Hits:643 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
To add a specific record to a table, the INSERT INTO statement is followed by the name of the table and the names of the various fields.

 • Select Last    Votes:21   Hits:536 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The LAST function is used to return the value of the last record in the designated field Therefore, this function returns a single value.

            
     
 








Recent Forum Threads
• C++
• Re: refresh parent after closing pop up window
• Dynamic Insertion
• Date and Time function around the world???
• Significant Factors
• Perl array access
• Re: huffman encoding and decoding in C++...
• Perl One Liner: Replace {(
• Re: html including php, accessing the functions


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2009