 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

February 9th, 2007, 06:00 PM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have returned it to your suggestion but still getting the error message
goto http://domain783407.sites.fasthosts.com and see for yourself the error
mike
|
|

February 9th, 2007, 06:16 PM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
As you can see its not loading the database for some strange reason
mike
|
|

February 9th, 2007, 06:21 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
All I see is that it is still writing out the connection string to the screen. Maybe you didn't remove the extra Response.Write and Response.End statements I asked you to add yet?
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
While typing this post, I was listening to: Exo-Politics by Muse (Track 8 from the album: Black Holes And Revelations) What's This?
|
|

February 9th, 2007, 06:27 PM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imar
sorry yet again i didnt do as you asked, but i have now removed them,
and now this is the error
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/blockNav.asp, line 15
|
|

February 9th, 2007, 06:32 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Right. Back to where we started.
This error seems to suggest you're using an out dated connection string. Try the connection string site I referred to earlier for ideas about Access connection strings you can use. You probably need something like this (untested, written in the reply Window):
var MM_TheWatchCompany_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("/Connections") + "/TheWatchCompany.mdb;"
If that doesn't help, contact your host, read their FAQs and look in their help desk system.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
While typing this post, I was listening to: Xavier by Dead Can Dance (Track 4 from the album: Within The Realm Of A Dying Sun) What's This?
|
|

February 9th, 2007, 06:41 PM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imar
We are getting somewhere more items have come up on the site but the Mainframe is not opening,,,check it out again
Mike
|
|

February 9th, 2007, 06:46 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Great news!!
Do you get the same error as I do? There seems to be something wrong with the AC_FL_RunContent JavaScript function, where ever that comes from....
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
While typing this post, I was listening to: from the edge of the deep green sea by The Cure (Track 4 from the album: Wish) What's This?
|
|

February 9th, 2007, 06:48 PM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The flash is not working for the clock to the left or in the main frame, it looks like the mainframe mainly is not connecting, and the database is not connrcting when you click on the links,
mike
|
|

February 9th, 2007, 06:51 PM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imar
Now you have realy lost me....:-) this is your programme...lol
Mike
|
|
 |