API in ASP Classic

A simple REST API technique reading record from Access mdb, then generates json or xml output using ASP Classic.

CodeFunctionName
What is this?

Public

Tested

Original Work
File /Assets/Codes/1Vars.asp that is included at first has variables needed, and connection to mdb

Example of calls
../api/blog-v1.0/?output=xml&blogid=2
../api/blog-v1.0/?blogid=2&output=json
../api/blog-v1.0/?blogid=34

../api/blog-v1.0/?output=xml&blogid=2
../api/blog-v1.0/?blogid=2&output=json
../api/blog-v1.0/?blogid=34

Views 2,769

Downloads 1,027

CodeID
DB ID