Search found 11 matches

by ogecrom
27.09.2007, 19:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Doubt about the correction for 0000048
Replies: 3
Views: 1251

Hi Mark!
Thanks for solving the 0000063 issue.
As far as I could test, there is no collateral effects. :)

Valdir.
by ogecrom
14.09.2007, 13:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Doubt about the correction for 0000048
Replies: 3
Views: 1251

Hi Mark!
I've posted the 0000063 issue.

It looks like the problem is with commented lines. There is support for line comments?

I've added more info on the issue.

Valdir
by ogecrom
13.09.2007, 18:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Doubt about the correction for 0000048
Replies: 3
Views: 1251

Doubt about the correction for 0000048

I could not update for test the correction myself, yet. I am using the TZSQLProcessor with ParamCheck False and default delimiter options. What if I have a statement with the delimiter ";" inside a string? For example: 1. insert into TABLE (FIELD) values ('aaa;aaa'); 2. insert into TABLE (...
by ogecrom
29.05.2007, 22:50
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery + TDataSetProvider = Blank fields on details
Replies: 2
Views: 766

Done. Issue 0000043.
by ogecrom
29.05.2007, 22:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery + TDataSetProvider = Blank fields on details
Replies: 2
Views: 766

TZReadOnlyQuery + TDataSetProvider = Blank fields on details

Hello! I'm using a master/detail relationship with zeos and midas. Everything is set ok so the detail query become a datasetfield in the master clientdataset. When I open the master clientdataset, the detail clientdataset is filled with the correct number of rows and fields, but the values of this f...
by ogecrom
25.05.2007, 18:25
Forum: User Patches
Topic: Propertie for GetMetadata for the fields
Replies: 3
Views: 1915

Hello gto!

I've made this modifications to solve the same problem as rpelisson.

Here goes the svn patch.
by ogecrom
28.03.2007, 12:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Troubles with datasetfield and Zeoslib
Replies: 12
Views: 6060

I've followed the instructions posted by robsonselzelin on 09.07.2006 18:05. But used TZReadOnlyQuery instead of TZQuery and NOT setted the master and link fields on the detail query and setted the provider poFetchDetailsOnDemand. I'm sending an example that works fine for fetch and update data. (th...
by ogecrom
14.03.2007, 17:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Troubles with datasetfield and Zeoslib
Replies: 12
Views: 6060

With Zeos 6.5.1 I had to set the dataset provider poFetchDetailsOnDemand to true. Then it got the correct values from the fields.
by ogecrom
30.10.2006, 17:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib and clientdataset
Replies: 1
Views: 969

Hello Robson.

How do you fixed this problem?
by ogecrom
16.12.2005, 12:59
Forum: Other 6.x Versions
Topic: Windows 95 and mySQL
Replies: 2
Views: 3296

Ah! I've tried to register the dll.
(regsvr32 c:\windows\system\libmysql41.dll)
but it fails with error number = 1.

Someone who already had this problem, how can I solve it?

TIA.
by ogecrom
16.12.2005, 12:52
Forum: Other 6.x Versions
Topic: Windows 95 and mySQL
Replies: 2
Views: 3296

Windows 95 and mySQL

Hello, In Windows 95 i'm getting the "None of the dynamic libraries can be found: libmysql41.dll". In google search I can see that in the old forum this question was already been answered. But I didn't find the answer. I'm using Delphi7 (compiling in WinXP SP2) and already copied the dll t...