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:139   Hits:1986 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.

 • SQL Apostrophes Bug Fix    Votes:151   Hits:1855 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:144   Hits:1457 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:148   Hits:2015 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.

 • Generate SQL Statements using easy interface    Votes:132   Hits:1884 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:137   Hits:2332 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:142   Hits:2941 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:146   Hits:2448 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:137   Hits:1662 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:146   Hits:1740 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.

 • Writing a Stored Procedure Part II    Votes:146   Hits:1565 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:144   Hits:1592 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:142   Hits:1438 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

 • SQL Delete Statement    Votes:45   Hits:352 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The DELETE statement creates a query that removes records from one or more tables

 • Drop Statement    Votes:51   Hits:320 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The DROP statement can be used to delete an existing index from a table...

 • Select First    Votes:41   Hits:302 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The FIRST function is used to return the value of the first record in the designated field Therefore, this function returns a single value.

 • Group by    Votes:34   Hits:278 Rate this site
      write a review | read reviews | report errors |    devguru.com More asp articles
The optional GROUP BY clause combines into a single record all records that have identical values in a particular field or combination of fields.

 • Select ...where....LIKE    Votes:106   Hits:1086 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:106   Hits:1667 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:107   Hits:1194 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.

            
     
 








Recent Forum Threads
• Losing background/text color when converting HTML to PDF
• hidden div block when displayed, displays at an offset of 200px only in IE 6..
• help - sketch
• Re: Perl Script - File Handling.
• Open a file from website
• Re: to open 5 terminals from one and also execute different commands on each terminal
• read a selected multiple line, those should match some of the values read in the files..
• Help me please
• Empty the contents of a file.


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-2008