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
Search found 5 matches
- 06.03.2014, 21:29
- Forum: ZeosLib 7.1 stable Forum
- Topic: problem with AutoEncodeString
- Replies: 2
- Views: 1043
- 28.02.2014, 01:13
- Forum: ZeosLib 7.1 stable Forum
- Topic: problem with AutoEncodeString
- Replies: 2
- Views: 1043
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ó...
- 19.03.2012, 18:53
- Forum: 6.6 - stable
- Topic: ERRO: List index out of bounds(0)
- Replies: 7
- Views: 2103
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 ...
- 05.03.2012, 13:12
- Forum: 6.6 - stable
- Topic: ERRO: List index out of bounds(0)
- Replies: 7
- Views: 2103
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 ...
- 22.02.2012, 12:48
- Forum: 6.6 - stable
- Topic: ERRO: List index out of bounds(0)
- Replies: 7
- Views: 2103
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
Problem is in file "ZDbcDbLibMsSqlMetadata.pas". Patch from attachment solves the problem.
http://zeosbugs.firmos.at/view.php?id=255