Subject | type |
---|---|
Author | Gediminas |
Post date | 2003-09-18T12:36:31Z |
In my DB created domain:
CREATE DOMAIN PK_TYPE AS
DOUBLE PRECISION
what data type to use in BCB to save such domain value? double would be
enough, but PK_TYPE domain is used to store PK's (integer numbers, not real)
FieldByName() has some atributes to convert as double, integer, int64 &
etc, which to user?
--/ Gediminas /--
The Truth Is Out There
CREATE DOMAIN PK_TYPE AS
DOUBLE PRECISION
what data type to use in BCB to save such domain value? double would be
enough, but PK_TYPE domain is used to store PK's (integer numbers, not real)
FieldByName() has some atributes to convert as double, integer, int64 &
etc, which to user?
--/ Gediminas /--
The Truth Is Out There