Results 1 to 2 of 2

Thread: Problems with SQL server 6.5?

  1. #1
    Keith Guest

    Problems with SQL server 6.5?

    When trying to use the free and evaluation versions of aspdb, I get sql errors. When checking the "current activity" in enterprise manager, I see that that it tries to execute a command in form "Select TOP 5 * from ...."
    This command works in version 7.0, but not in 6.5 Does this mean that asp-db will only work with version 7.0?

  2. #2
    Mark Guest

    Problems with SQL server 6.5? (reply)


    Keith,

    I would guess that you are trying to read a SQL Server database and do NOT
    have the statement:

    Mydb.dbDBType = "SQL"

    in your asp file.

    This is a REQUIRED property. See DOC at:
    http://www.aspdb.com/docs/aspdbman.htm#dbDBType

    Mark.

    ------------
    Keith at 7/18/00 6:30:52 AM

    When trying to use the free and evaluation versions of aspdb, I get sql errors. When checking the "current activity" in enterprise manager, I see that that it tries to execute a command in form "Select TOP 5 * from ...."
    This command works in version 7.0, but not in 6.5 Does this mean that asp-db will only work with version 7.0?

Posting Permissions

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