Hi I am trying yo run an Access macro through ASP. Does anyone now how to do this or where this code might be wrong, this is some VB code which i found on an article in the MSDN site...any help would be great..trying to do a final year project and am bit stuck here!
Dim oAccess
Set oAccess = CreateObject("Access.Application"
oAccess.Visible = True
oAccess.OpenCurrentDatabase "C:\MyDocuments\Project\wbspdb.mdb"
oAccess.run "GetStudents"
Dim oAccess
Set oAccess = CreateObject("Access.Application"
oAccess.Visible = True
oAccess.OpenCurrentDatabase "C:\MyDocuments\Project\wbspdb.mdb"
oAccess.run "GetStudents"