View Single Post
Old Jun 27th, 2007, 3:09 AM   #2
programmingnoob
Hobbyist Programmer
 
Join Date: Feb 2006
Posts: 154
Rep Power: 3 programmingnoob is on a distinguished road
Quote:
Originally Posted by programmingnoob View Post
but then I dont know how C# would catch it if mysql tells it that it matched nothing, which implies empty set.


I was also wondering... whether my approach is appropriate and efficient for searching large databases... or are there better (yet simple) approaches?
I mean for example, while inserting an entry into mysql, it can catch for exception and determine if error number is 1062, then the entry already exists....
programmingnoob is offline   Reply With Quote