Subject Create external table
Author Antonio Sala Roldón
Hi All

I use FB 1.5 RC5 (Windows 200 Prof.).
When I execute this query from Ibexpert:

CREATE TABLE REGISTER EXTERNAL 'd:\data.pcl' (
DATA CHAR(256) CHARACTER SET NONE,
INTRO CHAR(1) CHARACTER SET NONE
);

work fine but when I commit transaction, the server
returns this error message:

Cannot commit transaction:
Unsuccessful execution caused by system error that
does not preclude successful execution of subsequent
statements.
password required.

Why?

Thanks.