Search found 1 match

by RomanDA
Mon Dec 11, 2006 1:35 pm
Forum: GFL SDK
Topic: ASP & Database
Replies: 4
Views: 10828

ASP & Database

I have a database setup for my web site that stores images.

the code I have to use in an IMG tag is:

Set oConn2 = Server.CreateObject("ADODB.Connection")
Set oRS2 = Server.CreateObject("ADODB.Recordset")
oConn2.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/database ...