Using Native ASP to update lookuptables

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
Shevy
Posts: 48
Joined: Tue Dec 23, 2008 12:21 pm

Using Native ASP to update lookuptables

Post by Shevy »

Can I use asp as appose to asp.NET to update values in the lookuptables?
I have code for .NET, I was wondering if it was possible to do this in ASP too.
Thanks in advance.
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Using Native ASP to update lookuptables

Post by John Morris »

This is not supported, as the entire Select API is .NET based. Since ASP is not a .NET evnrionment, you would have to create your wrapper COM objects (in C#/VB.NET) that would bridge the gap between the COM world (ASP) and the .NET world (ASP.NET).
John Morris
Sr. Software Architect
SoftPro
Post Reply