RoseIndia.net

ASP Tutorial

Programming Resource Home :: MS-Technology :: ASP-Tutorial




ASP Tutorial
Tutorial ASP Database Related Delete records with sql statements Tutorial
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. View Rating



ASP Tutorial
Tutorial ASP Database Related Edit records with sql statements Tutorial
Learn how to edit records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. View Rating



ASP Tutorial
Tutorial ASP Database Related Add records with sql statments Tutorial
Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. View Rating



ASP Tutorial
Tutorial ASP Database Related Access and SQL Server DSN-LESS connections Tutorial
There are a few different ways to connect to an Access database using a DSN-LESS connection. You can use the Access driver, an OLEDB provider connection, a physical path or a virtual path. Here is an example of each as well as a DSN-LESS SQL Server connec View Rating



ASP Tutorial
Tutorial ASP Database Related Populate dropdowns from your database Tutorial
Dropdowns or combo boxes are an excellent way to get input from a user. One of the biggest problems with user input is spelling and formatting. Here is how to use and populate dropdowns from a database. View Rating



ASP Tutorial
Tutorial ASP Database Related Get the ID of the record entered Tutorial
How do I get the Unique ID or Auto ID of the record I just entered? The solution is really quite simple. View Rating



ASP Tutorial
Tutorial ASP Database Related ASP and DBF database file connection Tutorial
Create a connection to DBF files using JetOLEDB provider (DSN-less, ODBC-less connection), basic work with DBF files (select, insert, update), other ISAM formats + FOXPRO option, real sample code, create a new DBF file. View Rating



ASP Tutorial
Tutorial ASP Database Related Executing Transact-SQL DELETE statement Tutorial
In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database. View Rating



ASP Tutorial
Tutorial ASP Database Related Counting Records In A Database Table Tutorial
We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset. View Rating



ASP Tutorial
Tutorial ASP Database Related Executing Transact-SQL INSERT statement Tutorial
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.