• home
  • forum
  • my
  • kt
  • download
  • this:1/4 25records  total:90    Start  Previous  Next  Last    goto:
    How to connect to MS Access Database Using ASP
    ON: 2007-06-29 18:17:29
    This tutorial documents code for connecting to a MS Access Database using the DSN-Less approach. With DNS-Less approach all you have to do in your code is define the location where your database resides.
    17 times | category:
    Using MS Access Databases
    ON: 2007-06-29 18:08:15
    This tutorial will help you understand: Connecting ASP Pages to MS Access Databases; Persisting Data to MS Access Databases; Protecting Data in SQL Statements.
    27 times | category:
    Introduction to ActiveX Data Object (ADO)
    ON: 2007-06-29 18:04:32
    This tutorial provides you a quick introduction of ActiveX Data Object (ADO), and a simple example of using ADO to work with MS Access database.
    10 times | category:
    An Useful Method : RecordSet.Filter
    ON: 2007-06-29 18:02:42
    Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Filter method is advantage working on recordsets after querying on SQL command.
    4 times | category:
    An Useful Method : RecordSet.Filter
    ON: 2007-06-29 18:00:41
    Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.

    5 times | category:
    Executing Transact-SQL DELETE statement
    ON: 2007-06-29 17:57:33
    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.
    2 times | category:
    Executing Transact-SQL INSERT statement
    ON: 2007-06-29 17:56:09
    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.
    5 times | category:
    Counting Records In A Database Table
    ON: 2007-06-29 17:52:42
    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.
    4 times | category:
    Executing Transact-SQL UPDATE statement
    ON: 2007-06-29 17:50:54
    In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database .
    4 times | category:
    Executing Transact-SQL INSERT statement
    ON: 2007-06-29 17:46:11
    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.
    3 times | category:
    Wielding the Power of the DataView
    ON: 2007-06-29 17:40:55
    When faced with learning a new technology, it's common to try and reproduce the basic functionality you're used to in the old one. In doing that with ADO.NET and trying to reproduce the basics or the recordset object, this article discusses the new and many uses of ADO.NET's DataView object.
    15 times | category:
    Uploading Images to Database Using Persist AspUpload
    ON: 2007-06-29 17:34:34
    You can upload your images to MS-SQL server with this simple script. To upload a picture to sql database, be sure Persist AspUpoad installed in you server.
    7 times | category:
    ASP Speed Tricks
    ON: 2007-06-29 17:29:15
    This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages
    5 times | category:
    Dynamic, database backed dropdown lists
    ON: 2007-06-29 17:26:10
    How to build a dynamic dropdown list with ASP and database data. Then, how to use ADO and recordset filtering to produce a structured list.
    17 times | category:
    MS Access: Tables, Views and Procedures
    ON: 2007-06-29 17:21:17
    Ever wondered how to create a table, view or procedure with MS Access? This article shows us how to create all three and work with them from an ASP script.
    14 times | category:
    ASP.NET Table Searching
    ON: 2007-06-29 17:14:29
    This is a very quick time application built using Microsoft ASP.NET. Its basic purpose is to show the power and Rapid Application Development features in ASP.NET.
    2 times | category:
    Use an include file for your database connection
    ON: 2007-06-29 17:13:57
    Use an include file for your database connection. Here's the reason why. Before I wised up to this, I was placing the connection on every page. Then there were some configuration changes and none of the pages worked. This meant that every page had to be edited
    6 times | category:
    Delete records with sql statements
    ON: 2007-06-29 17:13:30
    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.
    3 times | category:
    Edit records with sql statements
    ON: 2007-06-29 17:12:58
    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.
    1 times | category:
    Add records with sql statments
    ON: 2007-06-29 17:11:36
    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.
    0 times | category:
    Access and SQL Server DSN-LESS connections
    ON: 2007-06-29 17:11:05
    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 connection
    5 times | category:
    Populate dropdowns from your database
    ON: 2007-06-29 17:10:22
    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.
    7 times | category:
    Get the ID of the record entered
    ON: 2007-06-29 17:09:47
    How do I get the Unique ID or Auto ID of the record I just entered? The solution is really quite simple.
    4 times | category:
    ASP and DBF database file connection
    ON: 2007-06-29 17:08:50
    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.
    55 times | category:
    Executing Transact-SQL DELETE statement
    ON: 2007-06-29 17:08:14
    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.
    2 times | category:
    this:1/4 25records  total:90    Start  Previous  Next  Last    goto: