Hi ... I have a problem that I really don't understand !!!
I do a simple SQL INSERT Statement with .asp code into a SQL Server 2000 database and I loose data while it insert.
To be clearer, I have a note field (nvarchar with a lenght of 2000 characters). The problem is that it doesn't insert the whole text in the database. Usualy I get an error message like 'Data will be truncated' but I don't. I printed the SQL sentence and insert it directly with the query analyser and it still won't take all the text (which is about 200 characters). I really don't understand and would appreciate a lottle help !!
I do a simple SQL INSERT Statement with .asp code into a SQL Server 2000 database and I loose data while it insert.
To be clearer, I have a note field (nvarchar with a lenght of 2000 characters). The problem is that it doesn't insert the whole text in the database. Usualy I get an error message like 'Data will be truncated' but I don't. I printed the SQL sentence and insert it directly with the query analyser and it still won't take all the text (which is about 200 characters). I really don't understand and would appreciate a lottle help !!