navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Database Security

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Database Security
Page: [1]
 
xterradane

 

Posts: 143
From: Mobile, AL USA
Status: offline

 
Database Security - 1/14/2002 18:05:55   
I am having problems getting my database working with a password. It works fine without. I have tried various things, but here is the latest: error:

Microsoft JET Database Engine error '80004005'

Could not find installable ISAM.

/webpub/JobBoard.asp, line 22

Code:
Dim objConn
Set objConn = Server.CreateObject ("ADODB.Connection")
objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; " & _
"Data Source=D:\Inetpub\wwwroot\Database\JobBoard.mdb;" &_
"Jet OLEDB: Database Password=xxx"

When I change it to:
Dim objConn
Set objConn = Server.CreateObject ("ADODB.Connection")
objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; " & _
"Data Source=D:\Inetpub\wwwroot\Database\JobBoard.mdb; Password=xxx"


I get this error:

Microsoft JET Database Engine error '80040e4d'

Cannot start your application. The workgroup information file is missing or opened exclusively by another user.

/webpub/JobBoard.asp, line 22

Thanks,
Gail

 

Edited by - xterradane on 01/14/2002 19:46:17
Spooky

 

Posts: 26603
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Database Security - 1/14/2002 22:53:07   
I think for a start, check the latest MDAC is installed and RW permissions are applied to the web.

Heres a few things I came across:

http://groups.google.com/groups?q=installable+ISAM&hl=en&btnG=Google+Search&meta=group%3Dmicrosoft.public.frontpage.client

§þððk¥
Database / DRW Q & A
VP-ASP Shopping cart
Spooky Login

(in reply to xterradane)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Database Security
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts