Search found 5 matches

by adi3000
07.04.2006, 15:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeosdbo from cvs, lazarus and fpc
Replies: 36
Views: 11241

fpc

If you change the fpc please delete all files from build folder. This folder whas created when you compiled first time zeoslib ... is better to delete that files or the folder every time when you upgrade anything : lazarus or fpc. (this folder is located in /lazarus/components/zeosdbo_rework/build -...
by adi3000
07.04.2006, 14:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Default values for not null fields on new record
Replies: 13
Views: 5397

Solution

I found what is changed between what version I use and the new version: In ZAbstractDataset.pas at line 420 it is an inherited; I belive we need to put: {$IFNDEF FPC} inherited; {$ENDIF} and this resolve the problem in windows, on delphi - I will check if in lazarus work ... Adrian lte: In Lazarus i...
by adi3000
17.03.2006, 09:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Default values for not null fields on new record
Replies: 13
Views: 5397

Repeat - for sure it is a bug

Hi, What zippo sad is not a good idea, we cannot change all the code to test if the field is null or not and if it has a default value to take the appropriate action. What btrewern sad is either not good because if you use an TZQuery with an ‘select * ...’ an you don’t define all fields, because som...
by adi3000
08.03.2006, 16:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Default values for not null fields on new record
Replies: 13
Views: 5397

Default values for not null fields on new record

This has been discussed on http://seegernet.koolhost.de/zeosforum/viewtopic.php?t=298 http://seegernet.koolhost.de/zeosforum/viewtopic.php?t=362 The problem is : Zeos does not permit a field to be 'nullable' if it's defined as not null even if has an default value. – in fact it is not null when the ...
by adi3000
25.08.2005, 09:45
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11492

Help connect zeos to embedded mysql server

Can enyone help me using mysql embedded server from zeos ?