on running a vb.net form to add data to an sql server
database am getting an error -> the item "obj\debug\windows
application1.form1.resources"was specified more than oncein
the "resources" parameter .duplicateitems are not supported
by the the "resources" parameter. anyone with the solution
to the problem

Answer Posted / kohinoor

you may have to create primary key on your database field and you are entering this field duplicate
thats y this error occur
like you have already enter 101 in id field and you trying to enter 101 again
thats y it would happen

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please give me the vb.net codes for deadlock(like detecting,& avoiding) in any version of vb.net.

3165


program for check the given number is prime or not in VB.net

2694


design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)

1832