Subject | Re: [firebird-support] Database restart required : Tries to update the database using C# .NET applicati |
---|---|
Author | martijn@pecsforall.com |
Post date | 2011-01-06T09:44:22Z |
> I am trying to update the FireBird database from C# .NETSounds like a uncommitted transaction to me. Make sure you commit all
> application. Updation of database from .NET is working fine. But once
> we do SELECT * FROM on FireBird database command prompt then it will
> not display the recently added records. So for updated display we have
> to quit the FireBird database and re-login.
>
your transactions before you do your select.
Martijn