Hi
I want to INSERT a row but if only if it doesnt exist, otherwise i need to increase one column, rewrite the other, etc. How do i do this? Do i need a select? I am hoping there is either an INSERT or UPDATE statement that will let me know if it fails so i can do the other
I am using sqlite ATM and i MAY switch to mysql. Using C#.NET.