Accidentally posted here instead of Zeos Forum. But I cannot delete my own post. Sorry.
Hello there,
I am sorry if this is answered in forum before. I could not find.
I want to list usable/available codepage values in a combo box, before or after connected to db. I want to fill a combobox, after user selects a protocol and connects to that db.
As I guess, both
ZConnection1.ClientCodePage:= 'some'
and
ZConnection1.Properties.Add('codepage=some')
do same thing.
So, I want to access the same list when Zeos component fills in ClientCodePage property combobox at Object Inspector after protocol is selected.
Thanks
Ömür Ölmez.