Hi,
I have a an asp page where large ammounts of text are keyed in and saved to an sql server 2000 database in an ntext field type.
Now according to the SQL Books online although the ntext can store up to 2GB of data it won't insert/update more than 8000 characters if used in a normal INSERT/UPDATE statemnet. From the same SQl server books online references are made to the SQLPutData and AppendChunk functions. However i have no idea on how i could implement these in my ASP page.
Any help is much appreciated!
btw i'm using ADO.
I have a an asp page where large ammounts of text are keyed in and saved to an sql server 2000 database in an ntext field type.
Now according to the SQL Books online although the ntext can store up to 2GB of data it won't insert/update more than 8000 characters if used in a normal INSERT/UPDATE statemnet. From the same SQl server books online references are made to the SQLPutData and AppendChunk functions. However i have no idea on how i could implement these in my ASP page.
Any help is much appreciated!
btw i'm using ADO.