Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)

2001-01-13 Thread Juergen Hall


> 
> Andreas Karajannis wrote:
> 
> > > I change config value uodbc.defaultrl from 4096 to 8192, but it don't
> > > give any effect.
> >
> > Please make shure that PHP really "sees" your change.
> > You can verify the value that PHP uses by writing a file with just a call to
> > phpinfo(), this prints out a page with the current configuration.
> 
> Thanx for your sugestion! I call this function and this shows, that any changes
> of php.ini file doesn't give any effect!
> I don't know, why. I've php.ini in my system directory and php4isapi engine in
> php directory on other drive.
> I don't understand it.
> 
> Johny.

hi, 
i have posted this problem a few weeks ago to this list,
but i didn't get any response. My configuration is MS SQL, 
PHP4.02 running on an Linux machine. 
Reading LONG columns via odbc-commands produces
unpredictable outputs. odbc-field-length shows even negative
values!

jyrgen


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)

2001-01-12 Thread Jonathan Kazmierczak



"Sanders, Nicholas" wrote:

> php.ini needs to be in c:\winnt
>

it is there.

Johny.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)

2001-01-12 Thread Sanders, Nicholas

php.ini needs to be in c:\winnt

-Original Message-
From: Jonathan Kazmierczak [mailto:[EMAIL PROTECTED]]
Sent: 12 January 2001 15:18
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)




Andreas Karajannis wrote:

> > I change config value uodbc.defaultrl from 4096 to 8192, but it don't
> > give any effect.
>
> Please make shure that PHP really "sees" your change.
> You can verify the value that PHP uses by writing a file with just a call
to
> phpinfo(), this prints out a page with the current configuration.

Thanx for your sugestion! I call this function and this shows, that any
changes
of php.ini file doesn't give any effect!
I don't know, why. I've php.ini in my system directory and php4isapi engine
in
php directory on other drive.
I don't understand it.

Johny.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)

2001-01-12 Thread Jonathan Kazmierczak



Andreas Karajannis wrote:

> > I change config value uodbc.defaultrl from 4096 to 8192, but it don't
> > give any effect.
>
> Please make shure that PHP really "sees" your change.
> You can verify the value that PHP uses by writing a file with just a call to
> phpinfo(), this prints out a page with the current configuration.

Thanx for your sugestion! I call this function and this shows, that any changes
of php.ini file doesn't give any effect!
I don't know, why. I've php.ini in my system directory and php4isapi engine in
php directory on other drive.
I don't understand it.

Johny.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Problem with LONG TEXT fields (ODBC-MS SQL 7)

2001-01-12 Thread Andreas Karajannis


> I have one row, in which long text field takes about 5100 bytes. PHP
> can't print page with this text, but don't give me any error messages
> (other texts, < 4096, are printed correctly). Printing this row work
> correctly in ASP.
> I change config value uodbc.defaultrl from 4096 to 8192, but it don't
> give any effect.
>

Please make shure that PHP really "sees" your change.
You can verify the value that PHP uses by writing a file with just a call to
phpinfo(), this prints out a page with the current configuration.

-Andreas

--
Andreas Karajannis
mediaworx berlin  AG

Fon (0 30) 2 75 80 - 266
Fax (0 30) 2 75 80 - 200


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]