You cannot post messages because this group is only available as an archive.
|
How to pass a ADO object reference to sub
|
| |
I would like to pass a reference to an ADODB.Connection object to a Perl subroutine but I am having trouble casting the reference as an ADODB.Connection. Calling the sub like this (where $Conn is a valid ado connection) generates the error: "Can't call method "Errors" without a package or object reference on... more »
|
|
ServerObject Persistence
|
| |
Hi Perlies I've just successfully translated an ASP from VBscript to PerlScript (It calls a COM object) However when I tried to beautify my code by splitting it up into subroutines &init_object; and &execute_object it didn't work It would appear that execute_object couldn't "see" the object ($APIObject) created in init_object... more »
|
|
are we up?
|
| |
Can't believe ASPPerlScript has been down for over a week now. Any one know the problem? paul --- Sent via Deja.com [link] Before you buy.
|
|
Here's a doozie
|
| |
Alrite guys, Here's whats going on. I've been working on auto-provisioning NT web sites for the past few weeks. Currently I have a perl script that queries a sql database for information on new websites.. it then builds the directory structure.. yada yada yada... then it calls a vbscript which is able to access the IIS metabase and create objects and such.... more »
|
|
Passing data structures from other languages to Perl (and back)
|
| |
I'm trying to pass data back and forth between Perl, vb, and Java. The data types are primatives, arrays, and then hashes/collections etc. From my own experiments primatives generally work fine, arrays are a bit quirky, and complex structures I haven't gotten to yet. My question is, is there any documentation on this subject so I don't... more »
|
|
setting activeconnection to nothing
|
| |
In VB a recordset can be persisted by setting the ActiveConnection property to "Nothing". Then the connection can be destroyed without affecting the RecordSet. I cannot get this to work in Perl. I've tried using undef, tried setting it to '', among others. Nothing seems to work. The ActiveConnection property still references the current connection.... more »
|
|
calling JavaScript functions from PerlScript
|
| |
Is it possible to call JavaScript functions from PerlScript? Take the following, for example: <% @LANGUAGE="PerlScript"%> <SCRIPT LANGUAGE="JavaScript" RUNAT="Server"> function a() {...} </SCRIPT> <% # Can I call function a from here? %> Sent via Deja.com [link] Before you buy.
|
|
MDAC 2.5
|
| |
Since I know that some of you develop applications using ADO, I wanted to point out that ADO 2.5, part of MDAC 2.5, has been released on the web and is available at [link] Best regards
|
|
ADO & Perl
|
| |
Can I use the ADO module in regular Win32 Perl? Thx, Don Sent via Deja.com [link] Before you buy.
|
|
|