What does datasource on zquery ? It is useful for some thing.
Does firebird only can go to 2gb of memory ???
Read this somewjere ???
Two Things
Moderators: gto, cipto_kh, EgonHugeist
I know it is a link to the db controls , but why it is on a zquery ( zquery is not a control ) ??
Does it works like an Tdataprovider.
if So whein i have an assigned datasource :
query1.open; > should populate the zquery table.
and gives an error witch is no sql. command .. found ..
So it means is not a data provider !!!!! So why is on zquery ??
Does it works like an Tdataprovider.
if So whein i have an assigned datasource :
query1.open; > should populate the zquery table.
and gives an error witch is no sql. command .. found ..
So it means is not a data provider !!!!! So why is on zquery ??
where's the code ..
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Re: Two Things
As far as I know this datasource can be used for master-detail relationships. the details datasource shoud refer to the master datasource.sfxcc wrote:What does datasource on zquery ? It is useful for some thing.
Once set there must be some other property defining what fields define the Master-Detail relationship.
Mark