Search found 7 matches

by iwancs
03.09.2009, 19:35
Forum: ZeosLib 7.0 Beta Forum
Topic: ZMetadata failed to fetch list of table in excel using ADO
Replies: 7
Views: 667

Sorry mark, i've been busy with other things first, i'll post some progress as soon as possible, i've found the source line, and it looks like it has problem, but i need to do other things first, so i can't continue yet. But did you having the same problem too?is it reproduceable in your development...
by iwancs
26.08.2009, 22:36
Forum: ZeosLib 7.0 Beta Forum
Topic: ZMetadata failed to fetch list of table in excel using ADO
Replies: 7
Views: 667

It's ok, i can understand, i've tried 6.5 version on D6, and it's working, i'll try your suggestion for 7.0 on D6 too. I've tried debugging the source to find which function is responsible to return the value, so thanks for the hint, i'll take a look at the source. Hopefully i could find the problem...
by iwancs
13.08.2009, 19:25
Forum: ZeosLib 7.0 Beta Forum
Topic: ZMetadata failed to fetch list of table in excel using ADO
Replies: 7
Views: 667

Hi, I haven't tried the ADO Connection to other database, just for Excel File and i've tried the Previous Stable Version, it works, so it happen only on this version. I use the 6.6.5 stable version on D6 and it works. I Use the TZSQLMetaData component because i need to get list of available sheet. I...
by iwancs
29.07.2009, 03:24
Forum: ZeosLib 7.0 Beta Forum
Topic: ZMetadata failed to fetch list of table in excel using ADO
Replies: 7
Views: 667

ZMetadata failed to fetch list of table in excel using ADO

Hi, i've tried to use the ZMetadata to retrieve list of table on an excel file using the ADO protocol.
It returns no list.
But i still can access the excel sheet using the ZQuery and read the data correctly, but i need to list the table inside the excel file.
Is there anyone tried it? thanks
by iwancs
23.08.2008, 07:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11269

So, is the zeos 6.6.3 stable version already fully support firebird 2.1?Including the blob problem found in this thread?

Iwan
by iwancs
20.02.2007, 10:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Update Failed On Complex Query
Replies: 9
Views: 2551

Yes, i know that I Can used to TZQuery and use lookup field, but it will degrade the performance when loading the table if the main table must join to more than 2 tables. I need this query to display data that consists of more than 2 tables and that table is used for transaction too. Iwan Cahyadi Su...
by iwancs
20.02.2007, 08:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Update Failed On Complex Query
Replies: 9
Views: 2551

Update Failed On Complex Query

Hi, i've installed latest Zeos 6.6-TRUNK from CVS. I have a query that join 2 or more tables like this: SELECT IVDATGRP_LVL0.ID_IVDATGRP_LVL0 ID_KELOMPOK, IVDATGRP_LVL0.KODE KODE_KELOMPOK, IVDATGRP_LVL0.NAMA NAMA_KELOMPOK, IVDATGRP_LVL0.KETERANGAN KETERANGAN_KELOMPOK, IVDATGRP_LVL1.* FROM IVDATGRP_L...