I am currently using ASP and SQL Server 2000. The problem is when i try to insert data with special characters like - / , into DB through textboxes of ASP webpage, the data does not get inserted. whereas, when I insert the same data directly in DB through SQL queries, it gets successfully appended in the table.
Please advice what is going wrong?
Please advice what is going wrong?
Comment