Subject Re: [firebird-support] Database restart required : Tries to update the database using C# .NET applicati
Author martijn@pecsforall.com
> I am trying to update the FireBird database from C# .NET
> 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.
>

Sounds like a uncommitted transaction to me. Make sure you commit all
your transactions before you do your select.

Martijn