Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Articles with tag
ASP
Refine your search with one of the following additional tags (with number of items):
Programming
(13)
SQL Server 7, 2000
(3)
XML
(2)
Performance Tuning and Scaling
(1)
ADO
(5)
Basics
(2)
.Net
(1)
Stored Procedures
(1)
Miscellaneous
(3)
T-SQL
(2)
News
(1)
Visual Basic 6
(1)
Search for
any
content tagged
ASP
Items 1 to 15 of 15
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,355 reads
A Look at GUIDs
Not many people enjoy using Globally Unique Identifiers (GUIDs), partly because they are cumbersome to type and work with for humans. However they fill a need and can provide some interesting benefits. SQL Server expert Andy Warren takes us through what a GUID is and how you can use it easily in your code.
Read more...
By
Andy Warren
2006/07/27
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
14,012 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,355 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,355 reads
Freeware Product : ASPReport
It provides an infrastructure to create and manage various SQL Server stored procedure based reports into HTML output. You can add reports, categorize them in a treeview, edit, delete and manage the report parameters - all through the web interface. Members can now download this as Freeware at SQLServerCentral.com.
Read more...
By
Additional Articles
2002/05/16
|
Source:
SQLServerCentral.com
|
Category:
News
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
48 reads
CLIENT SIDE XML - ASP on steroids !
This article demonstrates the ability to use the XML DOM on the client-side browser.
Read more...
By
Leon Platt
2002/04/11
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
16,450 reads
Outlook Appointments, ASP and vCalendar
In this article by Dan Lesandrini, he shows you how to integrate Outlook appointments and vCalendars in with your ASP pages.
Read more...
By 2001/08/30
|
Source:
SQLServerCentral.com
|
Category:
ASP
Rating:
|
Discuss
|
Briefcase
|
5,315 reads
ASP and ADO Gotcha - Duplicate Field Names in a Query
Recently while working on the SQLServerCentral.com site, Leon Platt ran into an interesting ADO gotcha that he demonstrates in this quick tip.
Read more...
By
Leon Platt
2001/08/10
|
Source:
SQLServerCentral.com
|
Category:
ASP
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,266 reads
Troubleshooting ASP and ADO Errors
My ASP file doesn’t access my database." "I can’t connect to my database from my code." "I’m having problems calling and debugging stored procedures." These are some of the problems I hear every day as a Microsoft® developer support engineer.
Read more...
By
Additional Articles
2001/07/20
|
Source:
Microsoft MSDN
|
Category:
Stored Procedures
Rating:
Rate this
|
Briefcase
|
1,092 reads
Work Around Errors in Database Web Apps
ne of the issues you face when building Web applications is handling the errors you encounter when interacting with a back-end database. I was recently working with someone to create a new Web site with SQL Server™, ActiveX® Data Objects (ADO), and ASP. Lots of little things came up that I thought were worth sharing with MIND readers, so I'll focus this column on what I learned from this experience and the solutions to many of the problems I faced.
Read more...
By
Additional Articles
2001/07/13
|
Source:
Microsoft MSDN
|
Category:
Miscellaneous
Rating:
Rate this
|
Briefcase
|
858 reads
Taming the Stateless Beast: Managing Session State
Running a Web farm means managing session state across servers. Since session state can't be shared across a Web farm with Internet Information Services 5.0, a custom solution is required. One such solution using a tool called the session manager is described here.
Read more...
By
Additional Articles
2001/07/06
|
Source:
Microsoft MSDN
|
Category:
Performance Tuning and Scaling
Rating:
Rate this
|
Briefcase
|
837 reads
IIS Connection Pooling ? ADO Gotcha!
This article by Leon Platt speaks to how you can avoid pulling your hair out when configuring connection pooling for IIS.
Read more...
By
Leon Platt
2001/05/08
|
Source:
SQLServerCentral.com
|
Category:
ASP
Rating:
|
Discuss
|
Briefcase
|
6,435 reads
Connecting to SQL Server with ASP
This article shows you the basics of connecting to SQL Server in Active Server Pages.
Read more...
By
Brian Knight
2001/04/30
|
Source:
SQLServerCentral.com
|
Category:
ASP
Rating:
|
Discuss
|
Briefcase
|
7,957 reads
Invisible Comments
I ran into a dilemma when I was told that I should not allow potential competitors to view my JavaScript comments. If they want to figure the code out; make them work for it.
Read more...
By
Leon Platt
2001/04/26
|
Source:
SQLServerCentral.com
|
Category:
ASP
Rating:
|
Discuss
|
Briefcase
|
3,349 reads
Using InterDev's Toolbox
If you've ever played around with the toolbox, you may have discovered one of InterDevs hidden gems. Did you know that the InterDev Toolbox allows you to add you own custom tabs? This feature allows you to access frequently used snippets of code in an instant
Read more...
By
Leon Platt
2001/04/24
|
Source:
SQLServerCentral.com
|
Category:
.Net
Rating:
|
Discuss
|
Briefcase
|
3,019 reads
Items 1 to 15 of 15
Most popular
A Look at GUIDs
Not many people enjoy using Globally Unique Identifiers (GUIDs), partly because they are cumbersome to type and work with for humans. However they fill a need and can provide some interesting benefits. SQL Server expert Andy Warren takes us through what a GUID is and how you can use it easily in your code.
Read more...
By
Andy Warren
2006/07/27
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
14,012 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,355 reads
CLIENT SIDE XML - ASP on steroids !
This article demonstrates the ability to use the XML DOM on the client-side browser.
Read more...
By
Leon Platt
2002/04/11
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
16,450 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use