Thread: ODBC and DECIMAL column width

ODBC and DECIMAL column width

From
"Gene Sokolov"
Date:
WinNT 4.0, ODBC 6.40.0007.

I have a table

create table test ( a decimal(9,2), b decimal(9,2) );

Now, if I do

select a-b as c from test;

ODBC driver returns 255 for column width. Same thing for any arithmetic
operation between two decimals. Not really a big bug, but definitely
annoying.

Gene Sokolov.




Apache+PostgreSQL+PHP3

From
Adolfo Diaz
Date:
Hello,

I am traying to introduce myselft in html programming with PHP3. I
have installed httpd, postgres and mod_php3, but a need a little
background about who to start to work?

Regards,
Adolfo. 




Re: [INTERFACES] Apache+PostgreSQL+PHP3

From
"Sergio A. Kessler"
Date:
Adolfo Diaz <adiaz@vega.inf.cu> el día Thu, 9 Dec 1999 15:14:57 -0500 (CST), 
escribió:

>Hello,
>
>I am traying to introduce myselft in html programming with PHP3. I
>have installed httpd, postgres and mod_php3, but a need a little
>background about who to start to work?

there is a link in http://www.postgresql.org with a course
of apache+postgres+php

Sergio