Re: How to connect to MsAccess using Dev-Pascal???
by Marco van de Voort <marcov@[EMAIL PROTECTED]
>
May 2, 2007 at 04:12 PM
On 2007-05-01, Finger.Octopus@[EMAIL PROTECTED]
<Finger.Octopus@[EMAIL PROTECTED]
> wrote:
> Hey is there any way to connect to Ms Access or Excel through Pascal?
Probably yes, but you would have to figure out how to use COM with your
compiler.
> (I'm using Dev-Pascal with GNU Pascal at backend.)
GNU Pascal has no language extensions for COM to my knowledge (but I could
be wrong), so the easiest way would probably to try to find a plain C (not
C++, since that probably uses additional libraries) example that uses COM
and translate that.