Current location: Hot Scripts Forums » Programming Languages » ASP » Asp and Microsoft Access 2002 problem

Asp and Microsoft Access 2002 problem

Reply
  #1 (permalink)  
Old 09-30-04, 03:24 AM
gop373 gop373 is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Asp and Microsoft Access 2002 problem

Hi I have some problem about ASP and Microsoft Access 2002. I just installed Microsoft Access 2002.

I use IIs to run ASP. When I wrote Select method. There is no problem. But the problem is when I wrote Delete method I got message "Could not delete from specified tables."
and when I wrote update method I got message "Cannot update. Database or object is read-oject." and sometime I got message

connect.asp could not use "; file already in use.
This is my connect.asp file
<%
set conn=server.createobject("adodb.connection")
conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&server.mappath("db1.mdb")
%>
I think this file don't have a problem because when I use with Microsoft access 2000 there is no problem. I think the problem i smicrosoft access 2002

Please help

Last edited by gop373; 09-30-04 at 04:03 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-30-04, 11:54 AM
brayton brayton is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
you need to give write permissions to the folder with the db in it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 10-06-04, 10:13 AM
gop373 gop373 is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
It worked now. I converted file from format2000 to 2002.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 01:09 AM.
vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.