Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: SOS - db in a non-public subweb


Message #1 by =?iso-8859-2?Q?Zsoldos_P=E9ter?= <paz@c...> on Fri, 06 Jul 2001 13:44:08 +0200
Hey everybody, pleease help ASAP if you can!

I got the following error message:

Microsoft OLE DB Provider for ODBC Drivers error '80004005' 



[Microsoft][ODBC Microsoft Access Driver]General error Unable to open 

registry key 'Temporary (volatile) Jet DSN for process 0x5f4 Thread 

0x3f0 DBC 0x2229fec Jet'. 



/public/inc/opendb.inc.asp, line 62 



this is the line where I try to open the database connection.

The database is in another subweb of the web (FP 2000). I refer to the 

database the following way:

Set dc = Server.CreateObject("ADODB.Connection")  

dc.Open "DBQ=" & Server.Mappath("..\UserReg\db\newuser.mdb") & ";Driver

{Microsoft Access Driver (*.mdb)};","username","password"



what is wrong with it?

-root

  -public        ' folder of root

    -opendb file

  -userreg     'subweb of root

   -db

    -newuser.mdb



pls, help me out!!!!

 thanx in advance,

    --peter

Message #2 by Annie Hunt <ajhunt@b...> on Fri, 6 Jul 2001 12:44:56 +0100
Hi

I remember getting something like this when I first started using 

access in

asp, I think it was because access wasn't installed on the server.

HTH

Annie



-----Original Message-----

From: Zsoldos P=E9ter [mailto:paz@c...]

Sent: 06 July 2001 12:50

To: ASP Database Setup

Subject: [asp_database_setup] SOS - db in a non-public subweb





Hey everybody, pleease help ASAP if you can!

I got the following error message:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'



[Microsoft][ODBC Microsoft Access Driver]General error Unable to open

registry key 'Temporary (volatile) Jet DSN for process 0x5f4 Thread

0x3f0 DBC 0x2229fec Jet'.



/public/inc/opendb.inc.asp, line 62



this is the line where I try to open the database connection.

The database is in another subweb of the web (FP 2000). I refer to the

database the following way:

Set dc =3D Server.CreateObject("ADODB.Connection") 

dc.Open "DBQ=3D" & Server.Mappath("..\UserReg\db\newuser.mdb") & 

";Driver=3D

{Microsoft Access Driver (*.mdb)};","username","password"



what is wrong with it?

-root

  -public        ' folder of root

    -opendb file

  -userreg     'subweb of root

   -db

    -newuser.mdb



pls, help me out!!!!

 thanx in advance,

    --peter



Message #3 by =?iso-8859-2?Q?Zsoldos_P=E9ter?= <paz@c...> on Fri, 06 Jul 2001 14:21:58 +0200
>  Hi

>  I remember getting something like this when I first started using

>  access in

>  asp, I think it was because access wasn't installed on the server.

>  HTH

>  Annie



Unfortunatley it isn't case :(

We managed to put up a temporary solution, but it has security holes in 

it... why my company cannot have a server in the house??? anyway, what 

I'd really like to ask if somebody knows about a __good__ article or 

tutorial about security with web (how & where to store databases and 

how to acces them), please, don't hesitate, send a link to me!

thanx a lot and goodbye tot he lsit for a while - holyday is coming :)



   ---peter

Message #4 by "Ken Schaefer" <ken@a...> on Sat, 7 Jul 2001 13:02:01 +1000
http://www.aspalliance.com/peterjohnson/JetAdvice.asp



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

----- Original Message -----

From: "Zsoldos Péter" <paz@c...>

To: "ASP Database Setup" <asp_database_setup@p...>

Sent: Friday, July 06, 2001 10:21 PM

Subject: [asp_database_setup] RE: SOS - db in a non-public subweb





: >  Hi

: >  I remember getting something like this when I first started using

: >  access in

: >  asp, I think it was because access wasn't installed on the server.

: >  HTH

: >  Annie

:

: Unfortunatley it isn't case :(

: We managed to put up a temporary solution, but it has security holes in

: it... why my company cannot have a server in the house??? anyway, what

: I'd really like to ask if somebody knows about a __good__ article or

: tutorial about security with web (how & where to store databases and

: how to acces them), please, don't hesitate, send a link to me!

: thanx a lot and goodbye tot he lsit for a while - holyday is coming :)






  Return to Index