<?xml version="1.0" encoding="windows-1252"?>
<node id="142409" title="Re: Opening files in MS Access" created="2002-01-31 08:11:57" updated="2005-07-19 14:08:11">
<type id="11">
note</type>
<author id="31280">
clemburg</author>
<data>
<field name="doctext">
&lt;p&gt;
Hm, I am not sure want you want here:
&lt;p&gt;
&lt;ol&gt;
&lt;li&gt;Open a file with MS Access after you have found it somehow 
in a perl process - easy, just launch MS Access with the filename
as argument by way of the &lt;code&gt;system()&lt;/code&gt; function - or even just launch the
file name by way of &lt;code&gt;system("start $filename")&lt;/code&gt;, which should work if 
the extension for MS Access is configured normally on the machine in question.
&lt;li&gt;Open an MS Access file by OLE - last time I did this (long time ago),
I used &lt;code&gt;my ($obj) = Win32::OLE-&gt;GetObject($file);&lt;/code&gt; to get 
an OLE object in Perl.
&lt;/ol&gt;
&lt;p&gt;
Hope to have helped ... 
&lt;p&gt; 
Christian Lemburg&lt;br&gt;
Brainbench MVP for Perl&lt;br&gt;
http://www.brainbench.com</field>
<field name="root_node">
142395</field>
<field name="parent_node">
142395</field>
</data>
</node>
