Zeos Controls and Zeos DBO
Moderators: gto, cipto_kh, EgonHugeist
Zeos Controls and Zeos DBO
I have used Zeos Controls (ZeosCtrls) with Zeos DBO version 5.x and I know they are compatible.
Has anybody used ZeosDBO version 6.x with Zeos Controls?
If yes, which versions?
Thank you,
Panos.
Has anybody used ZeosDBO version 6.x with Zeos Controls?
If yes, which versions?
Thank you,
Panos.
I have converted some of the controls long time ago i was mostly interested in the ZFindDialog but i also have ZParser, ZHexGrid and ZDataGrid, i will have a look at them and they will probably be uploaded somewhere for everybody to download, they do not work in Lazarus as i didn't even know it existed at the time but i don't think that will be hard to do.
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Yeah, guess why...
I think it's mainly the lack of developers. If you feel like starting a new components team, I don't think anybody would object, but for now we can't do it ourselves. Just give me a pm and we talk about it.
There are quite a lot of components available that work well with TDatasets. They should be compatible with ZeosDbo. I don't have a lot of experience with them. So let's see who else reacts.
Mark
I think it's mainly the lack of developers. If you feel like starting a new components team, I don't think anybody would object, but for now we can't do it ourselves. Just give me a pm and we talk about it.
There are quite a lot of components available that work well with TDatasets. They should be compatible with ZeosDbo. I don't have a lot of experience with them. So let's see who else reacts.
Mark
Unfortunately i don't have enough skill to develop a good component, rather i would use it.mdaems wrote:Yeah, guess why...
I think it's mainly the lack of developers. If you feel like starting a new components team, I don't think anybody would object, but for now we can't do it ourselves. Just give me a pm and we talk about it.
OK, let's wait. I tried to find a good one, but the best i found fits up the SQL request with a SORT BY. And i think these repeated requests load the network traffic unnecessary.mdaems wrote: There are quite a lot of components available that work well with TDatasets. They should be compatible with ZeosDbo. I don't have a lot of experience with them. So let's see who else reacts.
Hello everybody, it's my first post here.
I use TJvDBUltimaGrid and TJvDBGrid from JEDI JVCL library with no problem. The link is http://delphi-jedi.org/.
At this point I would say hello to everyone here. The ZEOS project is great, I use this library with Delphi 7 for connecting to MySQL for a long time. I am in preparations to migrate to Firebird 2. I check forum daily and it's really nice to have people here talking about everything concernig ZEOS.
I use TJvDBUltimaGrid and TJvDBGrid from JEDI JVCL library with no problem. The link is http://delphi-jedi.org/.
At this point I would say hello to everyone here. The ZEOS project is great, I use this library with Delphi 7 for connecting to MySQL for a long time. I am in preparations to migrate to Firebird 2. I check forum daily and it's really nice to have people here talking about everything concernig ZEOS.
Jedi's JvQuery is a descendent on delphi's TQuery which depends on the BDE, which means that BDE MUST be installed along with your application.
The main reason you would use Zeos or any other data access components is precisely not to depend on the BDE and have a "Native" access to the database that you are connecting to.
What Zeos data access components give you in comparison to other native data access components, is the ability to connect to different databases without having to use different components since most native data access components only connect to one specific database.
Regards
Jay
The main reason you would use Zeos or any other data access components is precisely not to depend on the BDE and have a "Native" access to the database that you are connecting to.
What Zeos data access components give you in comparison to other native data access components, is the ability to connect to different databases without having to use different components since most native data access components only connect to one specific database.
Regards
Jay