.net q
.net q
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- Machuse0
this shuold be handled all at the database
select id where data = newdata
if id is valid
update
else
insert into database
this shuold be handled all at the database
select id where data = newdata
if id is valid
update
else
insert into database