before reporting to MS -Connect , i just want clarify
I have a table
Create table Permssions(
GroupPermissionID int ,
List smallint,
[View] smallint,
Manage smallint)
i opened this table in Management studio and entered 1 in all columns when i try to do save and exit
"No row was updated
the data in row 1 was not committed.
Error Source : .Net SqlClient Dataprovider
Error Message : Conversion failed when converting the varchar value 'List' to datatype int
Correct the error and retry or press escape to cancel the changes "
basically the problem was with the List Column name.
Madhu
Hi Madhu,
yes I think so - it is problem with the column name 'List'; but if you run sql the data will be inserte.
CU
tosc
|||yes i did try that... but Management studio has problem with it
Madhu
|||
yes, the management studio has a problem -> .Net SqlClient Dataprovider
tosc
No comments:
Post a Comment