I'm tryng to write this code using asprunner
<!--#include file="../adovbs.inc"-->
I created an Event to execute a Stored Procedure "after record updated" in an Edit page, but it needs the adovbs.inc inclusion.
I don't know how and where to write this: <!--#include file="../adovbs.inc"-->
I tried to write it by myself in my output\include\page_events.asp at the top of the file and everything run ok, but when I build my project the line is deleted.
Any suggestion is welcome