Advertisment
This tutorial shows you how to create a file archive on your site using the built-in File Access Component. You can easily customize how yout page...
Setting up a simple file downloading system with VBScript and ASP is no sweat. The primary use for a system like this is to allow downloading of...
Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halm's article shows you how to upload a file...
Learn some functions and tricks on how to change a normal photograph into something more.
Create high energy edges for your images.
The complete Python tutorial from Pythonlabs. Full doc showing everything you need to get started with Python today.
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.
This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test...
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...
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...
Sometimes, we would have chance to convert our existing database or create a new database. Some decisions IT professionals need to make are scary,...
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...
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.
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...
In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down...
Create a connection to DBF files using JetOLEDB provider (DSN-less, ODBC-less connection), basic work with DBF files (select, insert, update),...
How do I get the Unique ID or Auto ID of the record I just entered? The solution is really quite simple.
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....
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...
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...