Re: merge multiple databases
From: YYZ (notapplicable)
Date: 05/12/04
- Previous message: DIOS: "Re: merge multiple databases"
- In reply to: DIOS: "Re: merge multiple databases"
- Next in thread: DIOS: "Re: merge multiple databases"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 May 2004 11:01:14 -0500
"DIOS" <sindizzy.pak@softhome.net> wrote in message
news:U2ioc.75672$kh4.4353952@attbi_s52...
> I think i stand corrected. Even though i have the databases opned
> exclusively and as
> read-only via a DAO database object, it must recognize this and let me do
> inserts from
> the databases using the following SQL
Yeah, I dont know what's happening behind the scenes. I would theorize that
possibly because you are reading from the db that is opened by you read only,
but you aren't using that connection object, then it doesn't mind that someone
else (even if it's you) has it opened exclusively... It's not trying to CHANGE
that database, so maybe it doesn't care.
I guess you could check this by trying to open up another connection in a
different app to that database, non-exclusive and read only...
Don't know.
Matt
- Previous message: DIOS: "Re: merge multiple databases"
- In reply to: DIOS: "Re: merge multiple databases"
- Next in thread: DIOS: "Re: merge multiple databases"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|