Subject isql error in vista
Author Peter Lee
Hello,

I'm just setting up our development environment within vista. We use
isql and sql scripts to create our empty databases within xp with no
problems. However, in vista, when we try do to a 'create database
etc' we get a '-904 unavailable database' error.

===

SET SQL DIALECT 3;

CREATE DATABASE 'rising3.fdb' USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE 4096;

===

I have connected to the vista machine using ibexpert and opened up a
database - so the server is running.

Running FB 1.5.2.

Any ideas?

Peter Lee