I have connected an Access database to FrontPage. When I view from the Browser, there is no output from the database. Any advice????????
Dear mbdw6708,<br><br>When posting a question attempt to be specific while not being verbose.<br><br>For example<br>>I have connected an Access database to FrontPage<br><br>How?<br><br>Reduce your code problem to the smallest possible contents that exihbits the behavior in question, i.e.,<br><br><%<br> var rs = Server.CreateObject("ADODB.Recordset"<br> rs.Open("select name, phone from test","DSN=testing", 1,3,1);<br>%><br><br>Name: <%=rs("name"%><br><br>Phone: <%=rs("phone"%><br><br><br>The browser displays the message:<br><br>Microsoft OLE DB Provider for ODBC Drivers error '80004005' <br><br>[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified <br><br>/Research/work/junk.asp, line 9 <br><br><br>Hope this helps<br>-pete
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.