PostgreSQL - GetServerList (EStringListError)
Posted: Mon 04 Jul 2011 18:14
Hi,
the GetServerList procedure, of TUniConnectDialog, the following error occurs:
EStringListError - List index out of bounds (196)
- StoreLogInfo = False
- UseServerHistory = False
But only with PostgreSQL...
----------------------------------------------------------------------------------------------------------------------------
Call Stack Information:
----------------------------------------------------------------------------------------------------------------------------
|Address |Module |Unit |Class |Procedure/Method |Line |
----------------------------------------------------------------------------------------------------------------------------
|*Exception Thread: ID=5172; Priority=0; Class=TCRServicesThread
----------------------------------------------------------------------------------------------------------------------------
|40032B80|rtl70.bpl |Classes.pas |TStringList |Get
|4003168C|rtl70.bpl |Classes.pas |TStrings |Error
|400316F1|rtl70.bpl |Classes.pas |TStrings |Error
|400316C4|rtl70.bpl |Classes.pas |TStrings |Error
|40032B80|rtl70.bpl |Classes.pas |TStringList |Get
|0027CD2B|dac70.bpl |Dbaccess.pas |TCRServicesThread |Execute
|75FA3675|kernel32.dll | | |BaseThreadInitThunk
----------------------------------------------------------------------------------------------------------------------------
|Calling Thread: ID=4308; Priority=0; Class=; [Main]
----------------------------------------------------------------------------------------------------------------------------
|4003C58C|rtl70.bpl |Classes.pas |TThread |Resume
|4003C584|rtl70.bpl |Classes.pas |TThread |Resume
|0027CC10|dac70.bpl |Dbaccess.pas | |TCRServicesThread
|0027DA9F|dac70.bpl |Dbaccess.pas |TCRNetManager |GetServerList
|0027D9E8|dac70.bpl |Dbaccess.pas |TCRNetManager |GetServerList
|00C19A07|pgprovider70.bpl |Pgservicesuni.pas |TPgServerEnumerator |GetServerList
----------------------------------------------------------------------------------------------------------------------------
How can I fix this problem?
Thanks!
the GetServerList procedure, of TUniConnectDialog, the following error occurs:
EStringListError - List index out of bounds (196)
- StoreLogInfo = False
- UseServerHistory = False
But only with PostgreSQL...
----------------------------------------------------------------------------------------------------------------------------
Call Stack Information:
----------------------------------------------------------------------------------------------------------------------------
|Address |Module |Unit |Class |Procedure/Method |Line |
----------------------------------------------------------------------------------------------------------------------------
|*Exception Thread: ID=5172; Priority=0; Class=TCRServicesThread
----------------------------------------------------------------------------------------------------------------------------
|40032B80|rtl70.bpl |Classes.pas |TStringList |Get
|4003168C|rtl70.bpl |Classes.pas |TStrings |Error
|400316F1|rtl70.bpl |Classes.pas |TStrings |Error
|400316C4|rtl70.bpl |Classes.pas |TStrings |Error
|40032B80|rtl70.bpl |Classes.pas |TStringList |Get
|0027CD2B|dac70.bpl |Dbaccess.pas |TCRServicesThread |Execute
|75FA3675|kernel32.dll | | |BaseThreadInitThunk
----------------------------------------------------------------------------------------------------------------------------
|Calling Thread: ID=4308; Priority=0; Class=; [Main]
----------------------------------------------------------------------------------------------------------------------------
|4003C58C|rtl70.bpl |Classes.pas |TThread |Resume
|4003C584|rtl70.bpl |Classes.pas |TThread |Resume
|0027CC10|dac70.bpl |Dbaccess.pas | |TCRServicesThread
|0027DA9F|dac70.bpl |Dbaccess.pas |TCRNetManager |GetServerList
|0027D9E8|dac70.bpl |Dbaccess.pas |TCRNetManager |GetServerList
|00C19A07|pgprovider70.bpl |Pgservicesuni.pas |TPgServerEnumerator |GetServerList
----------------------------------------------------------------------------------------------------------------------------
How can I fix this problem?
Thanks!