.net q
.net q
- Started
- Last post
- 4 Responses
- sherm0
wrong place?
- bliznutty0
your question is kinda broad (yet simple)
- 3030
sounds simple, but it is quite tricky;
if you have loads of rows, you have to iterate through every row and compare values;
can be done using .net or can be done i t-sql (if MS SQL is used)
more columns in table, more values to compare...
- Machuse0
this shuold be handled all at the database
select id where data = newdata
if id is valid
update
else
insert into database