Hey,
Im just wondering how you went finding a way to get a disconnected
recordset working in Jscript. I have searched high and low for a solution
but can't figure it out.
Any feedback would be most appreciated.
Robert Bradshaw
> Forwarded by Wrox Support
>
> -----Original Message-----
> From: kpourmal@r... [mailto:kpourmal@r...]
> Sent: 31 August 2000 22:15
> Subject:
>
>
> I have a question for you. I have been trying to figure out how to
create
> a disconnected recordset using JScript.
>
> In VBScript I could do this:
> Set adoRs.ActiveConnection = Nothing
> Could you please tell me what is the equivalent of this in JScript. I
> thought this should work but it did not:
> adoRs.ActiveConnection = null;
>
> Unfortunately all the samples in every book I own is in VBScript.
>
> Regards,
> Kevin Pourmaleki
> Enterprise Architecture