Search found 24 matches

by patyi
19.05.2008, 15:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Invalid operation in AutocommitMode
Replies: 7
Views: 1821

Suggestion :

if not ZSQLProcessor1.Autocommit then
cnConn.Commit;

regards Patyi.
by patyi
11.05.2008, 17:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11471

Hi all, Take a look to document Firebird 2.1 Release Notes, section Changes to the Firebird API and ODS. For example : Additions to the isc_database_info() Structure V. Khorsun The following items have been added to the isc_database_info() function call structure: isc_info_active_tran_count Returns ...
by patyi
05.01.2008, 21:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus and Zeos Master/Detail error
Replies: 9
Views: 4955

Yes, but without success :cry:
by patyi
05.01.2008, 21:17
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus and Zeos Master/Detail error
Replies: 9
Views: 4955

Yes, but without success :cry:
by patyi
12.12.2007, 22:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus and Zeos Master/Detail error
Replies: 9
Views: 4955

Master/Detail bug on Lazarus

Hi ! I made a simple test project on Win XP and Delphi, it works perfect ! The master/detail bug exists definetly on Lazarus, and I'm sure that is a sintax difference between Delphi and FPC. Unforunately my knolage is not enough to do myself ... Please help to fix this bug ... :( (test is done with ...
by patyi
11.12.2007, 11:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus and Zeos Master/Detail error
Replies: 9
Views: 4955

Yes, I have that error on Windows, on Linux just stop executing the program. I'm read samthing on fpc documentation abaut diffrernces between Delphi (Object Pascal) sintax and Free Pascal abaut assigning types or objects, but dont know what that mean in this context exactly. I will investigate it .....
by patyi
10.12.2007, 14:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus and Zeos Master/Detail error
Replies: 9
Views: 4955

Lazarus Master/Detail problem

Hi !

Thanks for quick response ! :D

Param check is True ... I made a simle project with sql script in attachment ... so try it !
by patyi
09.12.2007, 18:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus and Zeos Master/Detail error
Replies: 9
Views: 4955

Lazarus and Zeos Master/Detail error

Hi ! In Lazarus 0.92.24 and Zeos 315 Testing the master/detail faild on opening the detail dataset. I have on form 2 ZQuery, first is master and another is slave (detail), with properly connected trought masters datasource. Required fields is exists in both datasets ! Here is the SQL monitor generat...
by patyi
12.11.2005, 22:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bug report: Locate with to or more fields
Replies: 0
Views: 781

Bug report: Locate with to or more fields

I'm found problem with Locate :

Query.Locate('project;fxn',VarArrayOf([CBPro.Text,i]),[]) not working correct !

By the other hand Query.Locate('project', CBPro.Text,[]) is OK !