Search found 5 matches

by paweld
06.03.2014, 21:29
Forum: ZeosLib 7.1 stable Forum
Topic: problem with AutoEncodeString
Replies: 2
Views: 1033

Re: problem with AutoEncodeString

Thank You very much. After patch apply it's ok. I must go back to 7.1.2 because in 7.1.3a on application close see error "Access violation".
FreeTDS it's ok, but connect with mssql server only on port 1433.

Best regards / Pozdrawiam
paweld
by paweld
28.02.2014, 01:13
Forum: ZeosLib 7.1 stable Forum
Topic: problem with AutoEncodeString
Replies: 2
Views: 1033

problem with AutoEncodeString

zeos 7.1.3a (tested on 7.1.2 and 7.2 alpha too) Lazarus 1.0.14 connection: ClientCodePage=WIN1250, ControlsCodePage=UTF8, protocol=mssql table contains field type varchar(5) if database field value='Polka' then all it's ok, but if field value in database='Półka' then zeos query return 'Pół' (for 'Pó...
by paweld
19.03.2012, 18:53
Forum: 6.6 - stable
Topic: ERRO: List index out of bounds(0)
Replies: 7
Views: 2064

OK, found the code. But you made your patch from new version to old version, so it's an inverted patch. sorry, first patch. But just looking to your patch makes me worry: wouldn't that only return 1 column for all tables? Adding 'and c.number = 0' looks to me 'allow only 1 column for each table in ...
by paweld
05.03.2012, 13:12
Forum: 6.6 - stable
Topic: ERRO: List index out of bounds(0)
Replies: 7
Views: 2064

paweld , I'm wondering where you have found the original code line... 'sysobjects o on (o.id = c.id) where o.name = %s and c.number=0'. Maybe I'm just seeing over it... What's your exact zeoslib 6.6 version? Can you browse the code in the 6.6-patches branch and trunk on sourceforge to check if the ...
by paweld
22.02.2012, 12:48
Forum: 6.6 - stable
Topic: ERRO: List index out of bounds(0)
Replies: 7
Views: 2064

List index out of bounds when try select from table function

When try select query from table-value function, get error: List index out of bounds. Error occurs on MSSQL 2000, 2005, 2008 and 2008r2.
Problem is in file "ZDbcDbLibMsSqlMetadata.pas". Patch from attachment solves the problem.

http://zeosbugs.firmos.at/view.php?id=255