On 02/08/07, Darren Duncan <[EMAIL PROTECTED]> wrote:
>
> What do you think would be the most common scenarios of a cross-database
> query?
Speaking only theoretically for now but one "use case" I can vaguely imagine
would be something we are working on right now:
We have a large SQL Server data
On 25/07/07, Bob <[EMAIL PROTECTED]> wrote:
Hello,
I got the following error, and no way to understand what it means.
The error:
<< Can't locate object method "pg_oid_status" via package "DBI::db" >>
This is triggered by my command << $bag{$dbh->pg_oid_status} = 1; >>
where I use the oid as
On 18/07/07, Ron Savage <[EMAIL PROTECTED]> wrote:
Amos Shapira wrote:
Hi Amos
> Our local SQL Server/Windows/C++ guru told me that the standard way we
scan
> tables causes the server to practically copy the entire result set into
a
> temporary table on the server before fe
Hello,
Our local SQL Server/Windows/C++ guru told me that the standard way we scan
tables causes the server to practically copy the entire result set into a
temporary table on the server before feeding it to the client.
He found a way to avoid this in C++ by some clever direct ODBC hacks on
Wind