> Hello
>
[quoted text clipped - 3 lines]
> kind regards
> Dieter
No. You only need an Access license if you require the full product or the
runtime for an Access application. No Access license required to , ahem,
access an Access database. The above to the best of my knowledge. For a
formal ruling, contact Microsoft directly.
RobinS - 20 Feb 2008 05:26 GMT
>> Hello
>>
[quoted text clipped - 8 lines]
> access an Access database. The above to the best of my knowledge. For a
> formal ruling, contact Microsoft directly.
You're right.
You can write an application that uses an Access database as the backend as
long as you are reading the database with the MDAC components or OLEDB,
maybe DAO. If you are opening the database with OLE automation and running
reports, showing forms, and stuff like that, and the user has to have Access
installed to run the app, then you have to pay for it.
RobinS.