Quote:
Originally Posted by programmingnoob
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....