here is the full 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 'tblQuickQuote'.
/njsbaig/QuickQuote/QuickQuoteProc.asp, line 44
I'm trying to do DSN-less data connection. I am running PWS on windows95
line 44 is this:
rsQuickQuote.Open Query
This is supposed to open up a recordset in an access database and add records from a form. I've gone through and made sure that the virtual directory exists on PWS and that it has read, write and execute properties checked. What am I missing? Where do I set this supposed persmission?
How much water would there be in the ocean if it weren't for sponges?
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'tblQuickQuote'.
/njsbaig/QuickQuote/QuickQuoteProc.asp, line 44
I'm trying to do DSN-less data connection. I am running PWS on windows95
line 44 is this:
rsQuickQuote.Open Query
This is supposed to open up a recordset in an access database and add records from a form. I've gone through and made sure that the virtual directory exists on PWS and that it has read, write and execute properties checked. What am I missing? Where do I set this supposed persmission?
How much water would there be in the ocean if it weren't for sponges?