Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  66
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Sunday, October 12, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Database > SQL 6.5, 7.0
Search
DevASP

What's New
What's Hot

Onstop, Connecting to SQL with ASP, Hiding Images, Passing Values from a Control       
Total Hits: 245  |  Today: 0 Author: Robert Hess       Rating:  
Read Reviews | Write Review |              Your Rating: 

How can I detect if a user clicks the browser's Stop button while viewing my Web page?
Starting with Microsoft® Internet Explorer 5.0, your client-side code can trap the onstop event. This will let you know when the user clicks the Stop button, hits the Escape key, or when the page is being unloaded.
Trapping the onstop event is handy when your page is performing some process that you want to stop when the user clicks the Stop button. Some processes that users might want to stop include ba...

MD5 Hash SQL Server Extended Stored Procedure       
Total Hits: 134  |  Today: 0 Author: Vic Mackey       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is an extended stored procedure for Microsoft SQL Server 2000 that implements an optimized MD5 hash algorithm. It is intended to work much like the MySQL MD5() function. The algorithm was taken from here. I only added the md5_string() function. The DLL should work for older versions of SQL Server too, although I have not tested that. The source was compiled and tested on Microsoft Visual C++ 6.0 and .NET 2003....

Using a Wiki for knowledge sharing and SQL Server database documentation       
Total Hits: 129  |  Today: 0 Author: Jonathan Hodgson       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes using a Wiki for knowledge sharing and database schema documentation. In a departure from normal CodeProject articles this is less about the code and more about improving development practices. We will discuss what a Wiki is and how you might use one. Hopefully from this overview you'll be able to see how it might benefit you and your team to share information. After the summary of what a Wiki is, I'll discuss customising a free Microsoft Active Server Pages (ASP) implemen...

SQL Server CE: New Version Lets You Store and Update Data on Handheld Devices       
Total Hits: 170  |  Today: 0 Author: Paul Yao and David Durant       Rating:  
Read Reviews | Write Review |              Your Rating: 

Handheld device users need to be able to synchronize with a main data store when it's convenient and, preferably, when the back-end database server isn't busy. SQL Server 2000 Windows CE Edition allows you to build a traveling data store that can be displayed and run on a variety of devices. SQL Server CE supports a subset of the full SQL Server package, and can be used as a standalone server or in tandem with SQL Server and IIS. The architecture of SQL Server CE, along with data manipulation, s...

Uploading & Retrieving images from SQL Server with ASP       
Total Hits: 3120  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I''ve scoured the Web for a good article on how to put images into SQL server using ASP. None seemed to exist. So I invested in an inexpensive COM object, ASPUpload, which solved most of the problem. However, now that I could get images into SQL, I needed to find out how to get them out and properly display them. There was a lack of information about this as well, and the ASPUpload sample code didn''t work consistantly....

SQL Server and Access Zero Date Difference       
Total Hits: 743  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Recently while we were upsizing an MS Access application to SQL Server, we noticed some strange behaviour regarding the way dates were displayed. Some data entry screens in our MS Access client required users to enter time values in the format: 8:15 am, with no corresponding date value. Although the application displayed and treated these values as pure time values with no date portion, Access was storing a default date (or zero date) along with the time value
...

SQL-Server-Performance.Com       
Total Hits: 1089  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Performance tuning and optimization techniques for Microsoft SQL Server, including SQL/ASP performance tips....

Milonic ASP Menu Editor       
Total Hits: 99  |  Today: 0 Author: BrianLaF.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This project is for Milonic menu users. It edits mm_items and mm_menus tables in the Milonic's sample mssql database. Some field additions must be made and the first field set as the primary key.
Features include a preview menu and the option to publish the menu after making changes. Records can be inserted, updated or deleted....

Inserting Images to SqlServer in ASP .NET       
Total Hits: 121  |  Today: 0 Author: Jesudas Chinnathampi (Das)       Rating:  
Read Reviews | Write Review |              Your Rating: 

There will be many occassion, in which we will be urged to store images in the Database. In some applications we may have some sensitive information which cannot be stored in a file system, since if anything is in the file system, then it may be very easy for the users to hack the pictures/images....

SQL in ten minutes       
Total Hits: 210  |  Today: 0 Author: Dan Pomerchik       Rating:  
Read Reviews | Write Review |              Your Rating: 

