Re: ODBC Driver error
From: Ivan Debono (ivanmdeb_at_hotmail.com)
Date: 10/30/04
- Next message: Cemal Etican: "Re: Complete ASP Portal Systems"
- Previous message: Kevin Yu [MSFT]: "RE: Problemi With Exchange Server 2000 SP4 and CDO"
- In reply to: Jeff Dillon: "Re: ODBC Driver error"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 30 Oct 2004 05:25:22 +0200
It's working again :)
"Jeff Dillon" <jeff@removeemergencyreporting.com> schrieb im Newsbeitrag
news:OsklDDevEHA.4076@TK2MSFTNGP14.phx.gbl...
> What database are you using? If file based, set Everyone Full Control on
> the
> directory where it resides, as a test, as well as your TEMP/TMP
> directories
>
> Jeff
> "Ivan Debono" <ivanmdeb@hotmail.com> wrote in message
> news:ugESF3dvEHA.3856@TK2MSFTNGP10.phx.gbl...
>> The SQL statement is correct.
>>
>> When I remark from adOpenKeySet onwards I get an error that I don't have
>> read permissions on the table. Locally I'm using a different MDW than the
>> standard one, but I gave read permissions to the users group on all
> tables.
>>
>> Ivan
>>
>>
>> "Jeff Dillon" <jeff@removeemergencyreporting.com> schrieb im Newsbeitrag
>> news:uQ7IEedvEHA.3916@TK2MSFTNGP10.phx.gbl...
>> > As always. put your SELECT statement into a variable first, then
>> > response.write the variable to veryify syntax
>> >
>> > Or just hardcode a simpler SELECT statment, and verify that it's
> working.
>> >
>> > Jeff
>> > "Ivan Debono" <ivanmdeb@hotmail.com> wrote in message
>> > news:OajcvbdvEHA.1520@TK2MSFTNGP11.phx.gbl...
>> >> Hi everbody,
>> >>
>> >> Getting this strange error all of a sudden.
>> >>
>> >> Microsoft OLE DB Provider for ODBC Drivers. error 80040e21
>> >> ODBC driver doesn't support the requested properties.
>> >>
>> >> and the line is:
>> >>
>> >> tRST.Open "SELECT id FROM " & sTable & " WHERE " & sField & " = '" &
>> > vValue
>> >> & "'", oConn, adOpenKeyset, adLockReadOnly
>> >>
>> >> I'm using vbscript and this was working before I changed some tables
> and
>> >> relationships, which should not affect the above line though.
>> >>
>> >> Any ideas?
>> >>
>> >> Ivan
>> >>
>> >>
>> >
>> >
>>
>>
>
>
- Next message: Cemal Etican: "Re: Complete ASP Portal Systems"
- Previous message: Kevin Yu [MSFT]: "RE: Problemi With Exchange Server 2000 SP4 and CDO"
- In reply to: Jeff Dillon: "Re: ODBC Driver error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|