Search found 5 matches
- 29.05.2016, 15:55
- Forum: ZeosLib 7.1 stable Forum
- Topic: SQLite, Boolean & AsBoolean...
- Replies: 1
- Views: 884
Re: SQLite, Boolean & AsBoolean...
I solved with changing "WHERE Field;" to "WHERE (Field= "Y");" in SQL stament.
- 29.05.2016, 15:26
- Forum: ZeosLib 7.1 stable Forum
- Topic: SQLite, Boolean & AsBoolean...
- Replies: 1
- Views: 884
SQLite, Boolean & AsBoolean...
I try to update a Boolean field: ZQuery.FieldByName('FieldName').AsBoolean:= TRUE; ZQuery.Post; ZQuery.ApplyUpdates; Connection.Commit; And It does not work, also I've tried (without success): ZQuery.FieldByName('FieldName').AsInteger:= 1; //No error but nothing happens ZQuery.FieldByName('FieldName...
- 21.12.2007, 17:27
- Forum: Feature Requests
- Topic: [bug_fixed] Improve Sqlite3 Column Affinity
- Replies: 6
- Views: 3481
- 20.12.2007, 19:25
- Forum: Feature Requests
- Topic: [bug_fixed] Improve Sqlite3 Column Affinity
- Replies: 6
- Views: 3481
[bug_fixed] Improve Sqlite3 Column Affinity
Your ZeosLib DBO Version: The IDE you are using: Delphi Version (and maybe patchlevel) of the IDE: The database you are using: SQLite3 Version of the database: Used protocol: [hr] Error description and post In order to Column Affinity, see: http://www.sqlite.org/datatype3.html , "2.1 Determina...
- 17.12.2007, 21:57
- Forum: Feature Requests
- Topic: [bug_rejected] Boolean Parameter in sqlite query
- Replies: 12
- Views: 5188