This question references: <b>How to upload a document, store its name and properties in a database, using ASP Classic with VB and do it for free!</b> and is a continuation....
I've used the solu...
I have a simple, VERY SIMPLE SQL code that selects the maximum number of records.
SELECT count(pid) as rid
FROM documents
WHERE pid = MM_PID
MM_PID = "TEST" and they are all the same
SEL...