Re: [Firebird-net-provider] Code First Error

2013-03-22 Thread Jiri Cincura
On Fri, Mar 22, 2013 at 3:05 AM, Muthu Annamalai muthuannama...@sbcglobal.net wrote: System.Data.Entity.Edm.EdmEntityType: EntityType ‘Image’ has no key defined. Define the key for this EntityType. System.Data.Entity.Edm.EdmEntitySet: EntityType EntitySet ‘Images is based on the type

[Firebird-net-provider] fbbackup

2013-03-22 Thread Nicolas Timmers
Hello everyone I have a question, when using the fbbackup on .net have a way to know if the backup was completely sucesfull??? And wirh fbreatore?? Enviado pelo meu Windows Phone-- Everyone hates slow websites. So do

Re: [Firebird-net-provider] Code First Error

2013-03-22 Thread MuthuAnnamalai
But the Model is created by C# Entity Framework Power tool and I checked the Image table mapping class which has mapping for primary key defined... Sent from my iPad On Mar 22, 2013, at 3:07 AM, Jiri Cincura disk...@cincura.net wrote: On Fri, Mar 22, 2013 at 3:05 AM, Muthu Annamalai

Re: [Firebird-net-provider] fbbackup

2013-03-22 Thread Gerdus van Zyl
It will give an exception if there is a problem. you have to set Verbose = True on FbRestore/FbBackup so that the program blocks until the backup is complete. restore.Verbose = True AddHandler restore.ServiceOutput, Sub(sender As Object, e As ServiceOutputEventArgs)

Re: [Firebird-net-provider] fbbackup

2013-03-22 Thread André Knappstein
You can subscribe a method to the ServiceOutput event. I have usually switched it off, because means a performance penalty, but for debugging I usually turn it on. Here is a small example which should put you into the right direction. All you need to do is to write e.Message

Re: [Firebird-net-provider] fbbackup

2013-03-22 Thread Nicolas Timmers
You are right tank youu Someone know hpw to performe a database shutdown and online ??? Enviado pelo meu Windows Phone De: Gerdus van Zyl Enviada em: 22/03/2013 09:19 Para: For users and developers of the Firebird .NET providers Assunto: Re:

Re: [Firebird-net-provider] fbbackup

2013-03-22 Thread Scott Price
You shouldn't need to perform a server shut-down to perform a restore, and do not need to ever to perform a backup, though it's up to you if you choose to. What you would need to do is make sure all connections to the database are closed. If you are using the .NET ADO.NET provider only, you

Re: [Firebird-net-provider] fbbackup

2013-03-22 Thread Mark Rotteveel
On Fri, 22 Mar 2013 13:48:21 +, Scott Price scott.pr...@virgin.net wrote: You shouldn't need to perform a server shut-down to perform a restore, and do not need to ever to perform a backup, though it's up to you if you choose to. What you would need to do is make sure all connections

Re: [Firebird-net-provider] fbbackup

2013-03-22 Thread Nicolas Timmers
Tank you So doing the shutdown not necessary i need to call the clear pool right ? Because tje shitdown forced will close all connection be her from .net or othee? Enviado pelo meu Windows Phone De: Mark Rotteveel Enviada em: 22/03/2013 11:08 Para: For users and

[Firebird-net-provider] Fbshutdown

2013-03-22 Thread Nicolas Timmers
The dbshutdown command apears not to work with firebird 2.5.2 super classic aleays return the error service already open can someone help? Enviado pelo meu Windows Phone-- Everyone hates slow websites. So do we. Make