Database-related
SQL In Simple English - Part II
posted byfaisalinDatabase-related
This is the second article in this series. This article mainly deals with SQL Joins and SQL sub-queries. Both of these are extremely useful SQL constructs and should be learnt by all beginners.
Reviews0
PriceFree
Views1748
ASP upload to database or file
posted byinfoinDatabase-related
To database or not to database? Test of consumed resources (processor, memory) and results with file upload to database or file system. Test of JetOLEB connection to MDB, test of MSSQL 2000 and AppendChunk method and UPDATE text SQL command.
Reviews0
PriceFree
Views3994
Professional C# 2nd Edition : Data Access with .NET.
posted byfaisalinDatabase-related
Complete Online Chapter "Data Access with .NET" from Wrox Press book "Professional C# 2nd Edition". Topics covered include "Connecting to the database", "Executing Commands", "Stored Procedures", "The ADO.NET object model" and "Using XML and XML Schemas".
Reviews0
PriceFree
Views1570
Access Connection DSN-Less Code
posted byderekinDatabase-related
So you need a DSN-Less connection but your not quite sure what to do. Well we can do this for you. A quick and easy way to make a connection without a DSN. This will work for your MS Access database only. Now includes SQL Server.
Reviews0
PriceFree
Views2612
Quick form 2 db
posted byderekinDatabase-related
You fill in the blanks, and you are given the source code for the form, and a page to display the information in the database. Also the database is ready to download with all fields in your form.
Reviews0
PriceFree
Views2305
An Easy Way Delete A Record
posted byderekinDatabase-related
Delete a record from your database quickly and easily without having to use a recordset. Deleting a record from a database table is a simple task. Answer four questions below and click submit. The sql statement will be generated for you.
Reviews0
PriceFree
Views2267
Counting Records Wizard
posted byderekinDatabase-related
This little wizard will help you count records and display the total. Simply fill in the form, and it will generate the code for you.
Reviews0
PriceFree
Views2012
An easy way to add tables
posted byderekinDatabase-related
Insert a table into a database dynamically. You don't even have to open MS Access. One simple asp does the trick. Using ADOX you can add and manipulate tables easily once you know how.
Reviews0
PriceFree
Views1769
Easy way to add a record
posted byderekinDatabase-related
Adding a record from a database table is a simple task. Fill out the form below and click submit. The sql statement will be generated for you.
Reviews0
PriceFree
Views3155
SQL In Simple English - Part 1
posted byfaisalinDatabase-related
Article describes what is SQL? what it is used for? how to SELECT, INSERT, UPDATE and DELETE records from the database? and more.
Reviews0
PriceFree
Views2256
Real-Time Data Grid Part 1/2
posted byannetteinDatabase-related
The part one of this two-part article shows how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to refresh the page.
Reviews0
PriceFree
Views2043
Compact & Repair Access Database
posted byasperiuminDatabase-related
Compact and repair your access database online from ASP code. This is example code of how this can be done.
Reviews0
PriceFree
Views2981
Using MyODBC To Access Your MySQL Database Via ASP
posted byannetteinDatabase-related
MySQL is the most popular open source database system available today, and is currently installed on over two million servers worldwide. This article takes a look at using the free MyODBC driver to talk to a MySQL database from an ASP script.
Reviews0
PriceFree
Views2681
Two Ways To Connect To SQL Server 2000 Via ASP
posted byjoeinDatabase-related
This article will show you two different methods that you can use to connect to a Microsoft SQL Server 2000 database: System DSN's and the OLEDB connection string. It will also explain the positives and negatives of each method, along with some examples to get you started.
Reviews0
PriceFree
Views2316
Analyzing Duplicate Records
posted bylemans70inDatabase-related
This is the first of the four-part "Advanced SQL Techniques" series, which describes a quick and efficient way to delete duplicate records from a table.
Reviews0
PriceFree
Views1482
Using Triggers to Track Database Action History
posted bytlkelleyinDatabase-related
This article describes how to use Microsoft SQL Server triggers to automatically record all updates and inserts for a particular database table in a customized history table.
Reviews0
PriceFree
Views1264
Randomizing a Recordset
posted byedinDatabase-related
This article describes several ways to use a SQL calculated field and the ORDER BY clause to arrange a recordset in random order. It provides a simple tool for verifying that the results are uniformly random. Also shows a technique for bubbling records with certain attributes to the top of an otherwise randomized list.
Reviews0
PriceFree
Views1753
Using Multiple Recordsets
posted byhencahinDatabase-related
This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different Recordsets. Specially, using a nifty feature of the ADO Recordset object, Multiple Recordsets, you can store multiple SQL query results in one Recordset object, requiring fewer communications with the database.
Reviews0
PriceFree
Views2392
ASP Access Database Tutorials
posted bybruceinDatabase-related
This is a group of 3 tutorials that guide you through the process of using an MS Access Database in ASP. The tutorials teach you how to connect to a database, add data to the database, update the database, and delete from the database. The 3 tutorials together allow you to build a simple Guestbook for your web site.
Reviews0
PriceFree
Views17896
Fastest way of Database Access : Caching Records in Memory
posted byfaisalinDatabase-related
A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Online demo available.
Reviews0
PriceFree
Views2311