Subject | Run without .gdb |
---|---|
Author | Jack Cane |
Post date | 2002-10-15T02:25:39Z |
My app has several forms, each with a tIBOdatabase component. I would like
to run without database support. I guess the best way to do this is to set a
"UseDB" property to false if (a) the .gdb does not exist or (b) user desires
to run without DB support.
Would like to know the best way to achieve this. I suppose it might be to
check if the .gdb exists. Where is the best place (hopefully only one place)
to make the check?
tks,
jwc
to run without database support. I guess the best way to do this is to set a
"UseDB" property to false if (a) the .gdb does not exist or (b) user desires
to run without DB support.
Would like to know the best way to achieve this. I suppose it might be to
check if the .gdb exists. Where is the best place (hopefully only one place)
to make the check?
tks,
jwc