Can i use a recordset created as an application variable in
global.asa? How do I access that variable?
In global.asa I have the following code:
Application ("rsEventCategories") = rsEventCategories
I have Win98 ver 2 SWEDISH
When I run an .asp file i get the following error:
"Standardegenskaper saknas" which would equal some thing like
"standard properties missing".
TIA
KrA
NEVER assign any ADO objects to application or session variables!
NEVER!
Cheers
Ken
----- Original Message -----
To: "ASP Databases" <asp_databases@p...>
Sent: Sunday, July 02, 2000 4:22 AM
Subject: [asp_databases] Setting a RecordSet i global.asa?
> Can i use a recordset created as an application variable in
> global.asa? How do I access that variable?
>
> In global.asa I have the following code:
>
> Application ("rsEventCategories") = rsEventCategories
>
> I have Win98 ver 2 SWEDISH
> When I run an .asp file i get the following error:
> "Standardegenskaper saknas" which would equal some thing like
> "standard properties missing".
>
> TIA
>
> KrA