ACT 6 conversion, data manipulation, & mailmerge

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sarah Tanembaum

    ACT 6 conversion, data manipulation, & mailmerge

    Does anyone out there ever find any info on how to manipulate data from
    ACT!6 (or any versin) using the scripting language?

    May be I can learn the scripting language as well using the data I have.

    I know that Ruby has the WinOLE connector, but how do I use that function to
    access the ACT! Data?

    I'm not aware with other language of WIN32 connector.

    Thanks


  • Nikolai Chuvakhin

    #2
    Re: ACT 6 conversion, data manipulation, & mailmerge

    "Sarah Tanembaum" <sarah.tanembau m@yahoo.com> wrote
    in message news:<c7b112$1o b2d$1@ID-205437.news.uni-berlin.de>...[color=blue]
    >
    > Does anyone out there ever find any info on how to manipulate data from
    > ACT!6 (or any versin) using the scripting language?[/color]

    If I remember correctly, Act! stores data in DBF format. So what you
    can do is to declare the *.dbf files produced by Act! as ODBC sources
    and access them via PHP's ODBC functions.

    An alternative is to use COM functions to call Act!'s own objects and
    methods, but I think it has lower performance potential.

    Also, if you really need to put Act! on the Web or an intranet, you
    might consider purchasing ACT! for Web. Granted, at $249 per named
    user it's not cheap, plus it is extremely Windows-centric, but you
    can have it up and running within an hour... Just in case, here is
    the link:



    Cheers,
    NC

    Comment

    Working...