sql problem with update and delete in wizzard

water_foul

New member
Joined
Jun 17, 2004
Messages
2
Programming Experience
1-3
i tried to set up a sql server in my vb.net aplication and as i am going through the connection wissard i get the followig error under the update and delete statments:
Could not determine which columns uniquely identify the rows for "RSFishingTable".
please help me
 
Paszt said:
If you will submit the code that you used, someone here may be able to assist further.
____________________________________________
Normal People scare me too (but what is normal?)
umm theres a problem with that, i used a wizzard and i dont have code
 
to update/delete rows in any database table, you need to include a primary key feild in all the data adapter configurations
 
Back
Top