Search found 18 matches

by apiove
30.01.2006, 23:37
Forum: Feature Requests
Topic: ActiveRecord property
Replies: 4
Views: 2329

hello! try the property RecNo ;) ZQuery.RecNo (ZTable and ZReadOnlyQuery has it too, I think) returns the number of the record in the "internal cache" of component try it, see if it's what you are looking for I was developing a TDBTreeView, so I needed that property, because I'have not to...
by apiove
11.01.2006, 15:37
Forum: Feature Requests
Topic: ActiveRecord property
Replies: 4
Views: 2329

ActiveRecord property

ActiveRecord Indicates the index of the active record in the internal cache of records. Delphi syntax: property ActiveRecord: Integer; C++ syntax: __property int ActiveRecord = {read=FActiveRecord, nodefault}; Description: [...] Note: Unidirectional datasets never cache records. For unidirectional d...
by apiove
04.01.2006, 15:22
Forum: 6.1.5
Topic: Firebird-1.5 & Autogenerated fields(plague of our times)
Replies: 1
Views: 999

Firebird-1.5 & Autogenerated fields(plague of our times)

Ok, i'm sure that when i post this message i'll find the solution or find the answer someware on the web, so my excuse in advance ;) I'm developing a little db application for a job managment and i'm evalutating to migrate from mysql 4.X to firebird 1.5 mantaining the use of ZeosDBO. I know that MyS...