From: Daniel R. <da...@ac...> - 2004-09-07 19:37:23
|
Hi, At September 7, 2004, 16:19, Jim Starkey wrote: > OK, I've got a problem to solve. Anybody: How do I tell from the > Firebird system tables the difference between numeric(10,2) and > decimal(10,2)? Anybody? Anybody? The difference is in the sub-type. They are both INTEGER(8) types, but NUMERIC has a subtype of 1 and DECIMAL has a sub-type of 2. -- Best regards, Daniel Rail Senior System Engineer ACCRA Group Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) |