Results 1 to 2 of 2

Thread: Retrieving data from database not always complete

  1. #1
    Bart van den Eijnden Guest

    Retrieving data from database not always complete

    Hi,

    What could be the cause of not always getting all of the information requested through a SQL statement?
    When I should get 7 parameters (detail) for instance, sometimes I only get 2 and when I request for another function (master) then I also only get 2 parameters.

  2. #2
    John Guest

    Retrieving data from database not always complete (reply)

    Hi Bart,

    First of all, I'd eliminate ASP-db from the equation completely. Run your
    SQL statement with the PUREASP.ASP program that came with ASP-db. If you
    verify that you still have the same problem, then you should post the
    statement here and let us all have a look at it. Maybe we'll see something
    strange in it. Be sure to document your database type & version, ODBC
    driver version, and Server Operating System & version.

    Thanks,
    John



    ------------
    Bart van den Eijnden at 12/23/99 10:44:08 AM

    Hi,

    What could be the cause of not always getting all of the information requested through a SQL statement?
    When I should get 7 parameters (detail) for instance, sometimes I only get 2 and when I request for another function (master) then I also only get 2 parameters.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •