|
-
Oct 3rd, 2005, 10:12 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] dataset error
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
-
Oct 3rd, 2005, 10:20 PM
#2
Re: dataset error
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
-
Oct 3rd, 2005, 11:47 PM
#3
Thread Starter
Fanatic Member
Re: dataset error
jmcilhinney thanks for ur quick response. ur right sir i used crystal report. the problem is in my merge module of my setup application .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|