Subject | Delphi Component - Shadowing |
---|---|
Author | dry250 |
Post date | 2005-11-22T09:02:14Z |
Hello,
I am using Delphi, and the shadowing.
I can easily create and destroy shadow by using a simple query like
CREATE SHADOW 1 'C:\SHADOW.SHD'
or
DROP SHADOW X
But now, i would like to know if a datebase got shadows and in which
file ?
I know i can use SHOW DATABASE in by using isql.exe, but maybe a
delphi component, which does it, already exists ?
Thanks
I am using Delphi, and the shadowing.
I can easily create and destroy shadow by using a simple query like
CREATE SHADOW 1 'C:\SHADOW.SHD'
or
DROP SHADOW X
But now, i would like to know if a datebase got shadows and in which
file ?
I know i can use SHOW DATABASE in by using isql.exe, but maybe a
delphi component, which does it, already exists ?
Thanks