One, partial, solution.
When I don't need the value as a Variant and want only to test it against Null, I can use the field's IsNull property. This method doesn't generate an error.
Search found 11 matches
- 02.09.2009, 18:13
- Forum: 6.6 - stable
- Topic: "Unknown Type: 14" error accessing bigint field
- Replies: 7
- Views: 2024
- 01.09.2009, 09:03
- Forum: 6.6 - stable
- Topic: "Unknown Type: 14" error accessing bigint field
- Replies: 7
- Views: 2024
- 29.08.2009, 10:58
- Forum: 6.6 - stable
- Topic: "Unknown Type: 14" error accessing bigint field
- Replies: 7
- Views: 2024
Code: Select all
…
cf bigint,
…
- 21.08.2009, 11:08
- Forum: 6.6 - stable
- Topic: "Unknown Type: 14" error accessing bigint field
- Replies: 7
- Views: 2024
Yet another trick?
Hi seawolf, thank you very much for your efforts but it didn't work for me. Do I need to recompile Zeos after the changes? I added your recommendations and recompiled the Zdbc and ZComponent packages but still no change. Maybe another code point is still causing variant type 14 to appear as that big...
- 20.08.2009, 16:06
- Forum: 6.6 - stable
- Topic: "Unknown Type: 14" error accessing bigint field
- Replies: 7
- Views: 2024
"Unknown Type: 14" error accessing bigint field
Hi all, I encounter the following error using ZeosLib (v. 6.6.4 and 6.6.5). In my code: if DMCis.QHl.FieldByName('CF').Value<>Null then the Value returned is shown in Delphi as "Unknown Type: 14" . An error is raised saying "Invalid variant type conversion" . The undelying data f...
- 19.05.2009, 15:00
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem using non-autocommit mode
- Replies: 8
- Views: 6216
- 16.08.2008, 17:59
- Forum: Feature Requests
- Topic: wince
- Replies: 14
- Views: 5290
- 06.08.2008, 15:30
- Forum: Feature Requests
- Topic: wince
- Replies: 14
- Views: 5290
- 06.08.2008, 07:48
- Forum: Feature Requests
- Topic: wince
- Replies: 14
- Views: 5290
- 06.08.2008, 07:15
- Forum: Feature Requests
- Topic: wince
- Replies: 14
- Views: 5290
Still no success
We changed our attention to the Lazarus' ODBC component. Alas, it fails to load data from a Sybase ASA9 query on WinCE. By now, we still don't have a working database access. Maybe we shall return to Zeos or write our own lightweight driver. Still it seems to be the easiest way to correct or rework ...
- 15.06.2008, 23:36
- Forum: Feature Requests
- Topic: wince
- Replies: 14
- Views: 5290
Two more to the WinCE Club
Hello folks, our company is very interested in using Zeos on PocketPCs. If it was possible and I was successfull, I would post a patch to the Zeos code to bring it to work on WinCE. Still no success but there are some steps already made. 1) Concerning the assembler instruction . I don't know if it's...