Search found 4 matches

by casanova_frank
13.03.2008, 22:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 7 + Zeos 6.5.1/6.6.2 + Oracle 10g XE: Error ORA-01455
Replies: 0
Views: 1185

Delphi 7 + Zeos 6.5.1/6.6.2 + Oracle 10g XE: Error ORA-01455

Hi folks, I have this table and data: CREATE TABLE "fin_documento" ( "doc_clave" NUMBER(14,0), "doc_cli" NUMBER(8,0) ) INSERT INTO "fin_documento" VALUES (10101, 903) INSERT INTO "fin_documento" VALUES (2811900101, 903) On delphi, I have a simple ZCo...
by casanova_frank
30.05.2007, 00:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Master + Detail CachedUpdates Problem
Replies: 1
Views: 959

How do you assign data to the fields? DB-Aware controls or code?
Are you calling Post somewhere before ApplyUpdates?
by casanova_frank
27.06.2006, 22:11
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11613

Were you logged in while looking for the download? For me downloading works nice. Did not try to use it, however. Can somebody tell me where I can find a recent libmysqld.dll. I did not find it in recent 5.0 and 5.1 distributions. Mark Finally I could download it. Don´t know why before the link did...
by casanova_frank
06.06.2006, 16:33
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11613

No, the DLL has some special functions you must calll from the app. So far it worked on initialize, but I can't make the finalization, just before closing the application. I've atached the small test code, so you can study it.. Enjoy! :wink: I am interested on tring this. Can you send me that test ...