cancel
Showing results for 
Search instead for 
Did you mean: 

Update Data To date Base

Former Member
0 Kudos

I want to insert one row in update mode and update the table.

i Wrote some code. but its give error

->The entry already exit in the following table( table name).

pls give soluation

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Madhu,

Go and open the table in SQL server to make sure the data is correct before trying to post. As Satish said the data could already be there. Also ensure the SQL query you're executing is referring to the correct tables and fields.

Hope it helps,

Adele

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Madhu,

This problem might be because, the entry might already be there and that you are trying to create a duplicate entry and perhaps it might be a primary key.

Satish.