Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesDatabase Management

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 26th, 2003, 04:25 PM
thomasohare thomasohare is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Scotland
Posts: 5 thomasohare User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Access2000 Data Access Pages

A beginner as far as databases are concerned but have put together a db and using a data access page to read and alter records with pulldown menus etc.

It works great on my hard drive but when I upload it to my web space the data access page continues to makes changes to the database on my hard drive. In addition the data access page can be seen from other machines on the web but is not fully functional.

My web server has IIS, if this helps.

I simply want others to see the Data Access page on the web and the changes be made to the database on the web server.

I've been at this one for week, it's driving me crazy!

Reply With Quote
  #2  
Old July 27th, 2003, 12:02 AM
victorpendleton victorpendleton is offline
Contributing User
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jan 2003
Location: No es importante
Posts: 2,065 victorpendleton User rank is Private First Class (20 - 50 Reputation Level)victorpendleton User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 6 h 44 m 30 sec
Reputation Power: 8
The data access pages are hardcoded to look at the machine were they were created. You will have to change the links once you have uploaded the database and forms.

Reply With Quote
  #3  
Old July 27th, 2003, 07:39 AM
thomasohare thomasohare is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Scotland
Posts: 5 thomasohare User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks Victor, I'm a real beginner in this subject. I've have found a way to alter the link in the in the htm of the DAP but still no luck and have also changed the 'use remote provider' to 'true' in the properties.

Any chance you could give me the idiots guide to link the two together?


Thanks
Tom

Reply With Quote
  #4  
Old July 27th, 2003, 03:52 PM
victorpendleton victorpendleton is offline
Contributing User
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jan 2003
Location: No es importante
Posts: 2,065 victorpendleton User rank is Private First Class (20 - 50 Reputation Level)victorpendleton User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 6 h 44 m 30 sec
Reputation Power: 8
The access database resides on the webserver? Do the forms reside on the webser as well? How are the users accessing the forms? Does each person have MS Access installed and the forms are downloaded or is this through a web applicaiton.

Reply With Quote
  #5  
Old July 27th, 2003, 06:32 PM
thomasohare thomasohare is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Scotland
Posts: 5 thomasohare User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Victor,
The access database and the DAP reside on the webserver.
the plan was to have all 5 users view and ammend the DAP via the net from pc's which are Win 2k but not all will have access installed.

Tom

Reply With Quote
  #6  
Old July 28th, 2003, 08:36 AM
victorpendleton victorpendleton is offline
Contributing User
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jan 2003
Location: No es importante
Posts: 2,065 victorpendleton User rank is Private First Class (20 - 50 Reputation Level)victorpendleton User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 6 h 44 m 30 sec
Reputation Power: 8
Question: How did you plan on having those PCs interact with the MS Access database? Web Application or through the MS Access forms?

Reply With Quote
  #7  
Old July 29th, 2003, 03:38 PM
thomasohare thomasohare is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Scotland
Posts: 5 thomasohare User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Victor,

I had hoped that the Data Access page facility in access2000 would enable me to make the data access page available on the web by making the web address available to the users. The DAP would then interact with the database on the same. Microsoft have some information on the subject but I found it a bit over my head. The information can be found on:
http://msdn.microsoft.com/library/d...l/deploydap.asp

Reply With Quote
  #8  
Old July 30th, 2003, 01:24 PM
victorpendleton victorpendleton is offline
Contributing User
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jan 2003
Location: No es importante
Posts: 2,065 victorpendleton User rank is Private First Class (20 - 50 Reputation Level)victorpendleton User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 6 h 44 m 30 sec
Reputation Power: 8
First do your clients have the stated requirements necessary for viewing the pages? I am assuming you will be using a three tier architecture, clients - web server - database.
Will your clients authenticate, edit and review data on the webserver then the webserver will be communicating with the database?

Reply With Quote
  #9  
Old August 1st, 2003, 05:23 AM
thomasohare thomasohare is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Scotland
Posts: 5 thomasohare User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The short answer is to all questions.

Reply With Quote
  #10  
Old August 6th, 2003, 12:14 PM
Allie Oop Allie Oop is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 2 Allie Oop User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I am having same issue ... here is my information

I have a database, db.mdb. I have a data access page, dap.htm.

I originally had these saved to a network fileshare, p:\sales\online. dap.htm functioned properly when connected using either the file path (p:\sales\online\db.mdb) or the UNC (\\server\volume\datashare\data\sales\online)

I want the dap.htm to be available over the Internet. So, I copied the page and database to my web server (c:\inetpub\website). Now I need to point the dap.htm that exists on the web server to the db.mdb that also exists on the web server.

I tried using \\webserver\c$\inetpub\website\db.mdb. When I enter URL the page comes up blank except for the page title. When I enter \\webserver\c$\inetpub\website\dap.htm the page functions.

I tried using c:\inetpub\website\dap.mdb. When I enter URL the drop down boxes are empty and my text boxes are populated with #Name? When I enter \\webserver\c$\inetpub\website\dap.htm the page still does not function. I configured the dap.htm to use RDS with no change

I have been working on this for two days. Input is greatly appreciated. I'd like to get it working and then will worry about implementing a touch of security.

Reply With Quote
  #11  
Old August 22nd, 2003, 04:16 PM
fghe fghe is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 2 fghe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
DAP

I have been working on this problem for two months now....did you ever get it to work? If so, I would appreciate any tips? Thanks

Reply With Quote
  #12  
Old August 25th, 2003, 09:00 AM
Allie Oop Allie Oop is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 2 Allie Oop User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I got my dap to function. It had nothing to do with the link to the database. I continued to use the UNC to the database on the web server. The key was adjusting my browser's security settings. My browser seems to feel that this two tier architecture is causing cross domain access. So I went into Tools - Internet Options - Security - Internet - Custom Levels and set the Access data sources across domains to prompt. Whalaaa.

Reply With Quote
  #13  
Old August 25th, 2003, 10:52 AM
fghe fghe is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 2 fghe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Is that the only setting you had to change? My level is already set to prompt for that setting?

Thanks for the reply!

Reply With Quote
  #14  
Old September 11th, 2003, 02:45 PM
Joel Loflin Joel Loflin is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 3 Joel Loflin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I've ran into the same scenario with the cross domain and security issue. If I lower my security level, it works great. However, I'm not wanting everyone who uses the page to have to lower their security level on the browser (it doesn't work at the medium status).

Do any of you have any suggestions as to tell internet explorer that it is safe to run?

Reply With Quote
  #15  
Old February 22nd, 2004, 12:43 AM
sreepal sreepal is offline
Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 4 sreepal User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
try adding the server to the "trusted sites" of the clients. may work. good luck!

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > Access2000 Data Access Pages


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump