jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

DeEnFrSp
Amount: 137
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 >>
Sort Listings By:
Hits: 483

MS Access: Tables, Views and Procedures

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 27 2003
DETAIL
Hits: 337

Delete records with sql statements

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 863

Access and SQL Server DSN-LESS connections

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 334

Edit records with sql statements

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 513

Add records with sql statments

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 667

Populate dropdowns from your database

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 544

WiredNow.net: SQL Reserved Words

Rating 0.0 0.0
It is an often problem with database intergration when you use a reserved word. Often asked why a script does not work and it quite often comes down the the author setting a field name as a reserved word, confusing SQL and making debugging hard. To solve this problem here is a quick list of the SQL Reserved Words.
Platform(s): n/a Date: Aug, 28 2003
DETAIL
Hits: 271

Wielding the Power of the DataView

Rating 0.0 0.0
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.
Platform(s): n/a Date: Aug, 27 2003
DETAIL
Hits: 832

Uploading and inserting files (binary data) to the database

Rating 4.5 4.5
Step-by-step tutorial on how to upload files (images, text, other documents, etc) using plain ASP pages to the database. Every step has been explained in detail. Downloadable source code available.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Hits: 353

SQL Reserved Words

Rating 0.0 0.0
Many times people will make the mistake of naming a database field with an SQL Reserved word. This is an easy mistake to make. It's hard to remember every single one. Here's a concise listing of SQL Reserved words to help you along.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Amount: 137
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 >>