Results 1 to 3 of 3

Thread: [RESOLVED] dataset error

  1. #1

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Resolved [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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    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
  •  



Click Here to Expand Forum to Full Width