Re: Can someone help me with multiple "Left Outer Joins"?
Posted by Steve on 09/15/05 09:23
My question is, Can this query be further optimized for speed?
I have tried creating temporary databases, to break-up the outer joins
into different select commands, but I couldn't get it to work properly.
I'm using VB6 and ADO, invoking the execute method of the adodb.command
object to return the recordset.