asp.net - Passing C# object into vbscript -


is there way pass c# object( in case i'm using adodb.recordset) vbscript? or way call vbscript function c# , pass in object?

e.x. in c# have object called adodb.connection rs there way call vbscript function displaydrillthrough(rs) so?

i'm not familiar owc, but, yuriy's suggestion seems reasonable. try article: owc , ajax

as fionnula mentioned, .dll may work. com interop library works in classic asp.

the following links explain how build library , how convert datatable recordset

building com interop library

convert datatable recordset


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -