Subject | Re: interclient migration |
---|---|
Author | Roman Rokytskyy <rrokytskyy@yahoo.co.uk> |
Post date | 2002-12-18T13:02:39Z |
Hi,
java.sql.Statement and java.sql.PreparedStatement.
Note, this fix is not available in RC2.
Best regards,
Roman Rokytskyy
> EXECUTE PROCEDURE calls should be executed with CallableStatement,Current version in CVS also allows EXECUTE PROCEDURE in
> SELECT ... FROM ... should be executed with PreparedStatement.
java.sql.Statement and java.sql.PreparedStatement.
Note, this fix is not available in RC2.
Best regards,
Roman Rokytskyy