hi,
Is anyone knw what is the posible cause of an error. I used dataset table but when I run my application to other pc it give me an error Query engine error.
thanks,
Popskie
Printable View
hi,
Is anyone knw what is the posible cause of an error. I used dataset table but when I run my application to other pc it give me an error Query engine error.
thanks,
Popskie
That's the message you get but what is the type of the exception? That would give you a better idea of exactly where it's coming from. You'll probably need to put some exception handlers in your code on sections that can throw exceptions. It's most likely to be a call to DataAdapter.Fill or Command.ExecuteReader given that it mentions a "Query engine". If you put a call to ex.ToString in your Catch block you will get the maximum information about the error.
Also, are you using Crystal Reports? I did a serach on MSDN for "query engine error" (as I'm sure you did?) and the only result relates to Crystal: http://msdn.microsoft.com/library/de...teddrivers.asp
jmcilhinney thanks for ur quick response. ur right sir i used crystal report. the problem is in my merge module of my setup application .