Search found 278 matches

by gto
11.09.2007, 15:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird + 6.6.1 + Default Values for new record
Replies: 3
Views: 1145

Hello there!

Ahum.. correct me if I'm wrong, but firebird doesn't have a BOOLEAN data-type, right?
by gto
30.08.2007, 12:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Any restriction on NT or Win98?
Replies: 6
Views: 1992

Or even firewall or network restriction problems.

I've a client on Windows 98 and it runs smootly. Never tested in NT4, but it should be OK too, with the latests service packs.
by gto
17.08.2007, 12:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid1 and zeos in BCB6 ?
Replies: 8
Views: 2372

The don't appear here too.. try to use this service:
http://imageshack.us/
by gto
16.08.2007, 12:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Master-Detail relation broken in 6.6.2 REV270
Replies: 6
Views: 1766

Hum.. It can be done, but the appending of a master that already have childs in the database isn't a strange thing, occurs when database crashes and write down only the childs, or even when you delete the master, but keep the children and want them to appear if the right key is used. Just a thought ...
by gto
15.08.2007, 19:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Master-Detail relation broken in 6.6.2 REV270
Replies: 6
Views: 1766

Ugh.. I was not using SVN indeed.. but now I am. And yes, leaving dsEdit and removing dsInsert seems the right choice, while works for my project too :) Here goes the patch for REV 282: Index: src/component/ZAbstractRODataset.pas =================================================================== --...
by gto
14.08.2007, 19:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Collecting Success Stories!
Replies: 2
Views: 1099

Collecting Success Stories!

Hello! I'm collecting success stories from people arround the world that use Zeos and like ir :) If you're in these group, please reply this topic with, at least, these information: Your name/nick and/or who you represent (enterprise, organization..) Your IDE, Database System, Language.. Your projec...
by gto
13.08.2007, 21:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Master-Detail relation broken in 6.6.2 REV270
Replies: 6
Views: 1766

Master-Detail relation broken in 6.6.2 REV270

Hello! In my projects, I always do the master-detail relation using the dataset property, and then writing the SQL of detail query with parameters. For my surprise, when I've installed the REV270 and then compiled my project, everytime I append a new record to the master table, the detail don't refr...
by gto
03.08.2007, 14:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Refresh or Close/Open
Replies: 8
Views: 2576

Let's go deep into the code: The Close/Open procedures, aside from the Active property management, make use of InternalOpen and InternalClose, defined as virtual and abstract (to be implemented by component who inherits it). The complete way is: Open/Close -> SetActive -> OpenCursor/CloseCursor -> D...
by gto
03.08.2007, 12:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Refresh or Close/Open
Replies: 8
Views: 2576

You're right mdaems ! I've tried again, and refresh currently refreshes the entire dataset, just like close-open. I remember to have tested sometime ago and it only refreshed the current row.. anyway :) I have tried it too. :D The datas of two separeted record are refreshed in the grid. So what is ...
by gto
01.08.2007, 12:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Refresh or Close/Open
Replies: 8
Views: 2576

You're right mdaems! I've tried again, and refresh currently refreshes the entire dataset, just like close-open.

I remember to have tested sometime ago and it only refreshed the current row.. anyway :)
by gto
01.08.2007, 11:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Hint: "License is invalid or has expired"
Replies: 0
Views: 875

Hint: "License is invalid or has expired"

Hello there
I've seen some people with this problem before, then today my delphi 7 would't compile anymore.. so I found this page:

http://www.chillibear.org/delphi/license.shtml

Follow these steps and be happy :)
by gto
31.07.2007, 21:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Refresh or Close/Open
Replies: 8
Views: 2576

Well, refresh only reload the current record. Close/open redo the entire query, which reload the entire result set.
by gto
27.07.2007, 12:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with Multiple Foreign Key
Replies: 5
Views: 1572

There's no need to use OnChange. You can use the database property, like this: http://zeos.firmos.at/viewtopic.php?p=2199#2199 If the relation between Grain and Quality is dependant from the farm then, to make this type of relationship better, even for selecting data in future reports, try to do thi...
by gto
23.07.2007, 12:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib revision 261 is not working with Firebird 2.1 Beta 1
Replies: 8
Views: 2002

Well, I've read the changelog and this release really improves firebird. I've became exited too =D Here's the changelog: http://www.firebirdsql.org/devel/doc/rlsnotes/html/rlsnotes21.html Beside many bugfixes and internal improvements, there are the best new features IMHO: - database level triggers ...
by gto
23.07.2007, 12:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib revision 261 is not working with Firebird 2.1 Beta 1
Replies: 8
Views: 2002

mdaems, there's nothing clear until now. Vulcan interface is almost the same of Firebird, but they plan to include new features. I think the best thing is to wait a bit to, at least, an RC release.