李
李颖
Unregistered / Unconfirmed
GUEST, unregistred user!
new version of DBBackup, now ADO supported! (Alpha 1 test version release), volunteer wanted / by 李颖(100分)<br />1.How to get it:
please mail to me (e.w@263.net) and fill the mail title with "request DBBackup Alpha 1"
2.How to install it:
(1)unpack the package to some folder (assume it's "C:/DBBackup_D6")
(2)add the folder "C:/DBBackup_D6/Lib" to the Delphi 6 Library path
(3)open "C:/DBBackup_D6/Source/DBBackup/DBBackupPkg.dpk" in Delphi 6 IDE and install it
(4)open "C:/DBBackup_D6/Source/Datapump/Datapump_BDE.dpr" in Delphi 6 IDE and compile it
(5)open "C:/DBBackup_D6/Source/Datapump/Datapump_ADO.dpr" in Delphi 6 IDE and compile it
3.what's new:
now the new version of DBBackup support ADO via TADODBBackup
4.Known Bugs:
(1)when DBBackup restore data, if the component detect that the destination table does not exist,
the component will try to create it, the code to create table has some bugs, and i am working
for this now
(2)the code to get the SQL Script of table structure is only tested in MS SQL Server, so it maybe
is not very good. please test this function carefully
5.Warning:
(1)DON'T test this component with your important database!! it's recommended to create a temporary
database and copy some test data to it.
(2)beacause the code to create table is not very perfect, so i will perhaps change the structure
of the backup data file to support the new code
6.feed back
please mail to me (e.w@263.net) for anything bug, questiong, suggestion and others.
please mail to me (e.w@263.net) and fill the mail title with "request DBBackup Alpha 1"
2.How to install it:
(1)unpack the package to some folder (assume it's "C:/DBBackup_D6")
(2)add the folder "C:/DBBackup_D6/Lib" to the Delphi 6 Library path
(3)open "C:/DBBackup_D6/Source/DBBackup/DBBackupPkg.dpk" in Delphi 6 IDE and install it
(4)open "C:/DBBackup_D6/Source/Datapump/Datapump_BDE.dpr" in Delphi 6 IDE and compile it
(5)open "C:/DBBackup_D6/Source/Datapump/Datapump_ADO.dpr" in Delphi 6 IDE and compile it
3.what's new:
now the new version of DBBackup support ADO via TADODBBackup
4.Known Bugs:
(1)when DBBackup restore data, if the component detect that the destination table does not exist,
the component will try to create it, the code to create table has some bugs, and i am working
for this now
(2)the code to get the SQL Script of table structure is only tested in MS SQL Server, so it maybe
is not very good. please test this function carefully
5.Warning:
(1)DON'T test this component with your important database!! it's recommended to create a temporary
database and copy some test data to it.
(2)beacause the code to create table is not very perfect, so i will perhaps change the structure
of the backup data file to support the new code
6.feed back
please mail to me (e.w@263.net) for anything bug, questiong, suggestion and others.