Subject | Re: [firebird-support] isql doesn't show latest info |
---|---|
Author | Aage Johansen |
Post date | 2003-08-29T21:06:37Z |
On Fri, 29 Aug 2003 20:22:35 +0000 (UTC), hay77772000 wrote:
Is everything done in the same transaction? Probably not, since you are
talking of ISQL and 'your app'.
What is your transaction isolation?
Did you commit your additions?
--
Aage J.
> I connect to my database using isql, and do a "select count(id) fromIt could be. It depends on what you are doing, and how.
> metrics" and get the current count back.
> However if I add some more records using my app, and try the select count
> again, it shows me the same count!
> Is this expected behavior?!
Is everything done in the same transaction? Probably not, since you are
talking of ISQL and 'your app'.
What is your transaction isolation?
Did you commit your additions?
--
Aage J.