CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: UNIX and Access

  1. #1
    Join Date
    Aug 2000
    Location
    England
    Posts
    185

    UNIX and Access

    Is there any way to call a UNIX command from MS-ACCESS. I need to extract the version number of a file from a Unix box using SCCS.

    Thanks

    Andrew


  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: UNIX and Access

    You probably need to use some form of third party middleware. We use "Orbix" which is a corba based interface that supports COM on the clinet and can therefore be used from any ActiveX automation client (Access, VB etc.)
    It isn't easy though.

    HTH,
    Duncan

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured