Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
 

Hot scripts

 
PHP scripts
ASP scripts scripts
ASP.NET scripts
C AND C++ scripts
CFML scripts
CGI AND PERL scripts
FLASH scripts
JAVA scripts
JAVASCRIPT scripts  
PYTHON scripts  
Remotely Hosted scripts
Tools and Utilities scripts   
XML scripts
Submit your script scripts
 
  SEARCH  
 
  Keyword
 
  In
 
 
   
 
  LOGIN HERE  
 
Username
Password
Signup Now
Add New Resource
Forgot Password
Verify Signup
 
GoDaddy.com Hosting & Servers
Please boomark our scripts directory:
  • Digg
  • Del.icio.us
  • Furl
  • My Yahoo
  •  
     
       Top >>ASP >> Tips and Tutorials

    ASP/ Tips and Tutorials Hot scripts::

    Presented here are a good collection of ASP/ Tips and Tutorials Hot scripts. Enjoy!
     
    51. Use an include file for your database connection
    Use an include file for your database connection. Here's the reason why. Before I wised up to this, I was placing the connection on every page. Then there were some configuration changes and none of the pages worked. This meant that every page had to be edited.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    52. WiredNow.net: SQL Reserved Words
    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.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    53. Wielding the Power of the DataView
    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.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    54. Simple Database Class
    This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, downloadable code, and an in depth explanation.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    55. Search a Database
    Learn how to search a database with keywords.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    56. Faster Singleton Queries with ADO
    It is very common operation to request one field of information via a database query. This is called a singleton query. ADO.Net has specific functions for singleton queries, but not ADO (ActiveX Data Objects). This article describes how to use an ADO command object to perform faster singleton queries.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    57. Get image from database
    Learn how to get a stored image from a database and display it on a page.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    58. Running ASP in Linux and Possible Problems
    This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred. Basically, migrating ASP to Linux means you have to convert to database supported by Linux platforms. Currently, Chili!Soft ASP is already supporting MS Access but not all web hosting companies install this feature. They prefer to use more common database in Linux such as MySQL and PostgreSQL. Pay attention to some Chili!Soft specific ADO methods and properties, since there are slight differences with IIS ASP. You might need to convert some codes in your applications to make it run in Chili!Soft ASP.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    59. Bullschmidt ASP Web Database Sample
    This sample ASP Web database can give you ideas about tying everything together and can even be used as a starting point for a Web project.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
    60. Using GetRows To Get All Records From Table
    Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.
    Visitor Ratings (0) :  
    Member Ratings (0):
     
     Pages:        Previous   1   2   3   4   5   6   7   8   9   10   11   12   13   14   Next