CritterLover
Programmer
I've created a Query which I plan to expand to use 2 databases using thread 102-383313 as my model. I'm getting errors and trying to track down from what so I've simplified the SQL to what you see below which only uses one database. When I remove the:
from "
VFacts:caa44240", "
VFacts:caa44340"
and replace it with:
from caa44240, caa44340
and specify the database as DVFacts in the properties then I can set the Active property to True. With the SQL (below) I get 'Insuffient Memory for this Operation'. I have raised the MAXBUFSIZE to 4096
MAXHANDLES to 60
SHAREDMEMSIZE to 4096
MEMSIZE to 20
in the BDE Administrator.
Select
caa44240.caa442400011, caa44240.caa442400012, caa44240.caa442400013, caa44240.caa442400014,
caa44340.caa443400011, caa44340.caa443400012, caa44340.caa443400013, caa44340.caa443400014,
caa44340.caa44340002, caa44240.caa44240042
from "
VFacts:caa44240", "
VFacts:caa44340"
where
caa44240.caa442400011=caa44340.caa443400011
and caa44240.caa442400012=caa44340.caa443400012
and caa44240.caa442400013=caa44340.caa443400013
and caa44240.caa442400014=caa44340.caa443400014
and caa44240.caa44240042=22737
Any ideas? I can't even get the syntax to work and I haven't even added the 2nd database yet! Is there some trick I'm just clueless on? Thanks in advance!
from "
and replace it with:
from caa44240, caa44340
and specify the database as DVFacts in the properties then I can set the Active property to True. With the SQL (below) I get 'Insuffient Memory for this Operation'. I have raised the MAXBUFSIZE to 4096
MAXHANDLES to 60
SHAREDMEMSIZE to 4096
MEMSIZE to 20
in the BDE Administrator.
Select
caa44240.caa442400011, caa44240.caa442400012, caa44240.caa442400013, caa44240.caa442400014,
caa44340.caa443400011, caa44340.caa443400012, caa44340.caa443400013, caa44340.caa443400014,
caa44340.caa44340002, caa44240.caa44240042
from "
where
caa44240.caa442400011=caa44340.caa443400011
and caa44240.caa442400012=caa44340.caa443400012
and caa44240.caa442400013=caa44340.caa443400013
and caa44240.caa442400014=caa44340.caa443400014
and caa44240.caa44240042=22737
Any ideas? I can't even get the syntax to work and I haven't even added the 2nd database yet! Is there some trick I'm just clueless on? Thanks in advance!