Skip to content

creating MS Access query objects using RODBC

2 messages · Tim Calkins, Dieter Menne

#
Tim Calkins-2 wrote:
To my knowledge, this is not possible using RODBC, because ODBC is the least
common denominator for many databases, and adding a query (~"view") to
Access is not within that standard.

It should be possible with COM, but I believe it will only work if you have
Access installed, not with mdb files alone.

Dieter