Code Bank
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingCode Bank

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 23rd, 2004, 04:34 PM
slglassett's Avatar
slglassett slglassett is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: Pacific Grove, CA in beautiful Monterey
Posts: 200 slglassett User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 28 m 49 sec
Reputation Power: 5
Send a message via AIM to slglassett
Unhappy Master Detail Page in Dreamweaver

Hello,

I have a few questions that I hope someone can answer....

Where I am at:
I created a connection, recordset and master detail page using dreamweaver.
When I go to preview the page, I get an error:
"Data source name not found and no default driver specified"
Which tells me that there is not a DSN on the server. I defined the DSN locally, under System DSN. So, does that mean it is only on my system? Do I have to create the DSN on the server?

Here is the code for where I am getting the error:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="../../Connections/BookConnection.asp" -->
<%
Dim RecordsetBooks
Dim RecordsetBooks_numRows

Set RecordsetBooks = Server.CreateObject("ADODB.Recordset")
RecordsetBooks.ActiveConnection = MM_BookConnection_STRING
RecordsetBooks.Source = "SELECT * FROM Books ORDER BY Title ASC"
RecordsetBooks.CursorType = 0
RecordsetBooks.CursorLocation = 2
RecordsetBooks.LockType = 1
RecordsetBooks.Open()

RecordsetBooks_numRows = 0
%>

RecordsetBooks.ActiveConnection = MM_BookConnection_STRING
is giving me the error. I tried to change the ActiveConnection to RecordsetBooks.Connection="Microsoft.Jet.OLEDB.4.0" (location of file - url) but recieved an error.

WHAT DO I DO!

Can someone help? Do you need more info?

Thanks, Sarah


Reply With Quote
  #2  
Old August 3rd, 2004, 11:16 AM
rptasiuk rptasiuk is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 26 rptasiuk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 29 sec
Reputation Power: 0
To use the DSN you would also need to create it on the server. Try this..
ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; " & _
"Data Source=path\to\your\database"

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingCode Bank > Master Detail Page in Dreamweaver


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


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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT