|
Complete example for opening an Access, SQL Server or MySQL database implementing ASP and ADO. From this code you can start any kind of application from simple to complex. Please vote for me or link to my website so I'll know it was useful. Code: ASP 3.0 & VBScript |
| |
Overall Rating:
 User Rated
| |
Very simple and useful  Written by Lil Peck from Kansas (Thursday, April 28, 2005) Writer is with: http://quartere-horse-times.com
 |
Strengths: Easy to understand Weaknesses: a few typographical errors Details: Had to change
conn.Close
Set conn = Nothing
to
cn.Close
Set cn = Nothing
But this example does what I needed very nicely. Review Based On: 1 Hour(s) of usage |
| |
|