Subject | Re: [Firebird-Java] Re: Data Won't stick |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-20T08:03:35Z |
> Found the issue -- was using Prepared Statement instead of CallableDid you use the escaped syntax ("{call ....}") or Firebird syntax (EXECUTE
> statement. Works like a champ, now.
PROCEDURE)? If latter - it should work correct. If former - it should report
you an error. If one of the above did not happen, please explain in details
what you have executed, since that might be a bug in JayBird.
Roman