Re: [PHP-WIN] large number of data in MSSQL

2001-07-12 Thread sysadmin
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

Re: [PHP-WIN] large number of data in MSSQL

2001-07-11 Thread gary
Hi Dario, Thank you. I would like to know how to use ADO in MSSQL 7.0. Can you tell me, please? Gary Dario Carnelutti wrote: > The data field must be a BLOB field (TEXT, IMAGE). You can use ADO for > instance and the appendchunk method will allow you to this update. > > If you any other questio

Re: [PHP-WIN] large number of data in MSSQL

2001-07-11 Thread Frank M. Kromann
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

Re: [PHP-WIN] large number of data in MSSQL

2001-07-11 Thread Dario Carnelutti
The data field must be a BLOB field (TEXT, IMAGE). You can use ADO for instance and the appendchunk method will allow you to this update. If you any other question, contact me, then i'll send you a example. Dario Carnelutti Oficina de Organización e Informática CONICIT - Original Message --