Re: Querying Mutliple Databases



> I'm trying to query multiple databases but I don't know if this is
> possible
> or how to go about implementing this.

No problem. You just need 1 Connection object-per-database
And any Recordsets or Command objects will use the connection from the
appropriate database.

Stephen Howe


.