[PHP-WIN] Re: PHP and RedBack COM objects

2004-11-20 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I am looking to purchase one EIM2-SE8-L3-4GE. Please call or email me if you have any of these available. Thanks. John Stafford 973-239-0752 [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP and RedBack COM objects

2004-07-23 Thread Brian E
I got it to work finally... The trick is that yes they are Variants. But very odd ones.. the extract function I rewrote to work more efficiently and the properties must be accessed through: $COMObject["property"]->Value Looks Greek to me but that's what must get done and it works great in PHP. Ch

[PHP-WIN] Re: PHP and RedBack COM objects

2004-07-17 Thread Jason Barnett
I checked it out a bit last night, since I don't own a license for RedBack (no offense :)) I tried checking the online manuals. Didn't see too much that looked useful. AFAIK the objects were supposed to be returning strings for the Value call, but I'm thinking that I somehow missed something a

[PHP-WIN] Re: PHP and RedBack COM objects

2004-07-16 Thread Brian E
Please note.. some debugging code does exist. Also the server maybe just misconfigured... it comes with no documentation of where to put the .ini file that pairs with the COM object. Here you go: //Response.Expires = 0 ini_set("max_execution_time","0"); error_reporting(0); //' This function de

[PHP-WIN] Re: PHP and RedBack COM objects

2004-07-16 Thread Jason Barnett
Hey Brian, can you just put the code inline? I didn't get the attachment. Brian E wrote: Hello. I'm trying to access RedBack COM objects (Redback is a garbage DB that one of my clients has purchased) through PHP rather than documented ASP. I can Create the objects just fine and make the initial