try this :
insert into Event ( B1, B2, B3) Values ( 'Y', 'N', 'N') ;
Search found 50 matches
- 06.04.2010, 09:34
- Forum: SQLite Administrator
- Topic: Boolean, True != True
- Replies: 2
- Views: 1746
- 21.02.2010, 13:12
- Forum: 6.6 - stable
- Topic: TZAbstractDataset.InternalPost and BUG-FIX by bangfauzan
- Replies: 9
- Views: 1036
- 06.10.2009, 01:28
- Forum: ZeosLib 7.0 Beta Forum
- Topic: File not found: 'ZDbcPooled.dcu'
- Replies: 4
- Views: 672
- 28.09.2009, 16:54
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Limit LookupCombo Elements
- Replies: 1
- Views: 2251
I have the same problem. MASTER table: (notran, custno, kontak, .....) KONTAK table (id, nama, ....) DsMaster.DataSet := MASTER; KONTAK.MasterSource := dsMaster; KONTAK.MasterFields:='custno'; KONTAK.LinkedFields:='id'; MASTER contains lookupfield calls luKontak luKontak.LookupDataset:=KONTAK; luKon...
- 28.09.2009, 12:05
- Forum: SQLite
- Topic: How to find all table name in my database ?
- Replies: 3
- Views: 1110
Ansewer
also u can use GetTableNames() function in ZConnection component
- 26.07.2007, 11:01
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with fields editor in Lazarus
- Replies: 5
- Views: 1910
- 11.06.2007, 01:58
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cached Updates and master detail relationship
- Replies: 2
- Views: 1434
Detail dataset is automatically fill the key field with the value of master's key field. if master's key field is null (e.g. becouse the key field is autoincreament), the value of detail's key field also null. Solution : You first have to post (applyupdate) the master dataset (and get the key value)...
- 12.03.2007, 04:45
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: STRANGE problem with SUM
- Replies: 3
- Views: 1971
- 12.03.2007, 04:36
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: EDatabaseError with message Field 'xxxxxx' must have a value
- Replies: 7
- Views: 1791
- 21.02.2007, 01:49
- Forum: SQLite Administrator
- Topic: Great tool, but what about pictures ?
- Replies: 5
- Views: 3249
- 20.02.2007, 04:53
- Forum: SQLite Administrator
- Topic: Great tool, but what about pictures ?
- Replies: 5
- Views: 3249
- 08.01.2007, 05:45
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Noob : Retrieve FieldNames
- Replies: 8
- Views: 1975
- 05.01.2007, 04:42
- Forum: Firebird
- Topic: Multiple queries in one transaction
- Replies: 4
- Views: 2515
- 04.01.2007, 02:21
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Noob : Retrieve FieldNames
- Replies: 8
- Views: 1975
- 19.12.2006, 07:55
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Fine Tune: IndexFieldNames, SortedFields and SortType
- Replies: 1
- Views: 848
Fine Tune: IndexFieldNames, SortedFields and SortType
I made some revision in ZAbstractRODataset.pas, for fine-tuning such properties. The are now more stable and better behavior.
The changes based on revisions proposed by pawelsel and his testers, also some comments on the forum.
Regards.
The changes based on revisions proposed by pawelsel and his testers, also some comments on the forum.
Regards.