how do i resolve DBConcurrencyException when inserting value that contains '[' character.
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am executing an inline (NOT a Stored Procedure) parameterised insert command using the SqlDataAdapter.Update(Dataset) command, but I keep getting a
DBConcurrencyException
when one of the parameters which is of thentext
datatype contains the following character '['. i would sincerely appreciate it if someone could tell me why this is causing this error to be raised by the SqlDataAdapter.:confused: All the following special characters work fine when i do the insert.>~!@#$%^&*()_+=-`{}|\:";',.<>?/ ]
' inserts fine into the SQL MSDE 2000 DB that i'm using.:confused: Thanks in advance, Afzal "AV-E" Hassen