You've probably heard of SQL. What does it mean, you ask. Well, SQL (Structured Query Language) is a very handy tool for database programmers (including ASP programmers). Without SQL, it would be very difficult to perform many common tasks relating to databases. In this article, I will teach you the basics and the common uses of SQL...

Try and Catch Fun in SQL Server 2005       
Total Hits: 226  |  Today: 0 Author: Abdul (Rajib) Bahar       Rating:  
Read Reviews | Write Review |              Your Rating: 

Try and Catch is very popular among the developer community writing code in C#, C++, or other high level languages. The conventional term referring to Try-Catch blocks is Exception Handling. Exception Handling is simply a breach of an application's predefined assumptions. It enables us to provide a reliable data/process validation mechanism in our applications. SQL Server did not have any close counterpart for it until now. Prior to SQL Server 2005, many of us relied on the variable @@ERROR. If ...

Hand-Coded SQL for UltraDev ASP Pages       
Total Hits: 131  |  Today: 0 Author: Andrew Starling       Rating:  
Read Reviews | Write Review |              Your Rating: 

UltraDev is very good at creating SQLSelect statements for recordsets, as explained in our earlier articles ASP using Dreamweaver UltraDev and PWS and More ASP using Dreamweaver UltraDev. But if you want to do really flashy things in SQL there comes a point when UltraDev runs out of steam and you have to write the code yourself. Here are some examples of hand-coding, followed by a guide to debugging errors. As before, these examples are taken from a real (and therefore sometimes imperfect!) deve...

SQL ADVANCED       
Total Hits: 179  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

OK, so you got through our SQL Basics Tutorial. Now, we are moving on to some more advanced SQL statements. As a refresher, here is our standard connection and recordset information, which shows you where your SQL will go....

How to connect to MS SQL Server database from ASP?       
Total Hits: 326  |  Today: 0 Author: aspdev       Rating:  
Read Reviews | Write Review |              Your Rating: 

Before you can access your MS SQL Server database from ASP, you need to connect to it using one of the following methods:
. Connect to a MS SQL Server database with OLE DB.
. Connect to a MS SQL Server database with SQL Driver....

Two Ways To Connect To SQL Server 2000 Via ASP       
Total Hits: 1584  |  Today: 0 Author: Joe O'Donnell       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP allows even the newest developer to connect to databases with ease. In fact, the ease with which you can connect to a wide range of databases from within an ASP script is one of the reasons why ASP has become so popular. In this article Joe teaches us how to connect to SQL Server 2000 using system DSN's and an OLEDB connection string....

SQL Distributed Management Objects       
Total Hits: 727  |  Today: 0 Author: Carvin Wilson       Rating:  
Read Reviews | Write Review |              Your Rating: 

How to use the SQL Distributed Management Objects from ASP...

Q300488: HOWTO: Run SQL Server Stored Procedures from an ASP Page       
Total Hits: 5527  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to run SQL Server stored procedures and use parameters from an Active Server Pages (ASP) page. This article assumes that you are familiar with the procedure to use ActiveX Data Objects (ADO) in an ASP page....

Keep Database Schema Online       
Total Hits: 979  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article helps you build an Active Server Pages (ASP) page, which you can use anytime, anywhere to get the latest schema in today''s most accepted file format: HTML. So, whenever a development team member changes any part of the schema, the page will reflect the changes at the next access, even if the time gap between the change and the access is as short as a second. Because this page becomes a part of your Web-based database project and thus is available on your development Web server.....

Learn how to use the SQL debugger included with Microsoft® Visual InterDev™ 6.0       
Total Hits: 1583  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are working with the Enterprise Edition of Microsoft Visual Studio®, Visual InterDev includes an SQL debugger that you can use to debug SQL Server stored procedures and triggers in much the same way that you debug other kinds of scripts or programs. However, there are some differences in how you set up SQL debugging and how the debugger runs....

SQL Server Full Text Search Optimization       
Total Hits: 2089  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Full text indexing is a great feature that solves a long running database problem, the searching of textual data columns for specific words and phrases in SQL Server databases. However, as the full-text search engine is a separate component of SQL Server (it uses the Microsoft Search Service) this can be a potential performance problem due to the way full-text search interacts with SQL Server. Full-text search works really well when you are searching...


1  2  3  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com