Results 1 to 6 of 6

Thread: Error 80040e09

  1. #1
    Join Date
    Feb 2002
    Location
    Ontario, Canada
    Posts
    183

    Error 80040e09

    I can query one of the tables in my database (AllBands) but when I try to query the other one (AllTerm) I get the following error message:

    Microsoft OLE DB Provider for ODBC Drivers error '80040e09'

    [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'AllTerm'.

    /qq_results.asp, line 23

    Why?

    The page is www.presidentsgroup.ca/qq_results.asp

  2. #2
    Join Date
    Feb 2002
    Location
    Ontario, Canada
    Posts
    183
    Part II of this post:

    I can get queries to run when they are calling values from tables that have cell row counts of around 7,000. I'm running into a problem querrying a table with 37,166 rows. Does anyone know if there is a cap as to how large your tables can be?

    -Ryan.

  3. #3
    awasson's Avatar
    awasson is offline Administrator...... of what, were not quite sure.
    Join Date
    Feb 2002
    Location
    Vancouver BC Canada
    Posts
    1,018
    Hey Ryan,

    What does your query look like. If it's a word (string) that you are querying against it probably needs to be handled a little different in the SQL statement. ie:
    '"&word_variable&"'
    "&number_variable&"

    As far as table size goes I'm not sure, but Bud, or ~no_mac_jack probably have an idea.

    Does that help?
    Andrew

  4. #4
    Join Date
    Feb 2002
    Location
    Ontario, Canada
    Posts
    183
    The table is set up the same way that the other one is and so I was just trying to run a SQL query (SELECT * FROM AllTerm) like we had been doing in the other examples. It works for all of my other tables but not this one so I'm thinking that it may have something to do with size.

    -Ryan.

  5. #5
    Join Date
    Feb 2002
    Location
    Ontario, Canada
    Posts
    183
    Just in case someone ever searches through these posts because they are experiencing a similar problem, I spoke with my host and they do in fact put a cap on the number of table rows that are allowed - they suggested spliting the table into several smaller ones ... I did it and it worked.

    -Ryan.

  6. #6
    awasson's Avatar
    awasson is offline Administrator...... of what, were not quite sure.
    Join Date
    Feb 2002
    Location
    Vancouver BC Canada
    Posts
    1,018
    good call,

    Thanks for completing the info,

    Andrew

Bookmarks

Posting Permissions

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