Windows Web Hosting
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsWeb DesignWindows Web Hosting

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 ASP Free Forums Sponsor:
  #1  
Old July 7th, 2009, 06:50 PM
ticksyloulou ticksyloulou is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2009
Posts: 3 ticksyloulou User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 53 m 2 sec
Reputation Power: 0
Problems connecting to Access Database on remote server

Hello I am a novice user of Dreamweaver and have just built a dynamic site using ASP and Access Database, with the help of the Missing Manual! I set up an IIS testing server and a custom connection. Everything works perfectly on the testing server but my problem is I don't know how or where to put my database on my ISP. I have tried but the website doesn't display properly - I assume its something to do with the connection to the database being lost. I am a complete Novice and the ISP support is so unhelpful I am now absolutely stuck with a website I can't publish. Any help or ideas would be greatly appreciated. Many thanks, Joanne

Reply With Quote
  #2  
Old July 7th, 2009, 06:55 PM
mehere's Avatar
mehere mehere is offline
Senior Sarcasm Wizardess
ASP Free God 17th Plane (13000 - 13499 posts)
 
Join Date: Feb 2005
Location: Dreamland
Posts: 13,237 mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)  Folding Points: 10976 Folding Title: Novice Folder
Time spent in forums: 5 Months 1 Day 20 h
Reputation Power: 2012
who is your site hosted with? is it an IIS server?

most hosts usually have an FAQ on where you need to put access databases. for example, godaddy tells you to put it into a specific directory.
__________________
Come JOIN the party!!!

Quote of the Month:
Pretension: The downside of being better than everyone else is that people tend to assume you're pretentious.

Questions to Ponder:
You can be overwhelmed and underwhelmed, but why can't you be simply whelmed?

iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm")
copyright© 2008 sbenj69

Reply With Quote
  #3  
Old July 8th, 2009, 03:09 AM
ticksyloulou ticksyloulou is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2009
Posts: 3 ticksyloulou User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 53 m 2 sec
Reputation Power: 0
Hi its 123reg.co.uk. They first told me it was as simple as putting everything into the web/content folder. That didn't work so then said connect to my database through their database control panel by setting up a database name then importing my data but this seems to accept only .sql files not access and I don't know how to convert. They do give me the path for the asp connection but I'm unsure how to set this up in relation to my original test connection through my laptop. Its a windows hosting package, don't know about IIS but they assure me the package supports asp and access. I think the problem is once on their server my pages are still looking for my data through the connection I set up on the test server, where I had to specify my connection string as "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\Animal Sculptures\Inventory.mdb." Many thanks, Jo

Reply With Quote
  #4  
Old July 8th, 2009, 08:17 AM
mehere's Avatar
mehere mehere is offline
Senior Sarcasm Wizardess
ASP Free God 17th Plane (13000 - 13499 posts)
 
Join Date: Feb 2005
Location: Dreamland
Posts: 13,237 mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)mehere User rank is General 15th Grade (Above 100000 Reputation Level)  Folding Points: 10976 Folding Title: Novice Folder
Time spent in forums: 5 Months 1 Day 20 h
Reputation Power: 2012
if you have it in the same directory structure that you're showing above ... try something like this:
Code:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("\Animal Sculptures\Inventory.mdb") & ";Persist Security Info=False"

Reply With Quote
  #5  
Old July 9th, 2009, 10:40 AM
ticksyloulou ticksyloulou is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2009
Posts: 3 ticksyloulou User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 53 m 2 sec
Reputation Power: 0
Thanks for that. Have tried it and still doesn't work. Have since discovered that I need to import my Access DB as a .sql file so thats probably why its not working. I found some MS software to convert it so hopefully I'll get my head round that and sort it out, if not I'll be back for more advice!! :O) Thanks for your help. Kind regards, Jo

Reply With Quote
Reply

Viewing: ASP Free ForumsWeb DesignWindows Web Hosting > Problems connecting to Access Database on remote server


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





 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek