Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Databases
»
unknown fieldtype while accessing DB2 Express C
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Amigo programming languag...
by
paxscript
[
Today
at 05:21:56 am]
Front-end framework
by
tkay
[
Today
at 05:18:29 am]
[SOLVED] The "dockedforme...
by
Gustavo 'Gus' Carreno
[
Today
at 05:08:22 am]
How many lines is too man...
by
440bx
[
Today
at 04:12:46 am]
X11Libre, finally and for...
by
Fred vS
[
Today
at 03:37:59 am]
https://live.freepascal.o...
by
PierceNg
[
Today
at 03:04:22 am]
Debian removes FPC/Lazaru...
by
Fred vS
[
Today
at 01:17:08 am]
PasLLM - LLM Inference En...
by
valdir.marcos
[
Today
at 01:11:25 am]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 01:09:53 am]
TDirectoryEdit with OnAft...
by
Bart
[
Today
at 01:04:32 am]
Problem wih reference to ...
by
PascalDragon
[
Today
at 12:09:44 am]
Win 11, strange position ...
by
Bart
[March 07, 2026, 11:23:38 pm]
Benchmark test in nanosec...
by
PascalDragon
[March 07, 2026, 11:14:15 pm]
How to execute a procedur...
by
n7800
[March 07, 2026, 10:17:32 pm]
Set horizontal scroll pos...
by
jamie
[March 07, 2026, 09:50:54 pm]
[SOLVED] Add Help to an A...
by
valdir.marcos
[March 07, 2026, 07:18:00 pm]
Variable initialization
by
valdir.marcos
[March 07, 2026, 05:58:47 pm]
Lazarus IDE built for LCL...
by
valdir.marcos
[March 07, 2026, 05:57:09 pm]
Status of LCL-fpGUI widge...
by
valdir.marcos
[March 07, 2026, 04:04:53 pm]
Status of LCL's CustomDra...
by
zeljko
[March 07, 2026, 03:59:56 pm]
uses unit decalration ord...
by
Martin_fr
[March 07, 2026, 02:10:32 pm]
Update a table with an Au...
by
CraigC
[March 07, 2026, 01:56:50 pm]
could Ardour's YTK be use...
by
robert rozee
[March 07, 2026, 01:51:39 pm]
[SOLVED] File Format LAMW...
by
RaketeMike
[March 07, 2026, 01:41:46 pm]
[ANN] PasBuild 1.5.0 rele...
by
cdbc
[March 07, 2026, 05:10:09 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: unknown fieldtype while accessing DB2 Express C (Read 3539 times)
kordoba
Guest
unknown fieldtype while accessing DB2 Express C
«
on:
May 14, 2006, 06:30:46 pm »
Hello,
i'm accessing DB2 Express C via sqldb.
Generally It works, but i can't access timestamp fields.
The errormessage ist "Unknown field type".
How can i solve this problem?
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
RE: unknown fieldtype while accessing DB2 Express C
«
Reply #1 on:
May 16, 2006, 07:55:24 pm »
Try searching the mailling list archives. On March 29 a thread about this topic was created. The answer has something to do with the timestamp format. The thread is huge, so it's best that you read it.
Logged
Anonymous
Guest
RE: unknown fieldtype while accessing DB2 Express C
«
Reply #2 on:
May 16, 2006, 11:38:34 pm »
The easiest way seems to bo to cast the column in the SQL-Statement like follows:
select cast(changedate as char(27)) changedate from schemaname.tablename
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Databases
»
unknown fieldtype while accessing DB2 Express C
TinyPortal
© 2005-2018