Subject Re: Embedded
Author Adam
--- In firebird-support@yahoogroups.com, "Aaron Abend"
<aaronabend@...> wrote:
>
> I am trying to get Firebird 2 embedded working. For 1.5, I used to set
> the server type to 1.

Huh, what are you setting and where?

> This does not seem to work. I get the
> message "Index was outside the bounds of the array." which happens as
> soon as I issue the open command and does not seem related to any SQL
> statement.
>
> Thoughts?

Sounds like some application configuration that has nothing to do with
Firebird, except possibly it uses Firebird as its database.

The main difference between connecting to an embedded server and a
full server is the connection string provided to the database engine -
it must be a local string for embedded, not a hostname:path format
etc. The rest is pretty much transparent.

Adam