Subject | Re: Unknown token CREATE |
---|---|
Author | edcurren |
Post date | 2005-07-08T19:05:07Z |
Hi Luc,
Right, sorry. I stopped and disabled the Firebird server, and
renamed all instanaces of fbclient.dll to fbclient.dll.1, and renamed
the fbembed.dll to fbclient.dll. My thinking along this line was to
ensure that there was only one connection to the database. My
previous comment about ISQL was (mostly for my own piece of mind),
that my SQL was not faulty.
The end goal here is to create a set of tables, exceptions, and
procedures in a newly created database via the API. If doing this by
running SQL is going to be overly problematic, then I am absolutly
willing to do it in the "appropriate" way for Firebird, I just need
to know what that way is :).
Thanks all.
Ed
--- In firebird-support@yahoogroups.com, Lucas Franzen <luc@r...>
wrote:
Right, sorry. I stopped and disabled the Firebird server, and
renamed all instanaces of fbclient.dll to fbclient.dll.1, and renamed
the fbembed.dll to fbclient.dll. My thinking along this line was to
ensure that there was only one connection to the database. My
previous comment about ISQL was (mostly for my own piece of mind),
that my SQL was not faulty.
The end goal here is to create a set of tables, exceptions, and
procedures in a newly created database via the API. If doing this by
running SQL is going to be overly problematic, then I am absolutly
willing to do it in the "appropriate" way for Firebird, I just need
to know what that way is :).
Thanks all.
Ed
--- In firebird-support@yahoogroups.com, Lucas Franzen <luc@r...>
wrote:
>the
> Ed,
>
> > Hi Luc,
> >
> > I did try a rename after disconnecting and it took about 5 or 6
> > seconds before it allowed me to rename the file.
>
>
> Embedded server can't be the problem since you were able to run the
> script via isql (if you did that with the FBEmbedded, too).
>
> Maybe not detaching / attaching will help in this case?
>
> > A bit more
> > information... My current setup is that my application is using
> > fbembed.dll (renamed to fbclient.dll). I have searched my systemhave
> > (which is not networked) for other instances of fbclient.dll and
> > found none.
>
>
> Luc.