Hello, Sergey Seroukhov and all.

  Thanks for your reply..

> I have some expirience here.
> 1. If you compile with BPL support you should not have a problem
> 2. If you compile with static modules, you'll have two copies of
>    ZLibXXSql, so you can not use connect allocated in main module
>    inside dll (because memory managers are different). In that case
>    you have to pass ZLibXXSql.hDll (dll handle) from main module
>    and then get routines from already loaded client dll:
>    ZLibXXSql.hDll := PassedHandle;
>    XXSqlLoadLib;

  I think i am using the static modules. But there are something i don't
understand.
  1. Why i will have two copies of ZLibXXSql. Is it not that they both
shares one....??
      Also would you describle more about how to get routines from already
loaded client Dll....??

>
> If you'll make as I said you should not meet any problems to pass ZDBO
> objects from main module to dll and visa versa.
>
> The alternative is to use Midas. Turn on WITH_IPROVIDER in Zeos.inc
> and then use ordinary multi-tier technology.
> I must say, that that features are not well tested. I had to free time
> to do it, but I'll try to make all necessary fixes if you'll find a
> problems.
> Just send me test applications with required table dumps.

  If the method you mentioned above is work.... i think i won't try to use
Midas at that moment....
  because i think it is much more trouble....??!! So would you tell more
about how the use the static modules method..

Urgent, Please Help....


To unsubscribe mail to 
[EMAIL PROTECTED] with 'unsubscribe' as the subject
home page: http://www.zeos.dn.ua

Reply via email to