I use ODBC and PostgreSQL 7.2. on Win2000 with the cygwin environment.
Centura Team Developer is a very comfortable IDE with native database support for many backends. And those which are not supported native, can be accessed via ODBC.
Hi to all,
I experienced a problem when inserting/updating a PostgreSQL table out from Centura Team Developer.
The variable in Centura is defined as Long String and the correspnodent column in the database is defined as text or varchar().
The result is the same. The database sends an error...
Hi to everybody,
has somebody an idea how get the precision and scale part of a decimal/numeric datatype?
What I found out is: Both are encoded in the column atttypmod in the table pg_attribute. The column contains a value e.g. 983046 what stands for a decimal(15,2) (this I know accidantly)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.