Zeos 6.6 - beta ZSQLMetadata - mdTables dont return any value ?
it works before 6.5 ?
Muthu
Search found 8 matches
- 21.12.2006, 05:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZSQLMetadata - mdTables dont return any value
- Replies: 1
- Views: 740
- 02.09.2006, 16:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: sum of return stringfield as result
- Replies: 2
- Views: 776
zquery return TstrinField instead TfloatField
Hai
i am using zeos latest source (thru svn updated ) , mysql ver 5 (but i chked with old ver of mysql also )
select sum(qty) as ttlqty from table1
return like this
ZQuery1ttlqty: TStringField;
but normlay like postgresql & others return as TFloatfield
is this bug or problem of mysql ?
Muthu
i am using zeos latest source (thru svn updated ) , mysql ver 5 (but i chked with old ver of mysql also )
select sum(qty) as ttlqty from table1
return like this
ZQuery1ttlqty: TStringField;
but normlay like postgresql & others return as TFloatfield
is this bug or problem of mysql ?
Muthu
- 14.08.2006, 10:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: sum of return stringfield as result
- Replies: 2
- Views: 776
sum of return stringfield as result
Hai
Mysql - Zquery - sum(field) return stringfield resutl, suppose to be numeric type result ?
Muthu
Mysql - Zquery - sum(field) return stringfield resutl, suppose to be numeric type result ?
Muthu
- 19.06.2006, 11:24
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Looking for compiler testers.
- Replies: 7
- Views: 1513
- 19.06.2006, 11:17
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Installation problems with d2006
- Replies: 10
- Views: 3134
http://tortoisesvn.tigris.org/ - try this , then update.
- 24.03.2006, 16:13
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: time out and connection resume
- Replies: 5
- Views: 1107
connectino resume
ZConnection.Properties.Add('isc_tpb_concurrency');
ZConnection.Properties.Add('isc_tpb_wait');
is there any option like this for postgres?
for connection resume? how to find if connection droped , even after connection to server droped still connected shows True?
ZConnection.Properties.Add('isc_tpb_wait');
is there any option like this for postgres?
for connection resume? how to find if connection droped , even after connection to server droped still connected shows True?
- 23.03.2006, 08:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: time out and connection resume
- Replies: 5
- Views: 1107
- 23.03.2006, 08:24
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: time out and connection resume
- Replies: 5
- Views: 1107
time out and connection resume
Hai
i have problem in time out , for postgresql server, if we dont use for 30min connection to server will be droped.
how to disable time out?
if internet connection droped , i have to reconnect again, is there any way to reconneect & resume
muthu
i have problem in time out , for postgresql server, if we dont use for 30min connection to server will be droped.
how to disable time out?
if internet connection droped , i have to reconnect again, is there any way to reconneect & resume
muthu