<%@language=VBScript%> <% dim oRS, sqltext ' create a pointer to an object 'set crit to be the url workid crit = Request.QueryString("workid") sqltext = "SELECT * FROM genres" Set oConn = Server.CreateObject("ADODB.Connection") strConn = "Driver={MySQL}; DATABASE=garycarpenterdb; UID=garycarpenter; PASSWORD=garyin2db;" oConn.Open strConn Set oRS=Server.CreateObject("ADODB.RecordSet") 'create the object oRS.ActiveConnection = oConn oRS.open sqltext, oConn ' perform the quer %> Gary Carpenter: Works
 


Works

These pages are still being developed with related QuickTime samples and reviews to be available very soon. If you're looking for a specific work type in the name below otherwise use the genre categories or the full listing to browse through Gary's currently listed works.

Title:
Publisher:
Genre:
    or maybe you'd like a full listing
 

 © 2000 Gary Carpenter