Subject | Re: [IBO] There is a way to specify client library dll ? |
---|---|
Author | hamacker |
Post date | 2013-06-27T00:07:10Z |
It's not.
fbmbed.dll does not accept connect remote with multiples users connected.
Another way is generate a script from remote database and running 'isql -i
<script>' to create new database and populate with tables and procedures.
It's my plan "B".
I thought that plan "A" was more easy, I waitting for property to fill
vendor lib, but now I think different, In this moment plan "B" is more
simple.
thanks a lot.
2013/6/26 Andeas Hesse <ah@...>
fbmbed.dll does not accept connect remote with multiples users connected.
Another way is generate a script from remote database and running 'isql -i
<script>' to create new database and populate with tables and procedures.
It's my plan "B".
I thought that plan "A" was more easy, I waitting for property to fill
vendor lib, but now I think different, In this moment plan "B" is more
simple.
thanks a lot.
2013/6/26 Andeas Hesse <ah@...>
> **[Non-text portions of this message have been removed]
>
>
> Am 26.06.2013 18:19, schrieb hamacker:
>
> >
> > In my program I need to retain my current connection (remote) and
> > create a
> > fresh new database using 'fbembed.dll' because I dont need user/password
> > to attach this one, after that, transfer tables and procedures in remote
> > database to new database (local using 'fbembed.dll').
> >
> > Your sample is great, but this method are global (change all units), or
> > local (only current unit) ?
> > Because if local, it�s perfect, dont change anything in other
> > connections.
> >
>
> You don't need to use different dll's.
> Use fbmbed.dll for both connections.
> It is a full firebird client lib.
>
> --
> Andreas
>
>
> [Non-text portions of this message have been removed]
>
>
>