Página 1 de 1

App-wise, thread-wise or window-wise dataconnections/-Sets?

Publicado: Dom Sep 23, 2007 11:57 pm
por Mahanimann
Hi,
I'm evaluating Xailer. Could anybody please give their thought on this:
Why should I not use a global TDataSource connection and/or all TDataSets
which is accessible from everywhere in the app, or, when multithreading,
make those global for the thread?
(I don't know xHarbour, but I assume it is possible to start threads.)
Thanks for any oppinion and remark.
Regards,
Paal

App-wise, thread-wise or window-wise dataconnections/-Sets?

Publicado: Mié Sep 26, 2007 6:13 pm
por jfgimenez
Paal,
> Why should I not use a global TDataSource connection and/or all TDataSets
> which is accessible from everywhere in the app, or, when multithreading,
> make those global for the thread?
We are working in this, that is, the posibility of create components in a
'shared bag' which were visible along the whole app. It will be available in
future versions.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

App-wise, thread-wise or window-wise dataconnections/-Sets?

Publicado: Jue Sep 27, 2007 11:12 pm
por Mahanimann
> We are working in this, that is, the posibility of create components in a
> 'shared bag' which were visible along the whole app. It will be available
> in
> future versions.
Ok, thanks,
Paal