Database Class
The latest version 1.1.2 of the database class is now available for download! Check out the project page for info on how to use and download this class.
ASP db class
In developing a new asp forum for The Frashness I have come up with a ASP class. Just like the db_class for PHP this can be used to connect to a MySQL database and you can call the following methods; Update, Insert, and Delete.
[asp]
Function insert_db(tableNa, theSQL)
Set add = Server.CreateObject(“ADODB.Recordset”)
SQLinsert = “INSERT INTO ” & tableNa & ” SET ” & theSQL & “”
add.Open SQLinsert, objCon
End Function
[/asp]
Download the ASP DB Class
Categories
Pages
- contact
- Contact Form V1.8
- FlickrHelper
- Guestbook V1.01 ASP
- Guestbook V2.4.7
- iFrame Loader
- Scriptatype:PHP
- Winn Cal
- Winn Tracker
