Re: accessing dbf files
- From: "Uwa Agbonile [MSFT]" <uwaag@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 1 Jun 2005 15:02:15 -0700
The error indicates the account you are running this code under does not
have permissions to access the HKEY_LOCAL_MACHINE registry. Is this a web
ASP application? Please take a look at the KB article
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q295297 on how to
fix this.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Regards,
Uwa Agbonile[MSFT]
"Adrian Sandor" <aditsu@xxxxxxxxx> wrote in message
news:eQYxA$tZFHA.720@xxxxxxxxxxxxxxxxxxxxxxx
> "Uwa Agbonile [MSFT]" wrote:
> > Try
> > cn.Open "Driver={Microsoft dBASE Driver
> > (*.dbf)};DriverID=277;Dbq=c:\yourDBFLocationpath"
> > rs.Open "Select * From YourDBFFile.dbf", cn, , ,adCmdText
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> [Microsoft][ODBC dBase Driver]General error Unable to open registry key
> 'Temporary (volatile) Jet DSN for process 0xeac Thread 0x1090 DBC
0x231a014
> Xbase'.
>
> (on the line where I open the connection)
>
> Adrian
>
>
.
- Follow-Ups:
- Re: accessing dbf files
- From: Adrian Sandor
- Re: accessing dbf files
- References:
- accessing dbf files
- From: Adrian Sandor
- Re: accessing dbf files
- From: Uwa Agbonile [MSFT]
- Re: accessing dbf files
- From: Adrian Sandor
- accessing dbf files
- Prev by Date: Oracle Stored Procedure with CLOB Parameter
- Next by Date: Re: Read from one, write into another data source
- Previous by thread: Re: accessing dbf files
- Next by thread: Re: accessing dbf files
- Index(es):
Relevant Pages
|