Accessing OEngine from ASP pages (OpenInsight 32-bit Specific)
At 11 AUG 2004 12:58:11PM Ron Hollar wrote:
I am looking for documentation that describes how to access OI data from ASP pages. I have successfully setup the OECGI.exe on an IIS server and returned html using custom INET procedures, and want to go a level deeper using ASP. I saw something about this at the conference but the notes on the conference CD describes an Application Service Provider, not ASP pages.
Thanks,
Ron Hollar
At 11 AUG 2004 01:21PM Bob Carten wrote:
Ron
Two ways to call OI
One is to have IIS turn around and make an OECGI call to itself or another webserver.
see Oiget.asp for an example.
Another is to use Xrev.dll to create an engine or connect to an existing engine. Connecting to existing engines requires a web deployment pack.
Xrev.dll is documented in the help.
Search the Works forum, you may find more examples there.
Bob