Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to use jacob to access a com object with coldfusion7

New Here ,
Sep 25, 2008 Sep 25, 2008
i want to use jacob to access a com objcet with coldfsuion7(i just want to do a test)
how to do?
Thank a lot!
TOPICS
Advanced techniques
743
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 25, 2008 Sep 25, 2008
what is 'jacob'?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 25, 2008 Sep 25, 2008
to Azadi:

JACOB - Java COM Bridge
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 25, 2008 Sep 25, 2008
Flashcqxg wrote:
> i want to use jacob to access a com objcet with coldfsuion7(i just want to do a test)
> how to do?


you don't. use createObject():

mailer=createObject("COM","CDONTS.NewMail");

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=cfobject_08.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 25, 2008 Sep 25, 2008
Thank you,PaulH .
I know the function createObject can do this.
but i just want to do a test for the jacob and coldfusion to call a com object.

can you give me some advice for my test? best the sample code.

Thanks.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 27, 2008 Sep 27, 2008
anybody can help me?
Thanks.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 01, 2008 Oct 01, 2008
LATEST
up,by my self.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources