On Tue, 16 Jan 2007 17:42:40 +0700, bedul wrote:

> 
> ----- Original Message -----
> From: "gunawan" <[EMAIL PROTECTED]>
> To: <php-windows@lists.php.net>
> Sent: Tuesday, January 16, 2007 11:57 AM
> Subject: COM surgery
> 
> 
>> i read the com and interested using in my program..
>> but the help (php manual chm) don't give what i need
>> example :
>> $word = new COM("word.application") or die("Unable to instantiate Word");
>> echo "Loaded Word, version {$word->Version}\n";
>>
>> metods:
>> $obj = new COM("Application.ID");
>> what i want to build nextt is not a main problem right now, what i want to
>> ask was about how many Aplication.id able to receive by this com
>> i have only:
>> 1. word.application
>> 2. ADODB.Connection
>> 3. excel.application
>> are there any application.id ??
>>
>>
Dood,

For COM/ADODB check out:

http://nerds-central.blogspot.com/2006/12/connecting-to-sqlserver-from-php.html

Cheers

AJ

-- 
Cubical Land:
www.cubicalland.com
Nerds-Central:
nerds-central.blogspot.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to