Re: [Gambas-user] gb.db Connections questions

2013-12-16 Thread Benoît Minisini
Le 16/12/2013 06:53, Bruce a écrit : > Fiddling around under the hood > > Is there any hidden reason why Connections is readonly? > Because it is a collection of connections defined in the project, so it is read-only. > Is there any reason for it not having a Count property? Not at all. I

[Gambas-user] gb.db Connections questions

2013-12-15 Thread Bruce
Fiddling around under the hood Is there any hidden reason why Connections is readonly? Is there any reason for it not having a Count property? The reason being, I am trying to get rid of my Application override/inheritance problem from this morning. I have run into an issue where a) we con