|
 |
asp_ado_rds thread: Re: How to connect ADODB in VB SCRIPT?
Message #1 by "Khang Nguyen" <khang.nguyen@e...> on Fri, 13 Apr 2001 17:48:02
|
|
> Hi,
> I'm totally agree with Tom, if you could answer those questions, may be
we
> can help you. I'd like to add something, the Request object is part of
the
> ASP object model only, you cant't use it in VB SCRIPT.
>
> Regards.
> Julio
Correct me if I'm wrong, but i don't believe that you can open a recordset
client side the way you do server side "<% %>" If you want to open a
recordset client side you will need to use RDO remote data objects. The
method used to do this is much different from opening a normal ADODB
connection. If you are indeed trying to open a recordset clientside...and
wish to see example code let me know i will be happy to post code example
for you.
Khang
Message #2 by Josh King <JoshK@g...> on Fri, 13 Apr 2001 12:35:25 -0500
|
|
Example of using a client side recordset: var adoRs = new
ActiveXObject("ADODB.Recordset")
Josh King
GeoAccess Inc.
xxx.xxx.xxxx x5237
xxx.xxx.xxxx x5237
-----Original Message-----
From: Khang Nguyen [mailto:khang.nguyen@e...]
Sent: Friday, April 13, 2001 12:48 PM
To: ASP_ADO_RDS
Subject: [asp_ado_rds] Re: How to connect ADODB in VB SCRIPT?
> Hi,
> I'm totally agree with Tom, if you could answer those questions, may be
we
> can help you. I'd like to add something, the Request object is part of
the
> ASP object model only, you cant't use it in VB SCRIPT.
>
> Regards.
> Julio
Correct me if I'm wrong, but i don't believe that you can open a recordset
client side the way you do server side "<% %>" If you want to open a
recordset client side you will need to use RDO remote data objects. The
method used to do this is much different from opening a normal ADODB
connection. If you are indeed trying to open a recordset clientside...and
wish to see example code let me know i will be happy to post code example
for you.
Khang
|
|
 |