I\'m creating a simple isql script but it\'s not working and I need some help to find out whats wrong with it. I need to connect to a database and execute a SQL file. Th
Append a semicolon to the end of the UPDATE statement:
UPDATE
CONNECT 'localhost:C:\Monde\Servidor\db\monde.fdb' USER 'SYSDBA' PASSWORD 'masterkey'; update usuario set senha = 'MYkWEn0kHLHHdm' where login = 'rose';