Click here to Skip to main content
15,867,999 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my application I have to provide the data security for the FireBird database file. Can any one help me how to make Database Recovery and BackUp.
I am using FireBird 2.5 database, and C#.Net 4.0 framework...
Thanks In Advance....
Posted

1 solution

 
Share this answer
 
Comments
SubrahmanyamGurram 4-Jul-12 0:30am    
Is it posible to have the back up and restore location dynamic?
Zoltán Zörgő 4-Jul-12 8:10am    
What do you mean by dynamic? You can specify any file location and database, thus you can make it as dynamic as you like.
SubrahmanyamGurram 4-Jul-12 8:16am    
Thanks Zoltan, Are you working on firebird? Did You know how to write triggers in firebird? If you can I have A Bad Condition to write a trigger to update the values depends on the inserting values. Is it posible to make? If Didn't understand my point. I Will Explain if you send me you mail id!
Zoltán Zörgő 4-Jul-12 11:26am    
Yes, I am using firebird regularly. You can do many things with triggers, but I din't get your point. You can send me mail to paralia(at)fw(dot)hu. You will probably get a delivery error, but I should receive it. If not, I will give you an other address.
SubrahmanyamGurram 4-Jul-12 11:47am    
Hi Zoltan,



Thanks for the reply,



actually in my current application i have to update the table depends on the row inserting , the inserting row will have a date column, I have to update the rows in the same table which after the date in the inserting row date.

example



my table looks like



Name Expendature TotalExpendature

2-jun-2012 'jhon' 1000 1000

3-jun-2012 'gerge' 2000 3000

6-jun-2012 'peter' 1000 4000

8-jun-2012 'jhon' 3000 7000



here if i need to insert the 5-jun-2012 day values it has to update the total in the 6-jun-2012 and later dates.





Can you please fix this and send me sum solution



Thanks And Regards,

--
Subrahmanyam

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900