t->Fields("fieldname");
print $field->value;
$recordset->MoveNext();
}
$recordset->Close();
$dbConn->Close();
+ + + + + +
hth,
-james.
To: [EMAIL PROTECTED]
Date: Thu, 12 Jul 2001 11:57:23 +0800
From: gary
Subject: Re: [PHP-WIN] large number of data in MSSQL
Hi Dario, Th
ou any other question, contact me, then i'll send you a example.
>
> Dario Carnelutti
> Oficina de Organización e Informática
> CONICIT
>
> - Original Message -
> From: "gary" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday,
There is no limmitations in updating or inserting any column with large data. use
INSERT INTO or UPDATE.
If you are using NCHAR, NVARCHAR, CHAR or VARCHAR with lengths > 256 you will not be
able to select more than 256 bytes when you are using the mssql extension. This
limitation is a limitat
ssage -
From: "gary" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 6:00 AM
Subject: [PHP-WIN] large number of data in MSSQL
> Hi. does anybody know how to update data which is over 255 character in
> MSSQL? Thanks!
>
>
> --
>
Hi. does anybody know how to update data which is over 255 character in
MSSQL? Thanks!
--
PHP Windows 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]